summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2002-12-13 14:38:52 +0000
committertron <tron@pkgsrc.org>2002-12-13 14:38:52 +0000
commitfdef775079b492a63dfebe0415c9457dad9799a6 (patch)
tree66b6bbaddfeaf559bfa6af3e66ab1959c722fb63
parentdf80ef5fbbd7f63271dc001a93e97ce4797ba8e4 (diff)
downloadpkgsrc-fdef775079b492a63dfebe0415c9457dad9799a6.tar.gz
Update "fetchmail" and "fetchmailconf" packages to version 6.2.0.
Changes since version 6.1.2: - Applied Steffen Esser's fix for a buffer-overflow bug in rfc822.c - Updated Danish, German, and Turkish translation files. - Sunil Sheye's SMTP timeout patch. - Updated Turkish, Danish, German, Spanish, Catalan po files. - Added Slovak support. - Configure.in update for autoconf 2.5 (Art Haas). - Be case-insensitive when looking for IMAP responses. - Fix logout-after-idle-delivery bug (Sunil Shetye). - Sunil Shetye's patch to bulletproof end-of-header detection. - Sunil's fix for the STARTTLS problem -- repoll if TLS nabdshake fails. The attenmpt to set up STARTTLS can be suppressed with 'sslproto ""'.
-rw-r--r--mail/fetchmail/Makefile4
-rw-r--r--mail/fetchmail/PLIST3
-rw-r--r--mail/fetchmail/distinfo6
-rw-r--r--mail/fetchmailconf/Makefile6
4 files changed, 10 insertions, 9 deletions
diff --git a/mail/fetchmail/Makefile b/mail/fetchmail/Makefile
index 67881788ca5..b33796c03d2 100644
--- a/mail/fetchmail/Makefile
+++ b/mail/fetchmail/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.123 2002/12/01 15:37:59 salo Exp $
+# $NetBSD: Makefile,v 1.124 2002/12/13 14:38:52 tron Exp $
-DISTNAME= fetchmail-6.1.2
+DISTNAME= fetchmail-6.2.0
CATEGORIES= mail
MASTER_SITES= ftp://ftp.ccil.org/pub/esr/fetchmail/ \
http://www.tuxedo.org/~esr/fetchmail/ \
diff --git a/mail/fetchmail/PLIST b/mail/fetchmail/PLIST
index 1b87c3db779..b6953326eb5 100644
--- a/mail/fetchmail/PLIST
+++ b/mail/fetchmail/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2002/12/01 15:37:59 salo Exp $
+@comment $NetBSD: PLIST,v 1.5 2002/12/13 14:38:52 tron Exp $
bin/fetchmail
man/man1/fetchmail.1
share/doc/fetchmail/README
@@ -19,5 +19,6 @@ ${PKGLOCALEDIR}/locale/gl/LC_MESSAGES/fetchmail.mo
${PKGLOCALEDIR}/locale/ja/LC_MESSAGES/fetchmail.mo
${PKGLOCALEDIR}/locale/pl/LC_MESSAGES/fetchmail.mo
${PKGLOCALEDIR}/locale/pt_BR/LC_MESSAGES/fetchmail.mo
+${PKGLOCALEDIR}/locale/sk/LC_MESSAGES/fetchmail.mo
${PKGLOCALEDIR}/locale/tr/LC_MESSAGES/fetchmail.mo
@dirrm share/doc/fetchmail
diff --git a/mail/fetchmail/distinfo b/mail/fetchmail/distinfo
index 00ae23a1ff9..f8b90a57110 100644
--- a/mail/fetchmail/distinfo
+++ b/mail/fetchmail/distinfo
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.19 2002/11/06 18:39:54 frueauf Exp $
+$NetBSD: distinfo,v 1.20 2002/12/13 14:38:52 tron Exp $
-SHA1 (fetchmail-6.1.2.tar.gz) = 43a46b46f41aa684ad1842558c35f186afd543cd
-Size (fetchmail-6.1.2.tar.gz) = 1122660 bytes
+SHA1 (fetchmail-6.2.0.tar.gz) = 1d456acb735a1d376df996c7fa41025a9b8aaacd
+Size (fetchmail-6.2.0.tar.gz) = 1089936 bytes
SHA1 (patch-aa) = 3c8aaac5d53c1069995ab74ad99bc5e64843a507
SHA1 (patch-ab) = 009a97639502365f8b6ec4e854622620391a812f
SHA1 (patch-ac) = ef0e651807bb0942ca79ed3b10ffc000f71bd330
diff --git a/mail/fetchmailconf/Makefile b/mail/fetchmailconf/Makefile
index 010967dedb9..50c7a1560d9 100644
--- a/mail/fetchmailconf/Makefile
+++ b/mail/fetchmailconf/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.44 2002/11/06 18:39:55 frueauf Exp $
+# $NetBSD: Makefile,v 1.45 2002/12/13 14:38:52 tron Exp $
-DISTNAME= fetchmail-6.1.2
+DISTNAME= fetchmail-6.2.0
PKGNAME= ${DISTNAME:S/fetchmail/fetchmailconf/}
CATEGORIES= mail
MASTER_SITES= ftp://ftp.ccil.org/pub/esr/fetchmail/ \
@@ -14,8 +14,8 @@ COMMENT= Configuration tool for fetchmail
DEPENDS+= ${PKGNAME:S/conf//}:../../mail/fetchmail
NO_BUILD= YES
+USE_BUILDLINK2= YES
USE_X11= YES
-USE_BUILDLINK2= yes
DISTINFO_FILE= ${.CURDIR}/../../mail/fetchmail/distinfo
PATCHDIR= ${.CURDIR}/../../mail/fetchmail/patches