diff options
author | adam <adam@pkgsrc.org> | 2012-06-09 11:48:25 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2012-06-09 11:48:25 +0000 |
commit | d31617fff0283a302c101b6a4ba0b6d6dab3fa28 (patch) | |
tree | c07982ccd58b7a924d66415ecb72d72aa1393c8c /mail | |
parent | d556802790c5ae89a967f05dcf09db7b0b1b00e9 (diff) | |
download | pkgsrc-d31617fff0283a302c101b6a4ba0b6d6dab3fa28.tar.gz |
Changes 4.10.0:
* imapd.c (main): Open IMAPDEBUGFILE only if it exists already.
(do_expunge): Optionally log deletions.
* pop3dserver.c (cleanup): Optionally log deletions.
* imapd.dist.in (IMAP_MOVE_EXPUNGE_TO_TRASH): Officially document how
IMAPDEBUGFILE works.
* imapscanclient.c: Postpone Y2038K for a while, for uid validities.
* liblock/mail.c (dotlock_exists): Handle getting here because of a
recycled pid.
* unicode/unicode.c (init_default_chset): Handle NULL from setlocale().
* rfc2045/reformime.c (main2): Fixed segfault on some arches from an
initial null given to strtok.
* rfc2045/reformime.c (main2): On ia64 and arm, argv is in readonly memory.
* pop3dserver.c (openpop3dlist): Try a few times to reopen pop3dsizelist
if it fails with ESTALE.
* pop3d.dist.in: Add AUTHSERVICE settings. They've been supported all along.
* Fix gcc 4.6 warnings
* courier-imap.spec.in: switch to systemd. Remove script used when
upgrading from ancient pre-sysconftool versions.
* Fix autoconf warnings.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/courier-imap/Makefile | 12 | ||||
-rw-r--r-- | mail/courier-imap/distinfo | 8 |
2 files changed, 8 insertions, 12 deletions
diff --git a/mail/courier-imap/Makefile b/mail/courier-imap/Makefile index ea1ff5fcaed..c6179848dae 100644 --- a/mail/courier-imap/Makefile +++ b/mail/courier-imap/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.72 2012/03/03 00:14:26 wiz Exp $ +# $NetBSD: Makefile,v 1.73 2012/06/09 11:48:25 adam Exp $ -DISTNAME= courier-imap-4.8.1 -PKGREVISION= 1 +DISTNAME= courier-imap-4.10.0 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=courier/} EXTRACT_SUFX= .tar.bz2 @@ -23,15 +22,13 @@ USE_LIBTOOL= yes .include "../../mail/courier-mta/Makefile.common" -CONFIGURE_ENV+= CERTTOOL=${COURIER_CERTTOOL:Q} -CONFIGURE_ENV+= OPENSSL=${COURIER_OPENSSL:Q} - CONFIGURE_ARGS+= --datadir=${DATADIR} CONFIGURE_ARGS+= --libexecdir=${LIBEXECDIR} - CONFIGURE_ARGS+= --with-mailuser=${REAL_ROOT_USER} CONFIGURE_ARGS+= --with-piddir=${COURIER_STATEDIR}/tmp CONFIGURE_ARGS+= --program-transform-name='s/\.rc$$//' +CONFIGURE_ENV+= CERTTOOL=${COURIER_CERTTOOL:Q} +CONFIGURE_ENV+= OPENSSL=${COURIER_OPENSSL:Q} # The rfc1035 and tcpd bits are built and installed by net/couriertcpd. # However, we still need to build in these directories because there @@ -39,7 +36,6 @@ CONFIGURE_ARGS+= --program-transform-name='s/\.rc$$//' # imap code. We configure without IPv6 support because those necessary # convenience libraries don't have any IPv6 code, and we want to avoid # breakage due to IPv6 mis-detection. -# CONFIGURE_ARGS+= --without-ipv6 INSTALL_AM_MAKEFLAGS= sysconfdir=${EGDIR:Q} diff --git a/mail/courier-imap/distinfo b/mail/courier-imap/distinfo index 6c88680b9fb..678c8263def 100644 --- a/mail/courier-imap/distinfo +++ b/mail/courier-imap/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.26 2010/11/10 10:00:06 adam Exp $ +$NetBSD: distinfo,v 1.27 2012/06/09 11:48:25 adam Exp $ -SHA1 (courier-imap-4.8.1.tar.bz2) = 1b549721cf4d705b8793a262d63bb474c2759cf9 -RMD160 (courier-imap-4.8.1.tar.bz2) = 935a4e850bd2483d9000526727553618042b079a -Size (courier-imap-4.8.1.tar.bz2) = 3352500 bytes +SHA1 (courier-imap-4.10.0.tar.bz2) = 509b2801b34b73abaeb235873471e6cc9d2421a4 +RMD160 (courier-imap-4.10.0.tar.bz2) = 4c721eb8221a97f13fc1e5525bcbcbb7baedf81d +Size (courier-imap-4.10.0.tar.bz2) = 3155953 bytes SHA1 (patch-aa) = 268f89763de3cd3a02eb5179ca29fbd5478537a2 SHA1 (patch-ad) = 1091c9a5991c746855db7fc4d3e2e744142b2e3c SHA1 (patch-ae) = 9d925f4639086af9f6faecd6a2fab2a9ecab670c |