Commit graph

159666 commits

Author SHA1 Message Date
obache
e026753434 Bump PKGREVISION from libpng shlib change. 2010-06-16 01:09:10 +00:00
pettai
6c58d9f4c9 Updated security/opendnssec to 1.1.0 2010-06-16 00:19:43 +00:00
pettai
c4eb363ac8 OpenDNSSEC 1.1.0:
* Partial Auditor added
* Dnsruby-1.46 required
* Improved error messages when the system runs out of keys
* Optimise communication of signconfs for multiple zones sharing keys.
  Group zones in zonelist.xml by policy to get this benefit.
* Bugreport #101: Signer Engine now maintains its own pidfile.
* Jitter redefined: now in the range of [-jitter, ..., +jitter]
* Optimized sorter: quicksorter (sorter becomes obsolete).
* Optimized zone_reader, includes nseccing/nsec3ing (nseccer and nsec3er
  become obsolete).
* Enable database selection using --with-database-backend={sqlite3|mysql}
* Enable the EPP-client using --enable-eppclient
  For sending DS RR to the parent zone (experimental)
* Turn NSEC3 OptOut off by default
* Install kasp2html XML stylesheet
* Add simple kasp2html conversion script
* DNSKEY records communicated to an external script if configured
* The command 'ods-signer restart' is removed.
* Signer Engine now also reuses signatures after a change in NSEC(3)
  configuration or rolling keys.
* Quicksorter defaults to class IN.

And a lot of bugfixes...
2010-06-16 00:19:08 +00:00
pettai
c4d9456008 Updated net/miredo to 1.2.2 2010-06-15 23:50:17 +00:00
pettai
ff4e6fc28e miredo-1.2.2:
* Fix SIGHUP signal handling (again).
* Fix deadlock if Miredo fails to start.
2010-06-15 23:49:30 +00:00
pettai
4b96f2d8eb Fixed softhsm Update date 2010-06-15 23:41:53 +00:00
pettai
647eb249c3 Fixed ruby-dnsruby Update dates 2010-06-15 23:35:36 +00:00
pettai
75db918d6a Updated net/ruby-dnsruby to 1.47 2010-06-15 23:31:09 +00:00
pettai
5de8097d94 Updated mail/sqwebmail to 5.4.1 2010-06-15 23:28:00 +00:00
pettai
d9f97d819d Updated security/courier-authlib to 0.63.0 2010-06-15 23:27:28 +00:00
pettai
1fff99eece Updated mail/courier-imap to 4.8.0 2010-06-15 23:26:37 +00:00
pettai
ca4a5f9259 Updated mail/courier-mta to 0.65.0 2010-06-15 23:26:08 +00:00
pettai
f5b885dec3 Updated mail/maildrop to 2.5.0 2010-06-15 23:25:36 +00:00
pettai
a1dc093246 Updated net/couriertcpd to 0.65.0 2010-06-15 23:24:54 +00:00
pettai
b285a29008 Updated mail/courier-maildir to 0.65.0 2010-06-15 23:23:55 +00:00
pettai
e8d0bad3df sqwebmail-5.4.1:
* gpglib/list.c: Handle GnuPG 2 --with-colons output format changes.
* gpglib/mimegpgfork.c: GnuPG 2 wants --batch when specifying
  passphrase-fd.
* rfc2045/rfc2045reply.c (mkreply): Fix sender's name in the
  reply salutation.
* html/en-us/newmsg.html: Ditto.
* Big quota patch (with some changes).

(See the Changelog for the previous releases)

Based on patch(es) from PR pkg/42989 by Brian Candler
2010-06-15 23:18:13 +00:00
pettai
8ea9780f4a maildrop-2.5.0:
* maildrop/mailbot.c (main): Set close-on-exec bit on opened files.
* rfc2045/rfc2045reply.c (mkreply): Fix sender's name in the
  reply salutation.
* rfc2045/reformime.sgml: Document the -c option to reformime.
* Big quota patch (with some changes).

(See the Changelog for the previous releases)

Based on patch(es) from PR pkg/42989 by Brian Candler
2010-06-15 23:14:47 +00:00
pettai
299d59a534 courier-authlib-0.63.0:
* authldapescape.c: Factor out LDAP string escape function.
* authldap.schema: Various fixes
* authldap.ldif (olcObjectClasses): Create LDIF format schema from
  authldap.schema
* authoption.c (auth_getoptionenvint): For account options that
  are parsed to an int, an option value that begins with t, T, y, or Y
  is evaluated as 1, other alphabetic values as 0; so that 'true'
  or 'yes' get evaluated as 1.

(See the Changelog for the previous releases)

Based on patch(es) from PR pkg/42989 by Brian Candler
2010-06-15 23:10:44 +00:00
pettai
67e0aa3732 courier-imap-4.8.0:
* tcpd/configure.in: Check if explicit linking with libgpg-error is required.
* imapd.c (main): Fix typo in alert message.
* Big quota patch (with some changes).
* imapd.c (main): Dummy FAM/Gamin initialization, report an error
  during login, upon a failure.
* imapd.c (imapenhancedidle): Make FAM error more meaningful.
* pop3dserver.c (main): "disableinsecurepop3" account option disables
  non-SSL logins.
* imapd.c (chkdisabled): "disableinsecureimap" account option disables
  non-SSL logins.

(See the Changelog for the previous releases)

Based on patch(es) from PR pkg/42989 by Brian Candler
2010-06-15 23:07:06 +00:00
pettai
a7746ca9b5 courier-0.65.0 et al:
* gpglib/list.c: Handle GnuPG 2 --with-colons output format changes.
* gpglib/mimegpgfork.c: GnuPG 2 wants --batch when specifying passphrase-fd.
* tcpd/configure.in: Check if explicit linking with libgpg-error is required.
* tcpd/libcouriergnutls.c (tls_connect): Fix bad call to
  gnutls_server_name_set(). Affects Courier compiled with GnuTLS support.
* maildrop/mailbot.c (main): Set close-on-exec bit on opened files.
* courier/doc/courier.sgml: Move the SPF section to a separate refsect2
  to work around misformatting by the manpage stylesheet.
* rfc2045/rfc2045reply.c (mkreply): Fix sender's name in the reply salutation.
* html/en-us/newmsg.html: Ditto.
* rfc2045/reformime.sgml: Document the -c option to reformime.
* imapd.c (main): Fix typo in alert message.
* Big quota patch (with some changes).

(See the Changelog(s) for previous releases)

Based on patch(es) from PR pkg/42989 by Brian Candler.
2010-06-15 23:01:23 +00:00
joerg
d69a97f476 Use the tools framework for bison and unzip. 2010-06-15 22:19:15 +00:00
joerg
0958f5e286 uwsgi-0.9.4.4:
- Support non-yielding applications better
- UDP logging
- uwsgi_error() for improved diagnostics
- fix a potential segmentation fault
- Add --version
2010-06-15 22:18:34 +00:00
rillig
cd0b558071 In patch files, comments are so useful that this is no longer a
warning that only applies when -Wextra is given.

ok wiz@
2010-06-15 22:06:48 +00:00
drochner
dd15e94285 update to 2.20.1
This switches to the gnome-2.30 release branch
2010-06-15 21:29:25 +00:00
joerg
54d72ed540 Added audio/gmpc-magnatune version 0.20.0 2010-06-15 21:26:57 +00:00
joerg
4959ce37b8 + gmpc-magnatune 2010-06-15 21:25:23 +00:00
joerg
5aa581a7cc Import gmpc-magnatune-0.20.0:
The GNOME Music Player Client is a GTK+ client for remote access,
control and playlist management of the Music Player Daemon featuring
ID3 Support and a tray icon for your notification area.

The Magnatune plugin allows easy browsing and playback from the
Magnatune.com catalog.
2010-06-15 21:24:53 +00:00
drochner
a8f69840c5 update to 2.30.1
This switches to the gnome-2.30 release branch
2010-06-15 21:24:14 +00:00
joerg
b7c5faa07f Update to gmpc-0.20.0: Various small bufixes and improvements 2010-06-15 21:20:40 +00:00
drochner
5392854bab update to 1.10.5
changes:
-bugfixes
-better tests
-Include version number in HTML export
-Improve page setup dialog
-Add non-linear solver
2010-06-15 21:16:20 +00:00
joerg
3ee5ddcac7 Update to libmpd-0.20.0:
- Add replaygain support
- Add mpd_playlist_load
2010-06-15 21:15:11 +00:00
drochner
abb67825d0 update to 0.8.5
changes: minor fixes
2010-06-15 21:12:39 +00:00
joerg
659453b3c4 Updated pkgtools/pbulk to 0.47 2010-06-15 21:12:25 +00:00
joerg
4e7162d393 pbulk-0.47:
- Explicitly call make create-usergroup if USERGROUP_PHASE is specified
  and DESTDIR is active
- If the current user is not root, don't use su.
- Skip lines starting with # in the limited bulk build list.
2010-06-15 21:11:43 +00:00
drochner
5bb327a2ce update to 5.30.1
This switches to the gnome-2.30 release branch
2010-06-15 21:09:31 +00:00
drochner
1508c7ff10 update to 2.30.0
This switches to the gnome-2.30 release branch
2010-06-15 20:54:37 +00:00
drochner
bcd9c27c39 update to 2.30.1.1
This switches to the gnome-2.30 release branch
2010-06-15 20:48:23 +00:00
joerg
11fb4b3c59 nginx-0.8.41:
- New http_uwsgi_module, replacing the (optional) external one
- New ngx_http_split_clients module
- Support "map" directive with keys longer than 255 charecters
- Allow overriding client request header in fastcgi_param
- New "proxy_no_cache" and "fastcgi_no_cache" directives
- Automatically redirect from "rewrite" if $scheme is used
- Various bugfixes
2010-06-15 20:05:48 +00:00
tron
d07be6a223 Note update of the "rpm2pkg" package to version 3.0.2. 2010-06-15 19:52:14 +00:00
tron
59fdc3d367 Update "rpm2pkg" package to version 3.0.2. Changes since 3.0.1:
Avoid problems on 32-bit platforms by gently hinting the compiler how
to do type expansion properly.

This fixes PR pkg/43478 by Greg Oster.
2010-06-15 19:52:02 +00:00
joerg
66cab93c7e Allow pre-install for USERGROUP_PHASE. This is intended for
PKG_DESTDIR_SUPPORT=destdir packages, that don't otherwise need the
user/group during build.

Export USERGROUP_PHASE for the sake of pbulk.
2010-06-15 19:23:55 +00:00
bad
5b65696cf1 Note update of devel/p5-Path-Class to 0.19 provided by Stoned Elipot
and misc/openoffice3-bin to 3.2.1 (security fixes).
2010-06-15 16:56:16 +00:00
bad
be3b706f5c Apply update generously provided by Stoned Elipot. Thanks a bunch!
Update p5-Path-Class from version 0.18 to version 0.19.

Upstream changes:
0.19 - Sun Jun  6 20:50:27 CDT 2010

 - slurp() now accepts an 'iolayers' option to control how the file is
   opened. [Graham Barr]

 - In the openr() and openw() file methods, we now croak() instead of
   die() so that the error messages are more useful. [Ian Sillitoe]

 - Allow subclassing, by adding dir_class() and file_class() static
   methods, allowing them to be overridden. [Matt Trout & John LoVerso
   & Michael Schwern]

 - Fixed a testing failure that could occur whenever testing in a
   directory path that contains symlinks (e.g. /tmp on Mac OS X).

 - Added a 'no_hidden' parameter for children() [EDENC <EDENC@cpan.org>]

 - Fixed the heading for the is_relative() POD section. [CUB <cub.uanic@gmail.com>]
2010-06-15 16:52:17 +00:00
bad
ecd4f0cf4b Update openoffice3-bin to 3.2.1.
Bugfixes only. Including fixes for
CVE-2010-0395: A security vulnerability in OpenOffice.org, related to python
	scripting, may lead to unexpected code execution.
CVE-2009-3555: OpenOffice.org 2 and 3 may be affected by the TLS/SSL
	Renegotiation Issue in 3rd Party Libraries.

The release notes at http://development.openoffice.org/releases/3.2.1.html
are not extremely difficult to summarize sensibly.
2010-06-15 16:48:19 +00:00
drochner
2bc030fefa fix build against gnome-keyring-2.30, should fix PR pkg/43479
by Greg Oster
being here, disable avahi support which is mostly useless
2010-06-15 16:32:11 +00:00
obache
7f4eb545b4 require libsndfile>=1.0.20. 2010-06-15 16:25:42 +00:00
joerg
5c834af8ac Updated devel/hg-git to 0.2.2 2010-06-15 16:23:30 +00:00
joerg
6cb2365075 hg-git-0.2.2: no CHANGELOG 2010-06-15 16:22:57 +00:00
wiz
7a0d7ef3d7 + asymptote-1.98, botan-1.9.8, feh-1.6.1, gdal-lib-1.7.2 [pkg/43467],
john-1.7.6, libextractor-0.6.2, libltdl-2.2.10, libtool-base-2.2.10,
  monotone-0.48, py-cheetah-2.4.2.1 [pkg/43458], py-markdown-2.0.3
  [pkg/43448], py-simplejson-2.1.1 [pkg/43447], tea-28.0.0, trac-0.12.
2010-06-15 14:50:09 +00:00
wiz
421dd09c1e Fix build with png-1.4.x. Addresses PR 43477. 2010-06-15 14:31:09 +00:00