- Update to 6.3.22 Removed file(s): - files/patch-CVE-2012-3482 Port maintainer (chalpin@cs.wisc.edu) is cc'd. Generated with FreeBSD Port Tools 0.99_6 (mode: update, diff: ports)
Responsible Changed From-To: freebsd-ports-bugs->mandree Submitter has GNATS access (via the GNATS Auto Assign Tool)
Maintainer of mail/fetchmail, Please note that PR ports/171177 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/171177 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org
State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Approve. On 2012-08-29, Edwin Groothuis wrote: > Maintainer of mail/fetchmail, > > Please note that PR ports/171177 has just been submitted. > > If it contains a patch for an upgrade, an enhancement or a bug fix > you agree on, reply to this email stating that you approve the patch > and a committer will take care of it. > > The full text of the PR can be found at: > http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/171177 > > -- > Edwin Groothuis via the GNATS Auto Assign Tool > edwin@FreeBSD.org >
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 _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
State Changed From-To: feedback->closed Committed. Thanks!