pkgsrc-Changes archive

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

CVS commit: pkgsrc/mail/isync



Module Name:    pkgsrc
Committed By:   schmonz
Date:           Tue Oct 19 11:23:17 UTC 2021

Modified Files:
        pkgsrc/mail/isync: Makefile distinfo
Removed Files:
        pkgsrc/mail/isync/patches: patch-src_drv__imap.c

Log Message:
Update to 1.4.3. From the changelog:

- limit maildir nesting depth
- enable embedding arbitrarily long strings into IMAP commands
- CVE-2021-3578: fix handling of unexpected APPENDUID response code
- don't crash on malformed CAPABILITY responses
- tolerate INBOX mis-casing in Path
- make UIDVALIDITY recovery more strict about vanished messages
- improve error messages about irrecoverably changed UIDVALIDITY
- CVE-2021-20247: reject funny mailbox names from IMAP LIST/LSUB
- be more tolerant of formally malformed response codes
- fix bogus continuation of IMAP list parsing
- accept unsolicited FETCH responses (without payload) after all
- use correct <poll.h> header


To generate a diff of this commit:
cvs rdiff -u -r1.52 -r1.53 pkgsrc/mail/isync/Makefile
cvs rdiff -u -r1.22 -r1.23 pkgsrc/mail/isync/distinfo
cvs rdiff -u -r1.2 -r0 pkgsrc/mail/isync/patches/patch-src_drv__imap.c

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

Modified files:

Index: pkgsrc/mail/isync/Makefile
diff -u pkgsrc/mail/isync/Makefile:1.52 pkgsrc/mail/isync/Makefile:1.53
--- pkgsrc/mail/isync/Makefile:1.52     Mon May 24 19:52:41 2021
+++ pkgsrc/mail/isync/Makefile  Tue Oct 19 11:23:16 2021
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.52 2021/05/24 19:52:41 wiz Exp $
+# $NetBSD: Makefile,v 1.53 2021/10/19 11:23:16 schmonz Exp $
 
-DISTNAME=      isync-1.4.0
-PKGREVISION=   1
+DISTNAME=      isync-1.4.3
 CATEGORIES=    mail net
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=isync/}
 

Index: pkgsrc/mail/isync/distinfo
diff -u pkgsrc/mail/isync/distinfo:1.22 pkgsrc/mail/isync/distinfo:1.23
--- pkgsrc/mail/isync/distinfo:1.22     Thu Oct  7 14:25:21 2021
+++ pkgsrc/mail/isync/distinfo  Tue Oct 19 11:23:16 2021
@@ -1,8 +1,7 @@
-$NetBSD: distinfo,v 1.22 2021/10/07 14:25:21 nia Exp $
+$NetBSD: distinfo,v 1.23 2021/10/19 11:23:16 schmonz Exp $
 
-RMD160 (isync-1.4.0.tar.gz) = 58e71c09c8757bb31b3bdbc5ecd4c9ca0e287e6c
-SHA512 (isync-1.4.0.tar.gz) = 6520bcfd9dc5d7c1d51d048c1814104815a3f76a3258ed79c06b22af07d4648340b1c4314175dc448bb109187c3af56565362c58fc744741b1806894e62374f5
-Size (isync-1.4.0.tar.gz) = 334991 bytes
+RMD160 (isync-1.4.3.tar.gz) = 6e72cdefb64f3f32642674e5cc2dcb52caabe4a0
+SHA512 (isync-1.4.3.tar.gz) = a026c07c8d84e4f488071c0ca9826c8710ec5cef51eeaa76d2261b99f6ab435e2d70008a5756890696824f2395c2a95aac861a11c954ca0e6f7416610fc74780
+Size (isync-1.4.3.tar.gz) = 337692 bytes
 SHA1 (patch-ae) = a3bdbdd05e32474bf76f8110561bdcea9b72b0c3
 SHA1 (patch-src_Makefile.in) = b989a7627dbb7c989dd26c3e20beeceb000a7a47
-SHA1 (patch-src_drv__imap.c) = d27230038c7442c6a0f63ccbb566b67cb1812632



Home | Main Index | Thread Index | Old Index