diff options
author | frueauf <frueauf@pkgsrc.org> | 2001-03-10 10:51:03 +0000 |
---|---|---|
committer | frueauf <frueauf@pkgsrc.org> | 2001-03-10 10:51:03 +0000 |
commit | be0ed5c819a583342bf19828025271f13f040fe7 (patch) | |
tree | bddd94c09210326a28a9d6506b39221f56adc896 /mail/fetchmailconf | |
parent | 38bf4fa8c52c6bf957b3a38f02c65caed3fd056a (diff) | |
download | pkgsrc-be0ed5c819a583342bf19828025271f13f040fe7.tar.gz |
Update fetchmail{conf} to 5.7.2.
fetchmail-5.7.2 (Sun Mar 4 19:05:57 EST 2001), 20167 lines:
* NLS build fixed under Linux -- thanks to Nicol<E1>s Lichtmaier.
Now builds with NLS by default, unavoidable side effect of fix.
* Various cleanups and minor bugfixes in OTP support.
* Corrected header error in SSL support.
* Updated Spanish translation by Javier Kohen.
* Incorporated Red Hat's 5.5.0 Kerberos V patch.
* Incorporated Henrique Holschuh's fetchmailconf warning on local names with @.
fetchmail-5.7.1 (Sun Mar 4 00:30:04 EST 2001), 20167 lines:
* Note: NLS build ability is broken!
* FreeBSD port fixes.
* Man page polished and updated.
* Added --sslproto option from Peter Hedwig.
* Fix KPOP support, which got broken in 5.6.8. Closes Debian bug #88288.
Diffstat (limited to 'mail/fetchmailconf')
-rw-r--r-- | mail/fetchmailconf/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/fetchmailconf/Makefile b/mail/fetchmailconf/Makefile index 444a3491094..0a60874b01b 100644 --- a/mail/fetchmailconf/Makefile +++ b/mail/fetchmailconf/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.17 2001/03/07 15:52:02 wiz Exp $ +# $NetBSD: Makefile,v 1.18 2001/03/10 10:51:04 frueauf Exp $ -DISTNAME= fetchmail-5.7.0 +DISTNAME= fetchmail-5.7.2 PKGNAME= ${DISTNAME:S/fetchmail/fetchmailconf/} CATEGORIES= mail MASTER_SITES= ftp://ftp.ccil.org/pub/esr/fetchmail/ \ |