Date: Thu, 30 Aug 2012 06:24:48 +0000 (UTC) From: Matthias Andree <mandree@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r303362 - in head/mail/fetchmail: . files Message-ID: <201208300624.q7U6Om8e087861@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mandree Date: Thu Aug 30 06:24:48 2012 New Revision: 303362 URL: http://svn.freebsd.org/changeset/ports/303362 Log: Update to upstream release fetchmail 6.3.22. Fixes CVE-2011-3389 (reenabling a countermeasure against chosen-plaintext attacks against block cipher initialization) Fixes CVE-2012-3482 (vulnerabilities in NTLM authentication; already fixed in FreeBSD's port 6.3.21_1) Assorted other fixes and workarounds. Adds a Swedish translation. Release Notes: http://developer.berlios.de/project/shownotes.php?release_id=19117 PR: 171177 Approved by: Corey Halpin (maintainer) Security: CVE-2012-3482 Security: http://www.vuxml.org/freebsd/83f9e943-e664-11e1-a66d-080027ef73ec.html Security: CVE-2011-3389 Security: http://www.vuxml.org/freebsd/18ce9a90-f269-11e1-be53-080027ef73ec.html Deleted: head/mail/fetchmail/files/patch-CVE-2012-3482 Modified: head/mail/fetchmail/Makefile head/mail/fetchmail/distinfo (contents, props changed) head/mail/fetchmail/pkg-plist (contents, props changed) Modified: head/mail/fetchmail/Makefile ============================================================================== --- head/mail/fetchmail/Makefile Thu Aug 30 06:23:21 2012 (r303361) +++ head/mail/fetchmail/Makefile Thu Aug 30 06:24:48 2012 (r303362) @@ -11,8 +11,7 @@ # want fetchmailconf to work, define the X11 option. PORTNAME= fetchmail -PORTVERSION= 6.3.21 -PORTREVISION= 1 +PORTVERSION= 6.3.22 CATEGORIES= mail ipv6 MASTER_SITES= BERLIOS/${PORTNAME}/ \ SF/${PORTNAME}/branch_6.3/ \ Modified: head/mail/fetchmail/distinfo ============================================================================== --- head/mail/fetchmail/distinfo Thu Aug 30 06:23:21 2012 (r303361) +++ head/mail/fetchmail/distinfo Thu Aug 30 06:24:48 2012 (r303362) @@ -1,2 +1,2 @@ -SHA256 (fetchmail-6.3.21.tar.xz) = dc1b92666df7bc4d6be3e66654e9894bcaa76527ea99183deabd9e11486e0f82 -SIZE (fetchmail-6.3.21.tar.xz) = 1254704 +SHA256 (fetchmail-6.3.22.tar.xz) = 9ab51a851f79e16258f068e791c39e3e378a99927f70c9635132f4295d70b1a4 +SIZE (fetchmail-6.3.22.tar.xz) = 1260296 Modified: head/mail/fetchmail/pkg-plist ============================================================================== --- head/mail/fetchmail/pkg-plist Thu Aug 30 06:23:21 2012 (r303361) +++ head/mail/fetchmail/pkg-plist Thu Aug 30 06:24:48 2012 (r303362) @@ -33,6 +33,7 @@ libexec/fetchmailconf.py %%NLS%%share/locale/ru/LC_MESSAGES/fetchmail.mo %%NLS%%share/locale/sk/LC_MESSAGES/fetchmail.mo %%NLS%%share/locale/sq/LC_MESSAGES/fetchmail.mo +%%NLS%%share/locale/sv/LC_MESSAGES/fetchmail.mo %%NLS%%share/locale/tr/LC_MESSAGES/fetchmail.mo %%NLS%%share/locale/vi/LC_MESSAGES/fetchmail.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/fetchmail.mo
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201208300624.q7U6Om8e087861>