pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/mail/getmail
Module Name: pkgsrc
Committed By: schmonz
Date: Sun Oct 23 15:45:38 UTC 2016
Modified Files:
pkgsrc/mail/getmail: Makefile distinfo
Log Message:
Update to 4.52.0. From the changelog:
- add `ignore_header_shrinkage` parameter to Filter_external for users
who know it is normal for their particular filter to result in a
smaller message header than the source message, for example when the
filter encapsulates the original message in a simpler wrapper message.
Thanks: "RW", Tristan Miller, Francesco Ariis.
- EXPERIMENTAL: when deleting a message from an IMAP mailbox, set the
\Seen flag in addition to the the \Deleted flag. This apparently
prevents the ever-innovatively-broken MSExchange from sending a
spurious incorrect disposition-notification message to the sender of
the message. I do not know if this will cause problems with other
broken IMAP server implementations; please send a report to the getmail-
user's mailing list if you see odd behaviour with this change. Thanks:
John Hein.
- enable socket timeouts for IMAP SSL classes by default. They were
disabled in the code because they were incompatible with SSL in older
versions of Python. If you see problems with Python 2.6 or 2.7 now,
please let me know.
To generate a diff of this commit:
cvs rdiff -u -r1.149 -r1.150 pkgsrc/mail/getmail/Makefile
cvs rdiff -u -r1.127 -r1.128 pkgsrc/mail/getmail/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/mail/getmail/Makefile
diff -u pkgsrc/mail/getmail/Makefile:1.149 pkgsrc/mail/getmail/Makefile:1.150
--- pkgsrc/mail/getmail/Makefile:1.149 Fri Sep 16 16:43:21 2016
+++ pkgsrc/mail/getmail/Makefile Sun Oct 23 15:45:37 2016
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.149 2016/09/16 16:43:21 schmonz Exp $
+# $NetBSD: Makefile,v 1.150 2016/10/23 15:45:37 schmonz Exp $
-DISTNAME= getmail-4.51.0
+DISTNAME= getmail-4.52.0
CATEGORIES= mail
MASTER_SITES= ${HOMEPAGE}old-versions/
Index: pkgsrc/mail/getmail/distinfo
diff -u pkgsrc/mail/getmail/distinfo:1.127 pkgsrc/mail/getmail/distinfo:1.128
--- pkgsrc/mail/getmail/distinfo:1.127 Fri Sep 16 16:43:21 2016
+++ pkgsrc/mail/getmail/distinfo Sun Oct 23 15:45:38 2016
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.127 2016/09/16 16:43:21 schmonz Exp $
+$NetBSD: distinfo,v 1.128 2016/10/23 15:45:38 schmonz Exp $
-SHA1 (getmail-4.51.0.tar.gz) = f17e4a2d36eb14a2d3bf20bd3f8ad43bce2a37bb
-RMD160 (getmail-4.51.0.tar.gz) = 5bc28e36284219dadfb64897f706e76719f24309
-SHA512 (getmail-4.51.0.tar.gz) = 0da5b5958a755bb66bdc7eb6dcacc99c81db2f18c44def911bd90f95a6b0a42a68d9426a278d75c68a001129da6fd97425cca3d4c87b2442b1faa504b27ac72d
-Size (getmail-4.51.0.tar.gz) = 190612 bytes
+SHA1 (getmail-4.52.0.tar.gz) = 7539c3a6525f2024486ca9e44acd2f60989be86d
+RMD160 (getmail-4.52.0.tar.gz) = f8254e3adc71995a25720c608c8015c028559b18
+SHA512 (getmail-4.52.0.tar.gz) = 85ae1db2c76e83f7f76f8ad2f7d2478e22f271baf56f22dc819916ca0932578d82942b785050ef859b1189afbd2e0bde56e0987c1f59ecf3abdcc5a6b630ceda
+Size (getmail-4.52.0.tar.gz) = 191578 bytes
SHA1 (patch-aa) = 9e23af34d9c7a7a298c9c8fb1ffb2135d84c1885
Home |
Main Index |
Thread Index |
Old Index