diff options
author | schmonz <schmonz@pkgsrc.org> | 2006-07-01 19:33:56 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2006-07-01 19:33:56 +0000 |
commit | 2421bf940253f94c888a683739bbd93c63a2309a (patch) | |
tree | 21d41ece2f621d96c2493130c5474ddb9cc6efe3 /mail/getmail | |
parent | cae9d6fe5eaa77aafb406aab2689d47dad998886 (diff) | |
download | pkgsrc-2421bf940253f94c888a683739bbd93c63a2309a.tar.gz |
Update to 4.6.3. From the changelog:
- fix regression introduced in 4.6.0 where atime on mbox files would
get updated (i.e. not set back), making it difficult for other
programs to tell if there was new mail or not without actually
opening the mbox. Thanks: Tim van der Molen.
- fix regression: spurious errors thrown when required multidrop
retriever parameter "envelope_recipient" not present in getmailrc
file. Thanks: Elliot Schlegelmilch.
- fix regression: getmail_fetch no longer properly supported external
MDAs because of problems parsing the arguments to them. Thanks: ?.
- change getmail's handling of regular expressions in the "locals"
parameter of MultiSorter destination to allow it to handle
backslashes correctly. Unfortunately this means complicating
the configuration syntax slightly. Thanks: Tim van der Molen.
- update filters to use new configuration code. Remove obsolete code.
Diffstat (limited to 'mail/getmail')
-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 2d378bef45f..770694c31b2 100644 --- a/mail/getmail/Makefile +++ b/mail/getmail/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.61 2006/05/31 16:22:59 schmonz Exp $ +# $NetBSD: Makefile,v 1.62 2006/07/01 19:33:56 schmonz Exp $ -DISTNAME= getmail-4.6.1 +DISTNAME= getmail-4.6.3 CATEGORIES= mail MASTER_SITES= ${HOMEPAGE}old-versions/ diff --git a/mail/getmail/distinfo b/mail/getmail/distinfo index 9d5dbd590e0..51689e0bbfe 100644 --- a/mail/getmail/distinfo +++ b/mail/getmail/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.51 2006/05/31 16:22:59 schmonz Exp $ +$NetBSD: distinfo,v 1.52 2006/07/01 19:33:56 schmonz Exp $ -SHA1 (getmail-4.6.1.tar.gz) = 3949161c1b201d545d50f8916a5e0f53e13a8e12 -RMD160 (getmail-4.6.1.tar.gz) = d8a6a949536cea07daf3d740fce2d3bf602aa2f5 -Size (getmail-4.6.1.tar.gz) = 140445 bytes +SHA1 (getmail-4.6.3.tar.gz) = 22db01f77a803b623238c7af55bc51e3bf31f973 +RMD160 (getmail-4.6.3.tar.gz) = bfa6b27b67d456ee48f9592e24f4d214c810a1c7 +Size (getmail-4.6.3.tar.gz) = 140105 bytes SHA1 (patch-aa) = 8298be4812f193b45901f5c9ed23d86080be103b |