diff options
author | frueauf <frueauf@pkgsrc.org> | 2000-10-29 22:56:30 +0000 |
---|---|---|
committer | frueauf <frueauf@pkgsrc.org> | 2000-10-29 22:56:30 +0000 |
commit | ae5979b0b1a715a1fdfd4c7dce203650ab6a0228 (patch) | |
tree | 8d38df9798d0b7acfc6398179790c962eb8a6b51 /mail/fetchmail/Makefile | |
parent | e66e1e212a4f1e98dc86e8519afde95e8aa2fb4e (diff) | |
download | pkgsrc-ae5979b0b1a715a1fdfd4c7dce203650ab6a0228.tar.gz |
Update fetchmail{conf} to 5.5.5.
fetchmail-5.5.5 (Tue Oct 17 17:50:46 EDT 2000), 19523 lines:
* Killed a nasty segfault due to double-freeing of the header block.
* Updated Danish internationalization by Byrial Jensen.
* Added FAQ item X7 on attachment hangs.
fetchmail-5.5.4 (Sun Oct 8 10:57:37 EDT 2000), 19518 lines:
* Fall back on the computed queryname if we need the DNS name of a a host
and can't get it. Resolves Debian bug #69199.
* Andrej Borsenkow's fix for configuration with new SOCKS.
* Pavel Roskin's fix to build the RPM without libcrypto (Red Hat changed
the library name to libk5crypto in 6.2).
* Peter Backes's sm-hybrid patch added to contrib; more FAQ item T1 changes.
* Emiliano's patch to make dropdelivered and envelope interact properly.
* In fetchmailconf, always reset the port number when changing protocols.
* Patrick Bihan-Faou's changes to use sysctl() for interface checking
so fetchmail doesn't have to be suid kmem.
Diffstat (limited to 'mail/fetchmail/Makefile')
-rw-r--r-- | mail/fetchmail/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/fetchmail/Makefile b/mail/fetchmail/Makefile index a3f87207e16..b00f203cdf0 100644 --- a/mail/fetchmail/Makefile +++ b/mail/fetchmail/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.77 2000/10/15 17:11:42 frueauf Exp $ +# $NetBSD: Makefile,v 1.78 2000/10/29 22:56:30 frueauf Exp $ # -DISTNAME= fetchmail-5.5.3 +DISTNAME= fetchmail-5.5.5 CATEGORIES= mail MASTER_SITES= ftp://ftp.ccil.org/pub/esr/fetchmail/ \ http://www.tuxedo.org/~esr/fetchmail/ \ |