pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mail/getmail Upgrade to 3.2.1. Patch sent by Soren Jac...
details: https://anonhg.NetBSD.org/pkgsrc/rev/46d2ffedbba4
branches: trunk
changeset: 463119:46d2ffedbba4
user: xtraeme <xtraeme%pkgsrc.org@localhost>
date: Wed Oct 29 11:55:27 2003 +0000
description:
Upgrade to 3.2.1. Patch sent by Soren Jacobsen in PR pkg/23299.
Changes since 3.1.7:
* Add command_add_fromline directive to control prepending mbox-style From_
lines to command deliveries. Defaults to 1, the previous behaviour. Set
to 0 to disable.
* Add workaround for differences in Python poplib; an incompatible change
was introduced (apparently in 1.6) to Python's library, where session.retr()
previous returned raw lines, but now it returns the un-stuffed lines.
getmail now has to conditionally un-stuff lines depending on the version
of the Python interpreter in use.
* Change the "over max message size of %(max_message_size)i, skipping ..."
message from informational to warning so it can be seen when using
-q/--quiet/verbose=0. Thanks to Volker Kuhlmann for the report.
-Change error message resulting from failed APOP attempt
diffstat:
mail/getmail/Makefile | 4 ++--
mail/getmail/PLIST | 4 ++--
mail/getmail/distinfo | 6 +++---
3 files changed, 7 insertions(+), 7 deletions(-)
diffs (44 lines):
diff -r 27464836e1e6 -r 46d2ffedbba4 mail/getmail/Makefile
--- a/mail/getmail/Makefile Wed Oct 29 11:35:53 2003 +0000
+++ b/mail/getmail/Makefile Wed Oct 29 11:55:27 2003 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.12 2003/07/30 10:41:24 jmmv Exp $
+# $NetBSD: Makefile,v 1.13 2003/10/29 11:55:27 xtraeme Exp $
#
-DISTNAME= getmail-3.1.7
+DISTNAME= getmail-3.2.1
CATEGORIES= mail
MASTER_SITES= http://www.qcc.ca/~charlesc/software/getmail-3.0/ \
http://www.qcc.ca/~charlesc/software/getmail-3.0/old-versions/
diff -r 27464836e1e6 -r 46d2ffedbba4 mail/getmail/PLIST
--- a/mail/getmail/PLIST Wed Oct 29 11:35:53 2003 +0000
+++ b/mail/getmail/PLIST Wed Oct 29 11:55:27 2003 +0000
@@ -1,14 +1,14 @@
-@comment $NetBSD: PLIST,v 1.2 2003/03/22 03:39:48 wiz Exp $
+@comment $NetBSD: PLIST,v 1.3 2003/10/29 11:55:27 xtraeme Exp $
bin/getmail
libexec/getmail/ConfParser.py
libexec/getmail/getmail.py
libexec/getmail/getmail_classes.py
libexec/getmail/getmail_constants.py
libexec/getmail/getmail_defaults.py
-libexec/getmail/getmail_utilities.py
libexec/getmail/getmail_maildir
libexec/getmail/getmail_mbox
libexec/getmail/getmail_mbox.py
+libexec/getmail/getmail_utilities.py
libexec/getmail/timeoutsocket.py
man/man1/getmail.1
share/doc/getmail/BUGS
diff -r 27464836e1e6 -r 46d2ffedbba4 mail/getmail/distinfo
--- a/mail/getmail/distinfo Wed Oct 29 11:35:53 2003 +0000
+++ b/mail/getmail/distinfo Wed Oct 29 11:55:27 2003 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.7 2003/07/12 10:23:24 wiz Exp $
+$NetBSD: distinfo,v 1.8 2003/10/29 11:55:27 xtraeme Exp $
-SHA1 (getmail-3.1.7.tar.gz) = 8b4adc2c8edd4e29c53f0197f94165a260cd644c
-Size (getmail-3.1.7.tar.gz) = 64569 bytes
+SHA1 (getmail-3.2.1.tar.gz) = 6b5c55ed627c021f3d2764e64d41eb5c1f5d3134
+Size (getmail-3.2.1.tar.gz) = 67905 bytes
Home |
Main Index |
Thread Index |
Old Index