Bug 171177

Summary: [PATCH] mail/fetchmail: security update to 6.3.22
Product: Ports & Packages Reporter: Matthias Andree <mandree>
Component: Individual Port(s)Assignee: Matthias Andree <mandree>
Status: Closed FIXED    
Severity: Affects Only Me CC: chalpin
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
fetchmail-6.3.22.patch none

Description Matthias Andree freebsd_committer freebsd_triage 2012-08-30 00:00:17 UTC
- 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)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-08-30 00:01:07 UTC
Responsible Changed
From-To: freebsd-ports-bugs->mandree

Submitter has GNATS access (via the GNATS Auto Assign Tool)
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2012-08-30 00:01:10 UTC
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
Comment 3 Edwin Groothuis freebsd_committer freebsd_triage 2012-08-30 00:01:12 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 4 Corey Halpin 2012-08-30 02:01:51 UTC
  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
> 
Comment 5 dfilter service freebsd_committer freebsd_triage 2012-08-30 07:24:59 UTC
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"
Comment 6 Matthias Andree freebsd_committer freebsd_triage 2012-08-30 07:40:27 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!