summaryrefslogtreecommitdiff
path: root/mail/cyrus-imapd21/Makefile
diff options
context:
space:
mode:
authorrecht <recht>2003-08-16 09:23:58 +0000
committerrecht <recht>2003-08-16 09:23:58 +0000
commit7ccb50085401fe8289a7022bb1df01794b44f7b2 (patch)
tree1f973b2a87bd4f9ae8cd28f516810a2ab1fe453f /mail/cyrus-imapd21/Makefile
parent9edcc91721a581a7003903e747d395788be23b9f (diff)
downloadpkgsrc-7ccb50085401fe8289a7022bb1df01794b44f7b2.tar.gz
Update to 2.1.14.
Changes to the Cyrus IMAP Server since 2.1.13 * Be more forgiving in the parsing of MIME boundry headers, specificly those generated by eudora where the outer boundries are substrings of the inner boundries. This feature can be disabled by enabling the rfc2046_strict option. * Allow cyradm to handle aggregate mailbox sets for ACL and DELETE operations. * Add a lmtp_downcase_rcpt option to force the lowercasing of recipient addresses (Henrique de Moraes Holschuh <hmh@debian.org>). * Include more MIME headers in sieve rejection notices * Add an mbexamine command for debugging purposes * LMTP will now fatal error if we cannot initialize the duplicate delivery database. * Continued audit by Security Appraisers and Bynari * Correctly terminate the processes by calling service_abort even on successful exit (helps to fix a db3 lockers problem) * Fix some murder+altnamespace/unixhiersep issues * Fix imclient's handling of literals. * Add support for the windows-1256 character set * Don't log 'could not shut down filedescriptor' messages when the socket is already not connected * Now include a script to convert sieve script names to the altnamespace format * Added a --with-extraident configure option to make it easier to set the extra version information that is compiled into the binary. * Minor build fixes. * Minor other bug fixes. OK'ed by chris@
Diffstat (limited to 'mail/cyrus-imapd21/Makefile')
-rw-r--r--mail/cyrus-imapd21/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/cyrus-imapd21/Makefile b/mail/cyrus-imapd21/Makefile
index 49996a25b59..816e3436cbf 100644
--- a/mail/cyrus-imapd21/Makefile
+++ b/mail/cyrus-imapd21/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2003/07/17 21:45:51 grant Exp $
+# $NetBSD: Makefile,v 1.8 2003/08/16 09:23:58 recht Exp $
-DISTNAME= cyrus-imapd-2.1.13
+DISTNAME= cyrus-imapd-2.1.14
SVR4_PKGNAME= cimap
CATEGORIES= mail
MASTER_SITES= ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/ \
@@ -20,7 +20,7 @@ AUTOCONF_REQD= 2.13
.if defined(CYRUS_USE_INET6) && ${CYRUS_USE_INET6} == "YES"
PATCH_SITES= http://www.imasy.or.jp/~ume/ipv6/
-PATCHFILES= ${DISTNAME}-ipv6-20030503.diff.gz
+PATCHFILES= ${DISTNAME}-ipv6-20030703.diff.gz
.endif
# CYRUS_USER username of the Cyrus administrator