diff options
author | wiz <wiz@pkgsrc.org> | 2000-03-04 02:16:05 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2000-03-04 02:16:05 +0000 |
commit | 886b83048d1eb5713ffb522638fdd8133ae67914 (patch) | |
tree | f19a6c7897a59307b068dfdd26fc66119140e00a | |
parent | 5a66cad46a3d57586b55952aab75aa04397cdd7a (diff) | |
download | pkgsrc-886b83048d1eb5713ffb522638fdd8133ae67914.tar.gz |
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 <sumikawa@ebina.hitachi.co.jp>.
* 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 <zlatko@gmx.at> 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 <bruce_hauge@agilent.com> 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 <marquard@austin.ibm.com>.
* 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.
-rw-r--r-- | mail/fetchmail/Makefile | 4 | ||||
-rw-r--r-- | mail/fetchmail/files/md5 | 4 | ||||
-rw-r--r-- | mail/fetchmail/files/patch-sum | 3 | ||||
-rw-r--r-- | mail/fetchmail/patches/patch-ae | 15 | ||||
-rw-r--r-- | mail/fetchmailconf/Makefile | 4 | ||||
-rw-r--r-- | mail/fetchmailconf/files/md5 | 4 |
6 files changed, 25 insertions, 9 deletions
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); diff --git a/mail/fetchmailconf/Makefile b/mail/fetchmailconf/Makefile index 8fab309ca9b..8eb498a26be 100644 --- a/mail/fetchmailconf/Makefile +++ b/mail/fetchmailconf/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.2 2000/01/23 14:40:13 tron Exp $ +# $NetBSD: Makefile,v 1.3 2000/03/04 02:16:07 wiz Exp $ # -DISTNAME= fetchmail-5.2.4 +DISTNAME= fetchmail-5.3.0 PKGNAME= ${DISTNAME:S/fetchmail/fetchmailconf/} CATEGORIES= mail MASTER_SITES= ftp://ftp.ccil.org/pub/esr/fetchmail/ \ diff --git a/mail/fetchmailconf/files/md5 b/mail/fetchmailconf/files/md5 index 649f282e993..6d297f9929f 100644 --- a/mail/fetchmailconf/files/md5 +++ b/mail/fetchmailconf/files/md5 @@ -1,3 +1,3 @@ -$NetBSD: md5,v 1.1.1.1 2000/01/21 15:53:31 fredb Exp $ +$NetBSD: md5,v 1.2 2000/03/04 02:16:07 wiz Exp $ -MD5 (fetchmail-5.2.4.tar.gz) = b2a4f31cc279f77e0e418ecce54c4b91 +MD5 (fetchmail-5.3.0.tar.gz) = a5656aaf9410c1f712bd63fd9e18a5cb |