From 886b83048d1eb5713ffb522638fdd8133ae67914 Mon Sep 17 00:00:00 2001 From: wiz Date: Sat, 4 Mar 2000 02:16:05 +0000 Subject: Update fetchmail and fetchmailconf to 5.3.0. Changes since 5.2.4: fetchmail-5.3.0 (Tue Feb 22 08:53:31 PST 2000), 18618 lines: * Horst von Brand's improvements to the specfile generator. * Joop Susan's improvements in error status reporting. * Only emit progress dots when stdout is connected to a tty. * Fix for GNATS bug 16468, "INET6 breaks fetchmail preconnect" by Munechika SUMIKAWA . * Lexical analyzer now understands that -?[0-9]*[a-zA-Z] is not a number. fetchmail-5.2.8 (Mon Feb 14 19:16:46 EST 2000), 18571 lines: * Attempted fix for Joop Susan's ENOTCONN bug. * Fix for NO response during SIZE fetches for M$ Exchange IMAP server. * Thomas Zajic sent a change that copes with GMX X-UIDLs. * Fix fetchmailconf's handling of ssl attributes when SSL is not configured. * Handle IMAP folder names with embedded spaces. * cs.po update from Jiri Pavlovsky. * Make -d0 -v work when -a and -k are on. * UID handling has been broken since 5.2.5. This version should work. Thanks to Bruce Hauge for testing. fetchmail-5.2.7 (Sun Feb 6 20:45:41 EST 2000), 18517 lines: * Updated FAQ. * Updated es.po. * Disable mail notification on server unreachable. This turned out to be a very bad idea. fetchmail-5.2.6 (Sat Feb 5 00:01:53 EST 2000), 18517 lines: * Close down sockets using shutdown(2) and discarding read data until we get a TCP FIN. With any luck this will squash our socket leak. * Open the lockfile with O_SYNC, so we know the file has been written before close (sigh...NFS might still betray us...). * Added Martijn Lievaart's sendmail hacks for multidrop to the contrib directory. * Fix bug in processing of plugout option. * AIX port tweak from Dave Marquardt . * Add support for `ssh' preauth type to suppress password prompts at startup. * Support for RFC2449 extended POP3 responses [IN-USE] and [LOGIN-DELAY]. * Log bounced messages via syslog (Debian bug #50184). * Add scrollbars on fetchmailconf help windows (Debian bug #51770). * Notify user by mail when pop server nonexistent (Debian bug #47143). * Debian buglist cleanup. fetchmail-5.2.5 (Mon Jan 31 02:02:48 EST 2000), 18445 lines: * Fixed bugs in BSMTP generation reported by Jaap Lutz. * Make fetchmailconf better at handling backslashes in usernames and passwords. * Jochen Hayek's patch to handle spaces in UID usernames. --- mail/fetchmail/Makefile | 4 ++-- mail/fetchmail/files/md5 | 4 ++-- mail/fetchmail/files/patch-sum | 3 ++- mail/fetchmail/patches/patch-ae | 15 +++++++++++++++ 4 files changed, 21 insertions(+), 5 deletions(-) create mode 100644 mail/fetchmail/patches/patch-ae (limited to 'mail/fetchmail') diff --git a/mail/fetchmail/Makefile b/mail/fetchmail/Makefile index 535456cb670..796d908d1a2 100644 --- a/mail/fetchmail/Makefile +++ b/mail/fetchmail/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.63 2000/02/05 19:51:13 wiz Exp $ +# $NetBSD: Makefile,v 1.64 2000/03/04 02:16:05 wiz Exp $ # -DISTNAME= fetchmail-5.2.4 +DISTNAME= fetchmail-5.3.0 CATEGORIES= mail MASTER_SITES= ftp://ftp.ccil.org/pub/esr/fetchmail/ \ http://www.tuxedo.org/~esr/fetchmail/ \ diff --git a/mail/fetchmail/files/md5 b/mail/fetchmail/files/md5 index cde6961cf06..2cd5493c211 100644 --- a/mail/fetchmail/files/md5 +++ b/mail/fetchmail/files/md5 @@ -1,3 +1,3 @@ -$NetBSD: md5,v 1.40 2000/01/21 15:45:34 fredb Exp $ +$NetBSD: md5,v 1.41 2000/03/04 02:16:06 wiz Exp $ -MD5 (fetchmail-5.2.4.tar.gz) = b2a4f31cc279f77e0e418ecce54c4b91 +MD5 (fetchmail-5.3.0.tar.gz) = a5656aaf9410c1f712bd63fd9e18a5cb diff --git a/mail/fetchmail/files/patch-sum b/mail/fetchmail/files/patch-sum index d903f46b4e2..1b619ef82b8 100644 --- a/mail/fetchmail/files/patch-sum +++ b/mail/fetchmail/files/patch-sum @@ -1,6 +1,7 @@ -$NetBSD: patch-sum,v 1.8 2000/01/21 15:45:34 fredb Exp $ +$NetBSD: patch-sum,v 1.9 2000/03/04 02:16:06 wiz Exp $ MD5 (patch-aa) = cc1298297934cf1b0821583ef27ac5d9 MD5 (patch-ab) = 81269d478730c513ebddf3f64e6a45b3 MD5 (patch-ac) = 9e39b55d1919bb0a3d95d4e9ecdb1c06 MD5 (patch-ad) = da45661a42aca654307a83b8d00c6a18 +MD5 (patch-ae) = 3f1b4abe0bd6bd59770cb700d56d359f diff --git a/mail/fetchmail/patches/patch-ae b/mail/fetchmail/patches/patch-ae new file mode 100644 index 00000000000..20b16b4c72b --- /dev/null +++ b/mail/fetchmail/patches/patch-ae @@ -0,0 +1,15 @@ +$NetBSD: patch-ae,v 1.1 2000/03/04 02:16:06 wiz Exp $ + +--- ./conf.c.orig Fri Feb 18 04:31:22 2000 ++++ ./conf.c Fri Mar 3 01:00:56 2000 +@@ -249,8 +249,9 @@ + stringdump("via", ctl->server.via); + stringdump("protocol", + using_kpop ? "KPOP" : showproto(ctl->server.protocol)); ++#if !INET6_ENABLE + numdump("port", ctl->server.port); +-#if INET6_ENABLE ++#else + stringdump("service", ctl->server.service); + #endif + numdump("timeout", ctl->server.timeout); -- cgit v1.2.3