diff options
author | schmonz <schmonz@pkgsrc.org> | 2014-04-07 19:23:20 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2014-04-07 19:23:20 +0000 |
commit | 92e15c344033be2a7c2444e6393e1b391760f2eb (patch) | |
tree | 3997deb98f280f60a0c5ba3e5ec275d734bc5fb5 /mail | |
parent | 941c9c82a56a4e34f0d739b135ab3cd41a73d385 (diff) | |
download | pkgsrc-92e15c344033be2a7c2444e6393e1b391760f2eb.tar.gz |
Update to 4.46.0. From the changelog:
- fix --idle checking Python version incorrectly, resulting in
incorrect warning about running with Python < 2.5. Thanks: "Voytek",
Krzysztof Warzecha.
- add missing support for SSL certificate checking in POP3 which
broke POP retrieval in v4.45.0. Requires Python 2.6 or newer.
Thanks: "mancha".
Diffstat (limited to 'mail')
-rw-r--r-- | mail/getmail/Makefile | 4 | ||||
-rw-r--r-- | mail/getmail/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/mail/getmail/Makefile b/mail/getmail/Makefile index a98ef35a95b..c189941cc68 100644 --- a/mail/getmail/Makefile +++ b/mail/getmail/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.140 2014/03/30 16:27:12 schmonz Exp $ +# $NetBSD: Makefile,v 1.141 2014/04/07 19:23:20 schmonz Exp $ -DISTNAME= getmail-4.45.0 +DISTNAME= getmail-4.46.0 CATEGORIES= mail MASTER_SITES= ${HOMEPAGE}old-versions/ diff --git a/mail/getmail/distinfo b/mail/getmail/distinfo index 0e4d903c074..031d404eea1 100644 --- a/mail/getmail/distinfo +++ b/mail/getmail/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.119 2014/03/30 16:27:12 schmonz Exp $ +$NetBSD: distinfo,v 1.120 2014/04/07 19:23:20 schmonz Exp $ -SHA1 (getmail-4.45.0.tar.gz) = b8abf68464d7af599d2bb98a0050eba2859d0f22 -RMD160 (getmail-4.45.0.tar.gz) = 5ff2b79754cfbb37287ee58a9d034ea0c82799a2 -Size (getmail-4.45.0.tar.gz) = 188551 bytes +SHA1 (getmail-4.46.0.tar.gz) = 0e20fcfed6c422e5135304c3728c11c7cee7081a +RMD160 (getmail-4.46.0.tar.gz) = f3363a809f55fee6789fcd01432a7f17e85c1384 +Size (getmail-4.46.0.tar.gz) = 189522 bytes SHA1 (patch-aa) = 5432eedfcbf7e25d4b9582e08b11c983ea6c11a6 |