summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoragc <agc>2002-10-14 10:42:48 +0000
committeragc <agc>2002-10-14 10:42:48 +0000
commit59fb98e4d7a3fec8c99fa24ba2bb781424bf34a4 (patch)
tree7bcfba754200254c38581a4cb7365f64890ea32d
parentdaa3b599377d8dc053f21d7e335530dcb9277033 (diff)
downloadpkgsrc-59fb98e4d7a3fec8c99fa24ba2bb781424bf34a4.tar.gz
Update fetchmail and fetchmailconf to version 6.1.0 on the pkgsrc
netbsd-1-6 branch for a security issue. Files pulled up: fetchmail/Makefile 1.118 and 1.119 fetchmail/distinfo 1.18 Requested by Manuel Bouyer. and fetchmailconf/Makefile 1.42 Original log message: > Because of the recent vulnerability, it is strongly encouraged to update > (http://security.e-matters.de/advisories/032002.html). > > Thanx to Alan Post <apost@interwoven.com> for giving me a note. > > fetchmail-6.1.0 (Sun Sep 22 18:31:23 EDT 2002), 21999 lines: > > * Updated French translation. > * Stefan Esser's fix for potential remote vulnerability in multidrop mode. > This is an important security fix! > > fetchmail-6.0.0 (Tue Sep 17 19:48:25 EDT 2002), 21972 lines: > > * Applied Matt Kraai's fix for minor Debian bug #144539. > * Nerijus Baliunas's patch to support STARTTLS over IMAP. > * More cleanups and minor bugfixes from Sunil Shetye. > * Default antispam-response list is now empty. > * Updated de and po translations, > > fetchmail-5.9.14 (Fri Sep 6 05:03:25 EDT 2002), 21932 lines: > > * Sunil Shetye's patch to eliminate multiple bounces. > * Moritz Jodeit <moritz@jodeit.org>'s patch for re-exec with no args. > * Sunil Shetye's patch to solve the re-exec problem with relative files. > * Cygwin portability patch (use ROOT_UID) from Jason Tishler. > * Workaround for the CAPA error problem is documented in the FAQ. > * Updated Polish, Danish, and Catalan translations. > * Sunil Shetye's patch to improve CAPA error handling. > * Sunil Shetye's patch to improve handling of unreadable boxes in POP3. > * Berkeley port fix for Kerberos IV.
-rw-r--r--mail/fetchmail/Makefile7
-rw-r--r--mail/fetchmail/distinfo6
-rw-r--r--mail/fetchmailconf/Makefile4
3 files changed, 9 insertions, 8 deletions
diff --git a/mail/fetchmail/Makefile b/mail/fetchmail/Makefile
index 67a292a05f9..3d8661d307b 100644
--- a/mail/fetchmail/Makefile
+++ b/mail/fetchmail/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.116 2002/07/12 18:48:19 mycroft Exp $
+# $NetBSD: Makefile,v 1.116.6.1 2002/10/14 10:42:48 agc Exp $
-DISTNAME= fetchmail-5.9.13
+DISTNAME= fetchmail-6.1.0
CATEGORIES= mail
MASTER_SITES= ftp://ftp.ccil.org/pub/esr/fetchmail/ \
http://www.tuxedo.org/~esr/fetchmail/ \
@@ -10,9 +10,10 @@ MAINTAINER= frueauf@netbsd.org
HOMEPAGE= http://www.tuxedo.org/~esr/fetchmail/
COMMENT= batch mail retrieval/forwarding utility for pop2, pop3, apop, imap
-BUILD_USES_MSGFMT= yes
+BUILD_USES_MSGFMT= YES
USE_BUILDLINK_ONLY= yes
+USE_GNU_GETTEXT= YES
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --without-hesiod
diff --git a/mail/fetchmail/distinfo b/mail/fetchmail/distinfo
index aed951e33c6..99e4a05289e 100644
--- a/mail/fetchmail/distinfo
+++ b/mail/fetchmail/distinfo
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.17 2002/07/12 18:48:20 mycroft Exp $
+$NetBSD: distinfo,v 1.17.6.1 2002/10/14 10:42:49 agc Exp $
-SHA1 (fetchmail-5.9.13.tar.gz) = 22eeb70eb64909377ad2f27c008ecd3ee58eeec8
-Size (fetchmail-5.9.13.tar.gz) = 1017738 bytes
+SHA1 (fetchmail-6.1.0.tar.gz) = 0111cfe281c2d47245575c8c9f0abe56723f664b
+Size (fetchmail-6.1.0.tar.gz) = 1075419 bytes
SHA1 (patch-aa) = 3c8aaac5d53c1069995ab74ad99bc5e64843a507
SHA1 (patch-ab) = 009a97639502365f8b6ec4e854622620391a812f
SHA1 (patch-ac) = ef0e651807bb0942ca79ed3b10ffc000f71bd330
diff --git a/mail/fetchmailconf/Makefile b/mail/fetchmailconf/Makefile
index a1cbd89d285..da0a5e71058 100644
--- a/mail/fetchmailconf/Makefile
+++ b/mail/fetchmailconf/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.40 2002/08/11 12:36:55 tron Exp $
+# $NetBSD: Makefile,v 1.40.4.1 2002/10/14 10:42:50 agc Exp $
-DISTNAME= fetchmail-5.9.13
+DISTNAME= fetchmail-6.1.0
PKGNAME= ${DISTNAME:S/fetchmail/fetchmailconf/}
CATEGORIES= mail
MASTER_SITES= ftp://ftp.ccil.org/pub/esr/fetchmail/ \