Subject: pkg/23299: update of mail/getmail to 3.2.1
To: None <gnats-bugs@gnats.netbsd.org>
From: None <snj@pobox.com>
List: netbsd-bugs
Date: 10/29/2003 01:10:29
>Number:         23299
>Category:       pkg
>Synopsis:       update of mail/getmail to 3.2.1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pkg-manager
>State:          open
>Class:          change-request
>Submitter-Id:   net
>Arrival-Date:   Wed Oct 29 01:11:00 UTC 2003
>Closed-Date:
>Last-Modified:
>Originator:     Soren Jacobsen
>Release:        NetBSD 1.6.1
>Organization:
>Environment:
pkgsrc as of 10/28/2003.
>Description:
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.
>How-To-Repeat:
>Fix:
Index: Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/mail/getmail/Makefile,v
retrieving revision 1.12
diff -u -r1.12 Makefile
--- Makefile	2003/07/30 10:41:24	1.12
+++ Makefile	2003/10/28 23:57:47
@@ -1,7 +1,7 @@
 # $NetBSD: Makefile,v 1.12 2003/07/30 10:41:24 jmmv 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/
Index: PLIST
===================================================================
RCS file: /cvsroot/pkgsrc/mail/getmail/PLIST,v
retrieving revision 1.2
diff -u -r1.2 PLIST
--- PLIST	2003/03/22 03:39:48	1.2
+++ PLIST	2003/10/28 23:57:47
@@ -5,10 +5,10 @@
 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
Index: distinfo
===================================================================
RCS file: /cvsroot/pkgsrc/mail/getmail/distinfo,v
retrieving revision 1.7
diff -u -r1.7 distinfo
--- distinfo	2003/07/12 10:23:24	1.7
+++ distinfo	2003/10/28 23:57:47
@@ -1,4 +1,4 @@
 $NetBSD: distinfo,v 1.7 2003/07/12 10:23:24 wiz 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
>Release-Note:
>Audit-Trail:
>Unformatted: