diff options
author | schmonz <schmonz@pkgsrc.org> | 2016-10-23 15:45:37 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2016-10-23 15:45:37 +0000 |
commit | a0eb0c1b3eb14cf309854fe92d9ba21970154a1f (patch) | |
tree | 126c0d1b2d3f0e8623d63ca65100eece9ab6e5c6 | |
parent | 72a3ff1756503d7a65700da83eddf20efbf83594 (diff) | |
download | pkgsrc-a0eb0c1b3eb14cf309854fe92d9ba21970154a1f.tar.gz |
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.
-rw-r--r-- | mail/getmail/Makefile | 4 | ||||
-rw-r--r-- | mail/getmail/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/mail/getmail/Makefile b/mail/getmail/Makefile index effb3922970..edd27485806 100644 --- a/mail/getmail/Makefile +++ b/mail/getmail/Makefile @@ -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/ diff --git a/mail/getmail/distinfo b/mail/getmail/distinfo index c8d474df5d0..5dea475c756 100644 --- a/mail/getmail/distinfo +++ b/mail/getmail/distinfo @@ -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 |