pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/cyrus-imapd24 Update cyrus-imapd24 to 2.4.20



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1d45243c642b
branches:  trunk
changeset: 370531:1d45243c642b
user:      gavan <gavan%pkgsrc.org@localhost>
date:      Wed Oct 18 12:06:31 2017 +0000

description:
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:

 mail/cyrus-imapd24/Makefile         |   5 ++---
 mail/cyrus-imapd24/distinfo         |  12 ++++++------
 mail/cyrus-imapd24/patches/patch-ac |   4 ++--
 3 files changed, 10 insertions(+), 11 deletions(-)

diffs (51 lines):

diff -r b4731f860c59 -r 1d45243c642b mail/cyrus-imapd24/Makefile
--- a/mail/cyrus-imapd24/Makefile       Wed Oct 18 11:15:39 2017 +0000
+++ b/mail/cyrus-imapd24/Makefile       Wed Oct 18 12:06:31 2017 +0000
@@ -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 -r b4731f860c59 -r 1d45243c642b mail/cyrus-imapd24/distinfo
--- a/mail/cyrus-imapd24/distinfo       Wed Oct 18 11:15:39 2017 +0000
+++ b/mail/cyrus-imapd24/distinfo       Wed Oct 18 12:06:31 2017 +0000
@@ -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 -r b4731f860c59 -r 1d45243c642b mail/cyrus-imapd24/patches/patch-ac
--- a/mail/cyrus-imapd24/patches/patch-ac       Wed Oct 18 11:15:39 2017 +0000
+++ b/mail/cyrus-imapd24/patches/patch-ac       Wed Oct 18 12:06:31 2017 +0000
@@ -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 @@
 +      $(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
  



Home | Main Index | Thread Index | Old Index