diff options
author | tron <tron> | 2002-12-13 14:38:52 +0000 |
---|---|---|
committer | tron <tron> | 2002-12-13 14:38:52 +0000 |
commit | 80f887adfda0896e61d52833ebf938aa0aba94d8 (patch) | |
tree | 66b6bbaddfeaf559bfa6af3e66ab1959c722fb63 /mail/fetchmailconf | |
parent | 53a0bcf07b8ec750c42bf785ac9c060276172400 (diff) | |
download | pkgsrc-80f887adfda0896e61d52833ebf938aa0aba94d8.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 ""'.
Diffstat (limited to 'mail/fetchmailconf')
-rw-r--r-- | mail/fetchmailconf/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
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 |