Update to 4.18.0. From the changelog:
-update broken link in FAQ. Thanks: Stefan Kangas. -strip a few extra problematic (on non-Unix systems) characters when generating oldmail filenames; backslash was requested by Andy Ross. If upgrading and your current oldmail file contains any of these characters: \ ; < > | ... then rename it, replacing runs of one or more of those characters with a single "-". -improve clarity of message logged by getmail when an external program exits 0 but getmail considers it failed because it wrote to stderr. Thanks: Chris Dennis.
This commit is contained in:
parent
8174c1b13b
commit
d581d94948
3 changed files with 9 additions and 9 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.94 2010/04/30 21:56:19 schmonz Exp $
|
||||
# $NetBSD: Makefile,v 1.95 2010/06/27 01:52:46 schmonz Exp $
|
||||
|
||||
DISTNAME= getmail-4.17.0
|
||||
DISTNAME= getmail-4.18.0
|
||||
CATEGORIES= mail
|
||||
MASTER_SITES= ${HOMEPAGE}old-versions/
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.80 2010/04/30 21:56:19 schmonz Exp $
|
||||
$NetBSD: distinfo,v 1.81 2010/06/27 01:52:46 schmonz Exp $
|
||||
|
||||
SHA1 (getmail-4.17.0.tar.gz) = c3a480b56c17a6fedec36468511094c914175232
|
||||
RMD160 (getmail-4.17.0.tar.gz) = 3decaa01651391f671baaa54b0debcbcff3e8d1f
|
||||
Size (getmail-4.17.0.tar.gz) = 156472 bytes
|
||||
SHA1 (patch-aa) = ede8c22fb5b0908d71f0001b2bde7e03706a6506
|
||||
SHA1 (getmail-4.18.0.tar.gz) = 456740bebabba27d02224f8cf1a0e09bfb9536cc
|
||||
RMD160 (getmail-4.18.0.tar.gz) = 87a95a56f099aa3ec846d481207213b586a6a476
|
||||
Size (getmail-4.18.0.tar.gz) = 156244 bytes
|
||||
SHA1 (patch-aa) = 323d0e91dbdb782b4c2f768bf92047b6a063cf78
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: patch-aa,v 1.6 2008/02/19 10:34:07 schmonz Exp $
|
||||
$NetBSD: patch-aa,v 1.7 2010/06/27 01:52:46 schmonz Exp $
|
||||
|
||||
--- setup.py.orig 2007-11-23 11:26:55.000000000 -0500
|
||||
--- setup.py.orig 2007-11-23 16:26:55.000000000 +0000
|
||||
+++ setup.py
|
||||
@@ -39,12 +39,11 @@ GETMAILDOCDIR = os.path.join(
|
||||
datadir or prefix,
|
||||
|
|
Loading…
Reference in a new issue