pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/getmail Update to 4.52.0. From the changelog:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ecc0fcdc56e9
branches:  trunk
changeset: 354213:ecc0fcdc56e9
user:      schmonz <schmonz%pkgsrc.org@localhost>
date:      Sun Oct 23 15:45:37 2016 +0000

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

diffstat:

 mail/getmail/Makefile |   4 ++--
 mail/getmail/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (28 lines):

diff -r d38c2ade7ccd -r ecc0fcdc56e9 mail/getmail/Makefile
--- a/mail/getmail/Makefile     Sun Oct 23 14:54:03 2016 +0000
+++ b/mail/getmail/Makefile     Sun Oct 23 15:45:37 2016 +0000
@@ -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 -r d38c2ade7ccd -r ecc0fcdc56e9 mail/getmail/distinfo
--- a/mail/getmail/distinfo     Sun Oct 23 14:54:03 2016 +0000
+++ b/mail/getmail/distinfo     Sun Oct 23 15:45:37 2016 +0000
@@ -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