diff options
author | schmonz <schmonz@pkgsrc.org> | 2004-08-24 16:37:38 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2004-08-24 16:37:38 +0000 |
commit | abb8130d7bc949783cf6d9bd61180ce1ca84b3d5 (patch) | |
tree | 3ceb3e9431914e23a5fe4b3787238bb17961a236 /mail/getmail | |
parent | 152ff312f7d4f01526988ef8172621032846160e (diff) | |
download | pkgsrc-abb8130d7bc949783cf6d9bd61180ce1ca84b3d5.tar.gz |
Update to 4.1.0. From the changelog:
-biggest change is multiple verbosity levels. To support this from rc file,
the verbose parameter had to change from a boolean to an integer. Update
your getmail rc files: for quiet, set verbose to 0. For more output,
set it to 1 or 2. 2 includes info about messages not retrieved, etc.
-add rc filename to error messages
-change fix from 4.0.11 for email module raising exception during .flatten().
Thanks: Jürgen Nagel.
-some types of SSL error could cause getmail to exit instead of
continuing to the next mail account; fixed. Thanks: Matthias Andree.
Diffstat (limited to 'mail/getmail')
-rw-r--r-- | mail/getmail/Makefile | 4 | ||||
-rw-r--r-- | mail/getmail/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/mail/getmail/Makefile b/mail/getmail/Makefile index 8e8ed33301b..a8122171319 100644 --- a/mail/getmail/Makefile +++ b/mail/getmail/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.27 2004/08/20 01:26:31 schmonz Exp $ +# $NetBSD: Makefile,v 1.28 2004/08/24 16:37:38 schmonz Exp $ -DISTNAME= getmail-4.0.13 +DISTNAME= getmail-4.1.0 CATEGORIES= mail MASTER_SITES= ${HOMEPAGE}old-versions/ diff --git a/mail/getmail/distinfo b/mail/getmail/distinfo index 7825eac7ab3..4c381d3c74d 100644 --- a/mail/getmail/distinfo +++ b/mail/getmail/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.20 2004/08/20 01:26:31 schmonz Exp $ +$NetBSD: distinfo,v 1.21 2004/08/24 16:37:38 schmonz Exp $ -SHA1 (getmail-4.0.13.tar.gz) = e7c50e63a1bbb819672b688c7b17445a69ee0cca -Size (getmail-4.0.13.tar.gz) = 106609 bytes +SHA1 (getmail-4.1.0.tar.gz) = 65f4840e8fbe613b130cca865b1060654a7cb222 +Size (getmail-4.1.0.tar.gz) = 107349 bytes SHA1 (patch-aa) = 63bb1a6427f5b129200e7fa4bdd34267d427a2a7 |