diff options
author | schmonz <schmonz@pkgsrc.org> | 2005-05-18 23:20:42 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2005-05-18 23:20:42 +0000 |
commit | 4eeb0a144b8fe0150ae46c2174a5dcf14df7f8c1 (patch) | |
tree | 05270c28d6f7d43687b7e47b77d8e7dc051619dc /mail | |
parent | 8f0f21d36ca854978a76e72bc34592034e7bdeea (diff) | |
download | pkgsrc-4eeb0a144b8fe0150ae46c2174a5dcf14df7f8c1.tar.gz |
Update to 4.3.9. From the changelog:
-for multidrop retrievers, change the way the envelope recipient header
field is parsed, to prevent odd values from being interpreted as multiple
addresses when they look like an 822-style address group. Thanks: "aal".
-try to avoid parsing message bodies, in case they're corrupt or invalid.
Thanks: Michael Gold.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/getmail/Makefile | 5 | ||||
-rw-r--r-- | mail/getmail/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/mail/getmail/Makefile b/mail/getmail/Makefile index aac9ea1c9ee..d63a9eb539c 100644 --- a/mail/getmail/Makefile +++ b/mail/getmail/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.47 2005/05/07 02:19:30 schmonz Exp $ +# $NetBSD: Makefile,v 1.48 2005/05/18 23:20:42 schmonz Exp $ -DISTNAME= getmail-4.3.8 +DISTNAME= getmail-4.3.9 CATEGORIES= mail MASTER_SITES= ${HOMEPAGE}old-versions/ @@ -8,7 +8,6 @@ MAINTAINER= schmonz@NetBSD.org HOMEPAGE= http://pyropus.ca/software/getmail/ COMMENT= Secure, flexible, reliable, easy-to-use fetchmail replacement - PYTHON_VERSIONS_ACCEPTED?= 24 23 PYTHON_PATCH_SCRIPTS= *.py getmailcore/*.py PYDISTUTILSPKG= yes diff --git a/mail/getmail/distinfo b/mail/getmail/distinfo index 2884abec66a..1da33cdbe4a 100644 --- a/mail/getmail/distinfo +++ b/mail/getmail/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.38 2005/05/07 02:19:30 schmonz Exp $ +$NetBSD: distinfo,v 1.39 2005/05/18 23:20:43 schmonz Exp $ -SHA1 (getmail-4.3.8.tar.gz) = 910bd447271ca145d58c209160a0564d473cb824 -RMD160 (getmail-4.3.8.tar.gz) = e0ab8166694a271de81fde1d2b8fd9c07948cd96 -Size (getmail-4.3.8.tar.gz) = 133718 bytes +SHA1 (getmail-4.3.9.tar.gz) = f065decefb9ecfd51470f4d803b429a579041fe0 +RMD160 (getmail-4.3.9.tar.gz) = b5a327c2cc9b6818799f25a085063436debba8a7 +Size (getmail-4.3.9.tar.gz) = 134255 bytes SHA1 (patch-aa) = 8298be4812f193b45901f5c9ed23d86080be103b |