Commit graph

195855 commits

Author SHA1 Message Date
Martin Wilke
3ac45c1d67 - Update to 1.0.3
- Take maintainership
2008-04-29 10:24:32 +00:00
Martin Wilke
5c26716c31 - Update to 1.54
- Take maintainership
2008-04-29 10:22:24 +00:00
Martin Wilke
59042a00fe - Update to 1.0.5
- Take maintainership
2008-04-29 10:22:04 +00:00
Martin Wilke
f1d0cb1c9f - Unbreak fix build
PR:		123201
Submitted by:	rink@
2008-04-29 09:18:36 +00:00
Alexey Dokuchaev
78208f074e - Clean up Makefile, use SF macro
- Assume maintainership
- Augment port description, kill attribution
2008-04-29 08:22:38 +00:00
Sergey Matveychuk
5935faf3be - USE_LDCONFIG should be there 2008-04-29 08:00:03 +00:00
Alexey Dokuchaev
5e53835405 - Take maintainership
- Clean up Makefile header
- Improve on port description, kill space at EOL
2008-04-29 07:55:23 +00:00
Beech Rintoul
0295b80d6b 2008-02-23 ftp/greed: No longer maintained 2008-04-29 07:55:16 +00:00
Sergey Matveychuk
f2a6f1986e - Reserve GID/UID 59 for dns/unbound 2008-04-29 07:37:33 +00:00
Sergey Matveychuk
18fa7d9169 - New port: dns/unbound
Unbound is designed as a set of modular components, so that also
DNSSEC (secure DNS) validation and stub-resolvers (that do not run as
a server, but are linked into an application) are easily possible.

Goals:
    * A validating recursive DNS resolver.
    * Code diversity in the DNS resolver monoculture.
    * Drop-in replacement for BIND apart from config.
    * DNSSEC support.
    * Fully RFC compliant.
    * High performance
          o even with validation.
    * Used as
          o stub resolver.
          o full caching name server.
          o resolver library.
    * Elegant design of validator, resolver, cache modules.
          o provide the ability to pick and choose modules.
    * Robust.
    * In C, open source: The BSD license.
    * Smallest as possible component that does the job.
    * Stub-zones can be configured (local data or AS112 zones).

Non-goals:
    * An authoritative name server.
    * Too many Features.

WWW: http://unbound.net
2008-04-29 07:35:14 +00:00
Ion-Mihai Tetcu
081b7b28d5 Back-up distfiles on my server. 2008-04-29 06:57:50 +00:00
Edwin Groothuis
f3d2ad326f Update to 2.0.6 2008-04-29 06:05:25 +00:00
Mark Linimon
a7954db16b Reset fenner's port maintainerships. portmgr has taken his commit bit
into safekeeping due to inactivity.
2008-04-29 05:36:38 +00:00
Mark Linimon
e3e5d56ef1 Reset aaron's port maintainerships due to many maintainer-timeouts. 2008-04-29 05:27:09 +00:00
Greg Lewis
86cb5bc328 . Update to 1.6.0_06/6u6. 2008-04-29 05:21:32 +00:00
Mark Linimon
e21f53b16f Reset jylefort's port maintainerships. portmgr has taken his commit bit
into safekeeping due to inactivity.
2008-04-29 05:11:44 +00:00
Greg Lewis
8968f5a729 . Update to 1.5.0_15. 2008-04-29 04:47:58 +00:00
Edwin Groothuis
6bb5834ee2 Update to 5.4 2008-04-29 04:23:35 +00:00
Edwin Groothuis
cadaad237a Update to 1.1.0 2008-04-29 03:46:22 +00:00
Rong-En Fan
664a304011 - Correct maintainer's email
Submitted by:	maintainer via private mail
2008-04-29 01:27:27 +00:00
Mikhail Teterin
90a11f7cb4 Update to 1.1.12, which (partially) fixes some potential security
flaws...
2008-04-29 00:52:06 +00:00
Beech Rintoul
ce40989bcf - Update to 0.04
Submitted by:	Greg Larkin <glarkin@sourcehosting.net> (maintainer)
2008-04-29 00:26:11 +00:00
Andrey A. Chernov
ac0cd68380 Add WITH_CURL option
PR:             123180
Submitted by:   Michael Stowe <mstowe@chicago.us.mensa.org>
2008-04-28 23:23:06 +00:00
Edwin Groothuis
5dcff294ec Add support for SDL_console
PR:		ports/123171
Submitted by:	Yen-Ming Lee <leeym@cn1.leeym.com>
Reviewed by:	edwin@
2008-04-28 23:20:54 +00:00
Edwin Groothuis
d5234859f8 Add missing MASTER_SITE_SUBDIR. 2008-04-28 23:17:43 +00:00
Martin Wilke
fcc12cf0f1 - Fix last gnupg entry.
PR:		123178 [1]
Submitted by:	Nick Barkas (via privat mail)
		bf <bf2006a@yahoo.com> [1]
2008-04-28 22:55:31 +00:00
Maxim Sobolev
7ce7d2ea63 Fix issue with retrieving CPU stats in 6.3-STABLE and upper. The problem
is that the cp_time symbol is no longer avaliable in the nevest kernels.
Use kern.cp_time sysctl which has been around for 8 years or so, so that
it should be present virtually in every FreeBSD version that is able
to use modern ports tree (4.x and upper). Sysctl is also better from the
security standpoint, as you don't need elevated privileges to get the data.
One should probably look at converting few others uses of KVM here, but
ENOTIME from me. The patch has been submitted to the vendor.

Approved by:	MAINTAINER
2008-04-28 22:54:28 +00:00
Gabor Kovesdan
7c573e7caa - Fix fetching
PR:		ports/123176
Submitted by:	kaiw
2008-04-28 22:46:59 +00:00
Maxim Sobolev
c1830a37f8 o Fix regression in 5.4.1 - the custom FreeBSD vmstat code is not compiled
in making number of popular OIDs unavailable.

o Fix issue with retrieving CPU stats in 6.3-STABLE and upper. The problem
is that the cp_time symbol is no longer avaliable in the nevest kernels.
Use kern.cp_time sysctl which has been around for 8 years or so, so that
it should be present virtually in every FreeBSD version that is able
to use modern ports tree (4.x and upper). Sysctl is also better from the
security standpoint, as you don't need elevated privileges to get the data.
One should probably look at converting few others uses of KVM here, but
ENOTIME from me. The patch has been submitted to the vendor.

Sponsored by:	Sippy Software, Inc., http://www.sippysoft.com
Approved by:	MAINTAINER
2008-04-28 22:33:53 +00:00
Martin Wilke
c7f302cd98 - Fix a typo
PR:		123184
Submitted by:	bf <bf2006@yahoo.com>
2008-04-28 21:43:41 +00:00
Andrew Pantyukhin
999eafaca5 - Clean up whitespace a bit
- Wrap long lines where appropriate
- Add a vim-friendly modeline
2008-04-28 21:04:21 +00:00
Marius Strobl
79d2c5882d Update to 2.01.01a39. For the changes since 2.01.01a38 see:
ftp://ftp.berlios.de/pub/cdrecord/ALPHA/AN-2.01.01a39

Approved by:	netchild
2008-04-28 19:48:03 +00:00
Martin Wilke
b3e0cc1a6d - Unbreak and Fix build
PR:		122929
Submitted by:	Ganael Laplanche <ganael.laplanche@martymac.com>
2008-04-28 19:08:56 +00:00
Martin Wilke
a91a186d29 - Update to 1.8.8
PR:		123175
Submitted by:	Ganael Laplanche <ganael.laplanche@martymac.com> (maintainer)
2008-04-28 19:07:46 +00:00
Max Laier
3a8c08924f Manually export CC and CFLAGS to MAKE_ENV and have __MAKE_CONF point to
/dev/null.  The latter is a problem because the port's Makefile uses the
bsd.*.mk infrastructure.  This works around several problems people were
having when setting CFLAGS[1] in make.conf or CC[2] on the command line.

PR:		ports/122943 (really this time)
Reported-by:	many[1], Frank Fenor[2]
2008-04-28 17:52:10 +00:00
Martin Wilke
3bbf4decf2 - Update to 2.3e
PR:		123173
Submitted by:	Yoshihiko Sarumaru <mistral@imasy.or.jp> (maintainer)
2008-04-28 17:25:52 +00:00
Martin Wilke
92afdc5c66 - Fix build
PR:		123057
Submitted by:	Ganael Laplanche <ganael.laplanche@martymac.com>
Approved by:	maintainer
2008-04-28 17:20:25 +00:00
Andrew Pantyukhin
fd3d40ffec - A new Firefox vulnerability currently affects 10 of our ports, on
average. A new VuXML entry usually forgets about 8 of them.

Wiki:		http://wiki.freebsd.org/VuXML
2008-04-28 17:14:17 +00:00
Beech Rintoul
304fb2d9ae - Fix conflicts
Submitted by:		Alexey Shuvaev <shuvaev@physik.uni-wuerzburg.de>
2008-04-28 16:14:26 +00:00
Andrew Pantyukhin
bad7a19a69 - Update to 2.1.4
- Enable server-side MySQL auth support by default
2008-04-28 16:03:11 +00:00
Alex Dupre
b76bfa9e46 Fix OPTIONS handling. 2008-04-28 15:44:51 +00:00
Jung-uk Kim
13191cd6ce - Add support for 1.6 VMs.
- Fix reversed vendors (bsdjava <-> freebsd).
- Update port version to 2.3.1.

Reviewed by:	glewis (maintainer)
2008-04-28 15:44:18 +00:00
Ion-Mihai Tetcu
569504b38d Force commit to note that the last commit was from:
PR:		ports/123049
Submitted by:	Arjan van Leeuwen (opera maintainer)
2008-04-28 15:27:10 +00:00
Ion-Mihai Tetcu
f2384891f6 Easter Bunny brings you the new opera-devel, with more native builds for
various OSVERSIONS and native amd64 builds.

The most full-featured Internet power tool on the market, Opera includes
pop-up blocking, tabbed browsing, integrated searches, and advanced functions
like Opera's groundbreaking E-mail program, RSS Newsfeeds and IRC chat. And
because we know that our users have different needs, you can customize
the look and content of your Opera browser with a few clicks of the mouse.

This port contains the devel/beta version, for the stable one please use
www/opera.

WWW: http://www.opera.com/
2008-04-28 15:11:59 +00:00
Mathieu Arnold
89fdfa18b7 Update to 0.75 2008-04-28 14:05:16 +00:00
Martin Wilke
bceb216d6c - Update to 1.1
PR:		123168
Submitted by:	Tor Halvard Furulund <squat@squat.no> (maintainer)
2008-04-28 13:55:01 +00:00
Martin Wilke
6b00bd6699 - Update to 0.2.0.25.r
PR:		123170
Submitted by:	maintainer
2008-04-28 13:50:42 +00:00
Alex Dupre
1066f56582 Fix spamd integration with vpopmail virtual users.
Approved by:	maintainer
2008-04-28 13:30:57 +00:00
Mathieu Arnold
ee7068a734 Add some doc 2008-04-28 13:02:56 +00:00
Edwin Groothuis
2847c93117 Update to 2.1.4 2008-04-28 12:32:01 +00:00