diff options
author | gavan <gavan@pkgsrc.org> | 2017-10-18 12:06:31 +0000 |
---|---|---|
committer | gavan <gavan@pkgsrc.org> | 2017-10-18 12:06:31 +0000 |
commit | 8396cd9f6c42f6bdb6f5ea38538b9c37dac19d17 (patch) | |
tree | 500abe144933ea279f518875ad09261c4d75f299 /mail | |
parent | 8ceb6b3430e250639b7d9b231f20f95fb09fc2da (diff) | |
download | pkgsrc-8396cd9f6c42f6bdb6f5ea38538b9c37dac19d17.tar.gz |
Update cyrus-imapd24 to 2.4.20
Changes in 2.4.19:
* Complete backport of the new (2.5 and later) IMAP IDLE implementation
(thanks Thomas Jarosh). This fixes a bunch of bugs and race conditions
that were inherent to the older implementation
* New option "imapidletimeout" overrides "timeout" specifically for
connections in IDLE state
* OpenSSL 1.1.0 is now supported
* Fixed: imap ENABLED doesn't print * ENABLED when nothing new enabled
* Fixed: mailbox lock management over rename (thanks Thomas Jarosh)
* Fixed: added overflow protection to urlfetch range checks
* Fixed: lmtpd can now deliver when mupdate server isn't available
(thanks Michael Menge)
* Fixed task 227: service processes no longer divide by zero when
invoked with -T 0 argument (thanks Ian Batten and Jens Erat)
* Fixed task 229: ctl_cyrusdb now uses database paths from imapd.conf
(thanks Simon Matter)
* Fixed bug #3862: mailbox database changes now rolled back on mupdate
failure during rename (thanks Michael Menge)
* Fixed: XFER to 2.5 and later no longer downgrades index to oldest version
* Fixed: nonsensical "TEXT.MIME" section now handled as "HEADER"
* Fixed: added missing 'auditlog: ' prefix to backend connections
(thanks Wolfgang Breyha)
* Fixed: IMAP SEARCH crash on some platforms
* Fixed: memory leaks in IMAP SEARCH and IMAP APPEND
* Fixed Issue #1967: EXISTS count reported earlier if fetching past size
of previous message set
Changes in 2.4.20:
* Fixed: lmtpd crash
* Fixed: auth_pts will now error if its configured socket path is too
long for its buffer
Diffstat (limited to 'mail')
-rw-r--r-- | mail/cyrus-imapd24/Makefile | 5 | ||||
-rw-r--r-- | mail/cyrus-imapd24/distinfo | 12 | ||||
-rw-r--r-- | mail/cyrus-imapd24/patches/patch-ac | 4 |
3 files changed, 10 insertions, 11 deletions
diff --git a/mail/cyrus-imapd24/Makefile b/mail/cyrus-imapd24/Makefile index 5888a6ba138..45782ba6029 100644 --- a/mail/cyrus-imapd24/Makefile +++ b/mail/cyrus-imapd24/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.53 2017/09/18 09:53:25 maya Exp $ +# $NetBSD: Makefile,v 1.54 2017/10/18 12:06:31 gavan Exp $ -DISTNAME= cyrus-imapd-2.4.18 -PKGREVISION= 3 +DISTNAME= cyrus-imapd-2.4.20 CATEGORIES= mail MASTER_SITES= http://cyrusimap.org/releases/ MASTER_SITES+= ftp://ftp.cyrusimap.org/cyrus-imapd/ diff --git a/mail/cyrus-imapd24/distinfo b/mail/cyrus-imapd24/distinfo index 2e532b4e934..01c457d05be 100644 --- a/mail/cyrus-imapd24/distinfo +++ b/mail/cyrus-imapd24/distinfo @@ -1,10 +1,10 @@ -$NetBSD: distinfo,v 1.22 2017/02/25 01:08:20 mef Exp $ +$NetBSD: distinfo,v 1.23 2017/10/18 12:06:31 gavan Exp $ -SHA1 (cyrus-imapd-2.4.18.tar.gz) = 2a3e449afc235ea72ef3b48ba5c0f66eb199faf2 -RMD160 (cyrus-imapd-2.4.18.tar.gz) = 9a2a601a93abcaece16a77f0f77460a49e6e7c53 -SHA512 (cyrus-imapd-2.4.18.tar.gz) = 3b234c1773fe5d57cae35743985930bc7fed2eedaa0919598da8fb19588f95b3beb8ad166d3b4f0c96faf006ff56ed5027ec516fab6007edbe46c4f45572a1ef -Size (cyrus-imapd-2.4.18.tar.gz) = 2495098 bytes -SHA1 (patch-ac) = d6b2e8c00a3605773bf7718d29ccfb0b82f59323 +SHA1 (cyrus-imapd-2.4.20.tar.gz) = 0a1f5f36dc1fa2451d2f40e894a6f214224f2333 +RMD160 (cyrus-imapd-2.4.20.tar.gz) = 0dc74400acdfaef176266f536ef90f6dded6014c +SHA512 (cyrus-imapd-2.4.20.tar.gz) = a1e7d8b4bc096c57ba36f74f2853eb520503b40beffc80912a0c081bce1df3fa8cd41b00c789d33097be6325563743c9540c11cc6137c51a747880749d2f5b4d +Size (cyrus-imapd-2.4.20.tar.gz) = 2488878 bytes +SHA1 (patch-ac) = c3b0f801b17bad99a2d84c4885aadbdfca2c28ce SHA1 (patch-ah) = 4bc62dfdeafdca83ddac02aff0ffd05db28fe0b9 SHA1 (patch-ai) = 9167678988f411479d187b232eb10ad8622b4151 SHA1 (patch-am) = e100e13d5137116f5bd7674e954031b2615e5ab1 diff --git a/mail/cyrus-imapd24/patches/patch-ac b/mail/cyrus-imapd24/patches/patch-ac index d6c816767b9..3cde2dc804a 100644 --- a/mail/cyrus-imapd24/patches/patch-ac +++ b/mail/cyrus-imapd24/patches/patch-ac @@ -1,4 +1,4 @@ -$NetBSD: patch-ac,v 1.1.1.1 2010/10/30 12:12:35 obache Exp $ +$NetBSD: patch-ac,v 1.2 2017/10/18 12:06:31 gavan Exp $ --- imap/Makefile.in.orig 2010-10-19 03:08:28.000000000 +0000 +++ imap/Makefile.in @@ -10,7 +10,7 @@ $NetBSD: patch-ac,v 1.1.1.1 2010/10/30 12:12:35 obache Exp $ + $(CC) -c $(CPPFLAGS) $(DEFS) $(CFLAGS) $(PTHREAD_CFLAGS) $< + ### Services - idled: idled.o mutex_fake.o libimap.a $(DEPLIBS) + idled: idled.o idlemsg.o mutex_fake.o libimap.a $(DEPLIBS) $(CC) $(LDFLAGS) -o idled \ @@ -213,16 +216,16 @@ imapd.quant: $(IMAPDOBJS) mutex_fake.o l |