diff options
author | tron <tron> | 2009-08-10 08:46:30 +0000 |
---|---|---|
committer | tron <tron> | 2009-08-10 08:46:30 +0000 |
commit | 6b53a994d79bac38ebd1ee826f436c7d2cb1ea21 (patch) | |
tree | 3bc80d877a44b0dfb692528e64b687121c93c85b /mail/fetchmailconf | |
parent | 0ad0873c6239499d38ce646bc676a31fb5691e13 (diff) | |
download | pkgsrc-6b53a994d79bac38ebd1ee826f436c7d2cb1ea21.tar.gz |
Update "fetchmail" package to version 6.3.11. Changes since version 6.3.8:
- Security fixes for CVE-2009-2666, CVE-2007-4565 and CVE-2008-2711.
- Fetchmail no longer drops permanently undelivered messages by default,
to match historic documentation. It does this by adding a new
"softbounce" option.
- A lot bug fixes and improvements.
Diffstat (limited to 'mail/fetchmailconf')
-rw-r--r-- | mail/fetchmailconf/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/mail/fetchmailconf/Makefile b/mail/fetchmailconf/Makefile index b6519c08126..08e2190e035 100644 --- a/mail/fetchmailconf/Makefile +++ b/mail/fetchmailconf/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.74 2009/05/21 11:33:55 zafer Exp $ +# $NetBSD: Makefile,v 1.75 2009/08/10 08:46:30 tron Exp $ -DISTNAME= fetchmail-6.3.8 +DISTNAME= fetchmail-6.3.11 PKGNAME= ${DISTNAME:S/fetchmail/fetchmailconf/} -PKGREVISION= 1 CATEGORIES= mail MASTER_SITES= http://download.berlios.de/fetchmail/ EXTRACT_SUFX= .tar.bz2 |