diff options
author | frueauf <frueauf@pkgsrc.org> | 2001-04-21 13:32:07 +0000 |
---|---|---|
committer | frueauf <frueauf@pkgsrc.org> | 2001-04-21 13:32:07 +0000 |
commit | e97faaab628da0a991afbe92ec17bc1f27b63db4 (patch) | |
tree | fcce34a796263d6be10f75670b9c0dac17116a14 | |
parent | 07b93e334d56525ff66330ae9b0ef1c003131a2a (diff) | |
download | pkgsrc-e97faaab628da0a991afbe92ec17bc1f27b63db4.tar.gz |
Update fetchmail{conf} to 5.8.1.
Changes since fetchmail 5.7.2:
fetchmail-5.8.1 (Tue Apr 10 09:32:04 EDT 2001), 20511 lines:
* Nalin Dahyabai's password parse and authentication fixe.
* Vitezslav Samel's patch to Makefile.in to make parallel makes work.
fetchmail-5.8.0 (Mon Apr 2 15:18:33 EDT 2001), 20459 lines:
* Documentation update for gold release.
fetchmail-5.7.7 (Wed Mar 28 20:24:48 EST 2001), 20459 lines:
* More configure fixes -- include missing stub script in the distribution.
fetchmail-5.7.6 (Thu Mar 22 16:22:48 EST 2001), 20456 lines:
* Fix POP2 and POP3 password shrouding.
* Don't remove UIDL scratchlist on query completion (Frantisek Brabec's bug).
* IMAP: don't just quit if GSSAPI or Kerberos IV fail, but try other methods.
* Document the fact the IDLE and multiple folders don't play well together.
Closes Debian bug#89908.
fetchmail-5.7.5 (Sat Mar 17 23:24:41 EST 2001), 20440 lines:
* Nalin Dahyabhai's patch to make IPv6 build on older systems.
* Restrict shrouding to just the password send so it won't leak info.
* Move an #ifdef INET6_ENABLE to deal with libc5 headers.
* Only DNS-probe entries that are active on this run.
* Fix `nospambounce' recognition.
* Updated French translation.
* Yoshihiko SARUMARU's patch to keep kanji out of Received headers.
* Include aclocal.m4 in the tarball (solves some build problems).
* Added HMH's patch to support configuring a specific fallback MUA.
fetchmail-5.7.4 (Mon Mar 12 00:02:23 EST 2001), 20323 lines:
* SECURITY FIX: unsecure tempfile creation bug in fetchmailconf, thanks
to Colin Phipps <cph@cph.demon.co.uk> for pointing this out.
* Configure cleanup from HMH.
* Documentation refresh.
fetchmail-5.7.3 (Sun Mar 11 17:01:56 EST 2001), 20323 lines:
* Incorporate SA_LEN patch from Red Hat.
* HMH's "no spambounce" patch for fetchmailconf.
* John Bartlett's patch to make the driver code more tolerant of flaky POP3
servers (better handling of timeout at session start).
* Make `fetchmail --configdump' work when there's a defaults entry.
* Incorporated HMH's build fixes.
* Added FALLBACK_MDA; fetchmail now looks for procmail or sendmail at
build time and uses it if it can't open port 25 for local delivery.
* Incorporated Red Hat fixes for GSSAPI, configure.in.
* Bailing out on read-only messages breaks fetchmail -c. To avoid this,
use EXAMINE rather than SELECT in that case.
-rw-r--r-- | mail/fetchmail/Makefile | 4 | ||||
-rw-r--r-- | mail/fetchmail/distinfo | 6 | ||||
-rw-r--r-- | mail/fetchmailconf/Makefile | 5 | ||||
-rw-r--r-- | mail/fetchmailconf/distinfo | 6 |
4 files changed, 10 insertions, 11 deletions
diff --git a/mail/fetchmail/Makefile b/mail/fetchmail/Makefile index 50317803e94..617f2982275 100644 --- a/mail/fetchmail/Makefile +++ b/mail/fetchmail/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.92 2001/04/10 09:20:33 tron Exp $ +# $NetBSD: Makefile,v 1.93 2001/04/21 13:32:07 frueauf Exp $ # -DISTNAME= fetchmail-5.7.7 +DISTNAME= fetchmail-5.8.1 CATEGORIES= mail MASTER_SITES= ftp://ftp.ccil.org/pub/esr/fetchmail/ \ http://www.tuxedo.org/~esr/fetchmail/ \ diff --git a/mail/fetchmail/distinfo b/mail/fetchmail/distinfo index 425fbfeaff6..d9cab0d1281 100644 --- a/mail/fetchmail/distinfo +++ b/mail/fetchmail/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.2 2001/04/20 13:09:57 agc Exp $ +$NetBSD: distinfo,v 1.3 2001/04/21 13:32:07 frueauf Exp $ -SHA1 (fetchmail-5.7.7.tar.gz) = 054b404b8520bd75218d7d5ff87fa4f44cc62823 -Size (fetchmail-5.7.7.tar.gz) = 821153 bytes +SHA1 (fetchmail-5.8.1.tar.gz) = 24704d64fe96f93b12d87d58c8eec12ce62691fa +Size (fetchmail-5.8.1.tar.gz) = 822015 bytes SHA1 (patch-aa) = 3c8aaac5d53c1069995ab74ad99bc5e64843a507 SHA1 (patch-ab) = 4b9d66cff6ecb565f0aa15243f3fe4aad2c3f2fe SHA1 (patch-ac) = ef0e651807bb0942ca79ed3b10ffc000f71bd330 diff --git a/mail/fetchmailconf/Makefile b/mail/fetchmailconf/Makefile index bdc76f06531..268e2bfd503 100644 --- a/mail/fetchmailconf/Makefile +++ b/mail/fetchmailconf/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.19 2001/04/05 13:25:21 wiz Exp $ +# $NetBSD: Makefile,v 1.20 2001/04/21 13:32:07 frueauf Exp $ -DISTNAME= fetchmail-5.7.7 +DISTNAME= fetchmail-5.8.1 PKGNAME= ${DISTNAME:S/fetchmail/fetchmailconf/} CATEGORIES= mail MASTER_SITES= ftp://ftp.ccil.org/pub/esr/fetchmail/ \ @@ -14,7 +14,6 @@ COMMENT= Configuration tool for fetchmail DEPENDS+= ${DISTNAME}:../../mail/fetchmail DEPENDS+= py-Tk-*:../../x11/py-Tk -DIGEST_FILE= ${.CURDIR}/../fetchmail/files/md5 NO_BUILD= YES USE_X11= YES diff --git a/mail/fetchmailconf/distinfo b/mail/fetchmailconf/distinfo index da126198763..9928fdc60a6 100644 --- a/mail/fetchmailconf/distinfo +++ b/mail/fetchmailconf/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.2 2001/04/20 13:09:57 agc Exp $ +$NetBSD: distinfo,v 1.3 2001/04/21 13:32:07 frueauf Exp $ -SHA1 (fetchmail-5.7.7.tar.gz) = 054b404b8520bd75218d7d5ff87fa4f44cc62823 -Size (fetchmail-5.7.7.tar.gz) = 821153 bytes +SHA1 (fetchmail-5.8.1.tar.gz) = 24704d64fe96f93b12d87d58c8eec12ce62691fa +Size (fetchmail-5.8.1.tar.gz) = 822015 bytes |