pkgsrc-Changes archive

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

CVS commit: pkgsrc/mail/cyrus-imapd24



Module Name:    pkgsrc
Committed By:   gavan
Date:           Wed Oct 18 12:06:31 UTC 2017

Modified Files:
        pkgsrc/mail/cyrus-imapd24: Makefile distinfo
        pkgsrc/mail/cyrus-imapd24/patches: patch-ac

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.53 -r1.54 pkgsrc/mail/cyrus-imapd24/Makefile
cvs rdiff -u -r1.22 -r1.23 pkgsrc/mail/cyrus-imapd24/distinfo
cvs rdiff -u -r1.1.1.1 -r1.2 pkgsrc/mail/cyrus-imapd24/patches/patch-ac

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/mail/cyrus-imapd24/Makefile
diff -u pkgsrc/mail/cyrus-imapd24/Makefile:1.53 pkgsrc/mail/cyrus-imapd24/Makefile:1.54
--- pkgsrc/mail/cyrus-imapd24/Makefile:1.53     Mon Sep 18 09:53:25 2017
+++ pkgsrc/mail/cyrus-imapd24/Makefile  Wed Oct 18 12:06:31 2017
@@ -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/

Index: pkgsrc/mail/cyrus-imapd24/distinfo
diff -u pkgsrc/mail/cyrus-imapd24/distinfo:1.22 pkgsrc/mail/cyrus-imapd24/distinfo:1.23
--- pkgsrc/mail/cyrus-imapd24/distinfo:1.22     Sat Feb 25 01:08:20 2017
+++ pkgsrc/mail/cyrus-imapd24/distinfo  Wed Oct 18 12:06:31 2017
@@ -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

Index: pkgsrc/mail/cyrus-imapd24/patches/patch-ac
diff -u pkgsrc/mail/cyrus-imapd24/patches/patch-ac:1.1.1.1 pkgsrc/mail/cyrus-imapd24/patches/patch-ac:1.2
--- pkgsrc/mail/cyrus-imapd24/patches/patch-ac:1.1.1.1  Sat Oct 30 12:12:35 2010
+++ pkgsrc/mail/cyrus-imapd24/patches/patch-ac  Wed Oct 18 12:06:31 2017
@@ -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 1
 +      $(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