diff options
author | tron <tron> | 2001-05-14 12:12:47 +0000 |
---|---|---|
committer | tron <tron> | 2001-05-14 12:12:47 +0000 |
commit | e909cc4173e3b4929615a7826dcbd6fe7de8aeb8 (patch) | |
tree | 42bdd22e6acd8b0ed5696fb532ba8bb1d5affc0a /mail | |
parent | 85ef6ced87e04ab9147eeb75f2ec1731415a7b7f (diff) | |
download | pkgsrc-e909cc4173e3b4929615a7826dcbd6fe7de8aeb8.tar.gz |
Update "fetchmail" and "fetchmailconf" package to version 5.8.3. Changes
since version 5.8.1:
- The `localhost' special case of `via' is gone. Use `plugin %h' for talking
to ssh instead.
- Prevent POP3 code from authenticating multiple times on success.
- Fixed IMAP password shrouding.
- GCC warning cleanups from ahaas@neosoft.com.
- Plug another hole that was letting zombies through.
- SA_RESTART portability fix for SunOS.
- Ignore Sender and Resent-Sender headers unless they contain @.
- HH's patches fixing Debian bug #90966 and addressing Debian bug #92554.
- GSSAPI portability patch by Peter Fales.
- Updated cs.po by Jiri Pavlovsky.
- Michael Kjorling's patch to add server ID to authentication success/failure
bugmail.
- Kerberos build patch by HH.
- Don't cough and die from failure to resolve a skipped host. Resolves
Debian bug #92530
- Do aka suffix match even if DNS checking is enabled (Johannes Stille's bug).
- SIGCHLD handler now sets SA_RESTART explicitly in order to avoid zombies
from interrupted system calls. Debian bug #95659.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/fetchmail/Makefile | 6 | ||||
-rw-r--r-- | mail/fetchmail/distinfo | 6 | ||||
-rw-r--r-- | mail/fetchmailconf/Makefile | 6 | ||||
-rw-r--r-- | mail/fetchmailconf/distinfo | 10 |
4 files changed, 16 insertions, 12 deletions
diff --git a/mail/fetchmail/Makefile b/mail/fetchmail/Makefile index 617f2982275..89aacc432fb 100644 --- a/mail/fetchmail/Makefile +++ b/mail/fetchmail/Makefile @@ -1,13 +1,13 @@ -# $NetBSD: Makefile,v 1.93 2001/04/21 13:32:07 frueauf Exp $ +# $NetBSD: Makefile,v 1.94 2001/05/14 12:12:47 tron Exp $ # -DISTNAME= fetchmail-5.8.1 +DISTNAME= fetchmail-5.8.3 CATEGORIES= mail MASTER_SITES= ftp://ftp.ccil.org/pub/esr/fetchmail/ \ http://www.tuxedo.org/~esr/fetchmail/ \ http://sunsite.unc.edu/pub/Linux/system/mail/pop/ -MAINTAINER= mycroft@netbsd.org +MAINTAINER= frueauf@netbsd.org HOMEPAGE= http://www.tuxedo.org/~esr/fetchmail/ COMMENT= batch mail retrieval/forwarding utility for pop2, pop3, apop, imap diff --git a/mail/fetchmail/distinfo b/mail/fetchmail/distinfo index d9cab0d1281..a4940d5638c 100644 --- a/mail/fetchmail/distinfo +++ b/mail/fetchmail/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.3 2001/04/21 13:32:07 frueauf Exp $ +$NetBSD: distinfo,v 1.4 2001/05/14 12:12:47 tron Exp $ -SHA1 (fetchmail-5.8.1.tar.gz) = 24704d64fe96f93b12d87d58c8eec12ce62691fa -Size (fetchmail-5.8.1.tar.gz) = 822015 bytes +SHA1 (fetchmail-5.8.3.tar.gz) = 111777a3ed38f9f000fadd0ea505fe8dead46dc4 +Size (fetchmail-5.8.3.tar.gz) = 830441 bytes SHA1 (patch-aa) = 3c8aaac5d53c1069995ab74ad99bc5e64843a507 SHA1 (patch-ab) = 4b9d66cff6ecb565f0aa15243f3fe4aad2c3f2fe SHA1 (patch-ac) = ef0e651807bb0942ca79ed3b10ffc000f71bd330 diff --git a/mail/fetchmailconf/Makefile b/mail/fetchmailconf/Makefile index 268e2bfd503..c3b22cd385e 100644 --- a/mail/fetchmailconf/Makefile +++ b/mail/fetchmailconf/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.20 2001/04/21 13:32:07 frueauf Exp $ +# $NetBSD: Makefile,v 1.21 2001/05/14 12:12:47 tron Exp $ -DISTNAME= fetchmail-5.8.1 +DISTNAME= fetchmail-5.8.3 PKGNAME= ${DISTNAME:S/fetchmail/fetchmailconf/} CATEGORIES= mail MASTER_SITES= ftp://ftp.ccil.org/pub/esr/fetchmail/ \ @@ -20,7 +20,7 @@ USE_X11= YES EXTRACT_ELEMENTS= ${DISTNAME}/fetchmailconf do-install: - ${INSTALL_SCRIPT} ${WRKSRC}/fetchmailconf ${PREFIX}/bin/ + ${INSTALL_SCRIPT} ${WRKSRC}/fetchmailconf ${PREFIX}/bin ${LN} -s fetchmail.1 ${PREFIX}/man/man1/fetchmailconf.1 .include "../../mk/bsd.pkg.mk" diff --git a/mail/fetchmailconf/distinfo b/mail/fetchmailconf/distinfo index 9928fdc60a6..f0a961719d0 100644 --- a/mail/fetchmailconf/distinfo +++ b/mail/fetchmailconf/distinfo @@ -1,4 +1,8 @@ -$NetBSD: distinfo,v 1.3 2001/04/21 13:32:07 frueauf Exp $ +$NetBSD: distinfo,v 1.4 2001/05/14 12:12:48 tron Exp $ -SHA1 (fetchmail-5.8.1.tar.gz) = 24704d64fe96f93b12d87d58c8eec12ce62691fa -Size (fetchmail-5.8.1.tar.gz) = 822015 bytes +SHA1 (fetchmail-5.8.3.tar.gz) = 111777a3ed38f9f000fadd0ea505fe8dead46dc4 +Size (fetchmail-5.8.3.tar.gz) = 830441 bytes +SHA1 (patch-aa) = 3c8aaac5d53c1069995ab74ad99bc5e64843a507 +SHA1 (patch-ab) = 4b9d66cff6ecb565f0aa15243f3fe4aad2c3f2fe +SHA1 (patch-ac) = ef0e651807bb0942ca79ed3b10ffc000f71bd330 +SHA1 (patch-ad) = b6bffc59f28992fa0d3de0f9dad250c73bbeffc6 |