diff options
author | barner <barner@FreeBSD.org> | 2006-01-23 23:14:27 +0800 |
---|---|---|
committer | barner <barner@FreeBSD.org> | 2006-01-23 23:14:27 +0800 |
commit | 084d567e42ece165a0be872502ad235bb5e7c878 (patch) | |
tree | 2859f95543a0445bd20edd3d73388e1e0a7db721 | |
parent | 78be0d1474a71f2e9d08bb8739efd2ce7556b829 (diff) | |
download | freebsd-ports-gnome-084d567e42ece165a0be872502ad235bb5e7c878.tar.gz freebsd-ports-gnome-084d567e42ece165a0be872502ad235bb5e7c878.tar.zst freebsd-ports-gnome-084d567e42ece165a0be872502ad235bb5e7c878.zip |
- Update to 6.3.2
- Changes:
* Fixes a denial of service bug/fetchmail crash after sending a bounce
* Adds a Maillennium (Comcast) workaround
* ChangeLog: https://lists.berlios.de/pipermail/fetchmail-announce/2006-January/000022.html
Security: http://fetchmail.berlios.de/fetchmail-SA-2006-01.txt
Security: CVE-2006-0321
Security: http://www.vuxml.org/freebsd/f11d3b22-88c6-11da-a7b2-0060084a00e5.html
-rw-r--r-- | mail/fetchmail/Makefile | 2 | ||||
-rw-r--r-- | mail/fetchmail/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/mail/fetchmail/Makefile b/mail/fetchmail/Makefile index 760b46d820d9..f7ab00898608 100644 --- a/mail/fetchmail/Makefile +++ b/mail/fetchmail/Makefile @@ -10,7 +10,7 @@ # want fetchmailconf to work, define WITH_X11 PORTNAME= fetchmail -PORTVERSION= 6.3.1 +PORTVERSION= 6.3.2 CATEGORIES= mail ipv6 MASTER_SITES= http://download.berlios.de/%SUBDIR%/ \ http://home.pages.de/~mandree/%SUBDIR%/ \ diff --git a/mail/fetchmail/distinfo b/mail/fetchmail/distinfo index 07f524a0f153..ec2228bca12a 100644 --- a/mail/fetchmail/distinfo +++ b/mail/fetchmail/distinfo @@ -1,3 +1,3 @@ -MD5 (fetchmail-6.3.1.tar.bz2) = 6b7cd0e76465250d4c02367a90c08da6 -SHA256 (fetchmail-6.3.1.tar.bz2) = 4ba186eb7306161eb9181fb737840873564287cb37f5bdec48d4c31ad734e7b4 -SIZE (fetchmail-6.3.1.tar.bz2) = 1163151 +MD5 (fetchmail-6.3.2.tar.bz2) = a532134a5e3b35b4f8b78a8184439837 +SHA256 (fetchmail-6.3.2.tar.bz2) = 4fbb779c0fddf74af8267a8e8a68bc276c7afc2c854e04b754ca7ebbab2f876e +SIZE (fetchmail-6.3.2.tar.bz2) = 1190838 |