diff options
author | pettai <pettai> | 2010-06-15 23:01:23 +0000 |
---|---|---|
committer | pettai <pettai> | 2010-06-15 23:01:23 +0000 |
commit | b9d976a01298b41fddbcbb77744db35354eba886 (patch) | |
tree | f304461ed202779574deca21604fa3b9f169f81f /net | |
parent | a8b98ff88d06057d101eb411f9ef3abb90545bdd (diff) | |
download | pkgsrc-b9d976a01298b41fddbcbb77744db35354eba886.tar.gz |
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.
Diffstat (limited to 'net')
-rw-r--r-- | net/couriertcpd/Makefile | 3 | ||||
-rw-r--r-- | net/couriertcpd/distinfo | 8 |
2 files changed, 5 insertions, 6 deletions
diff --git a/net/couriertcpd/Makefile b/net/couriertcpd/Makefile index aa5daf9f005..1cc42469157 100644 --- a/net/couriertcpd/Makefile +++ b/net/couriertcpd/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.16 2010/03/21 16:29:41 wiz Exp $ +# $NetBSD: Makefile,v 1.17 2010/06/15 23:01:23 pettai Exp $ DISTNAME= courier-${COURIER_VERSION} PKGNAME= ${DISTNAME:S/-/tcpd-/} -PKGREVISION= 1 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=courier/} EXTRACT_SUFX= .tar.bz2 diff --git a/net/couriertcpd/distinfo b/net/couriertcpd/distinfo index a880cf21ecd..d1021ee0e17 100644 --- a/net/couriertcpd/distinfo +++ b/net/couriertcpd/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.8 2008/02/19 18:45:41 jlam Exp $ +$NetBSD: distinfo,v 1.9 2010/06/15 23:01:23 pettai Exp $ -SHA1 (courier-0.58.0.tar.bz2) = 964d81e6de5390678c9f10dddbc176273b925f6d -RMD160 (courier-0.58.0.tar.bz2) = 940fb7967d154aeeb462691beb508155b3df4e29 -Size (courier-0.58.0.tar.bz2) = 7123136 bytes +SHA1 (courier-0.65.0.tar.bz2) = 4e5b7e64a35fe886a59621bc87e7f111428f19bc +RMD160 (courier-0.65.0.tar.bz2) = e5fc4742da27b3b97bd2592ad3ecc96618abada3 +Size (courier-0.65.0.tar.bz2) = 7099997 bytes |