Date: Tue, 30 Apr 2013 18:43:36 GMT From: David Shane Holden <dpejesh@yahoo.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/178266: security/strongswan - CVE-2013-2944 Message-ID: <201304301843.r3UIhaCL057474@red.freebsd.org> Resent-Message-ID: <201304301850.r3UIo048007399@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 178266 >Category: ports >Synopsis: security/strongswan - CVE-2013-2944 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Tue Apr 30 18:50:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: David Shane Holden >Release: 9.1-RELEASE >Organization: >Environment: >Description: Upgrade security/strongswan port to version 5.0.4 which fixes CVE-2013-2944. >How-To-Repeat: >Fix: Patch attached with submission follows: diff --git a/strongswan/Makefile b/strongswan/Makefile index 4296b95..1a32e41 100644 --- a/strongswan/Makefile +++ b/strongswan/Makefile @@ -2,7 +2,7 @@ # $FreeBSD: ports/security/strongswan/Makefile,v 1.6 2013/01/07 12:42:39 svnexp Exp $ PORTNAME= strongswan -PORTVERSION= 5.0.1 +PORTVERSION= 5.0.4 CATEGORIES= security MASTER_SITES= http://download.strongswan.org/ \ http://download2.strongswan.org/ diff --git a/strongswan/distinfo b/strongswan/distinfo index 05d5388..ff76032 100644 --- a/strongswan/distinfo +++ b/strongswan/distinfo @@ -1,2 +1,2 @@ -SHA256 (strongswan-5.0.1.tar.bz2) = 1a4dff19ef69d15e0b90b1ea80bd183235ac73b4ecd114aab58ed54de0f5c3b4 -SIZE (strongswan-5.0.1.tar.bz2) = 3146776 +SHA256 (strongswan-5.0.4.tar.bz2) = 3ec66d64046f652ab7556b3be8f9be8981fd32ef4a11e3e461a04d658928bfe2 +SIZE (strongswan-5.0.4.tar.bz2) = 3412930 diff --git a/strongswan/pkg-plist b/strongswan/pkg-plist index 645d473..170f10d 100644 --- a/strongswan/pkg-plist +++ b/strongswan/pkg-plist @@ -91,6 +91,9 @@ lib/ipsec/plugins/libstrongswan-pgp.so lib/ipsec/plugins/libstrongswan-pkcs1.a lib/ipsec/plugins/libstrongswan-pkcs1.la lib/ipsec/plugins/libstrongswan-pkcs1.so +lib/ipsec/plugins/libstrongswan-pkcs7.a +lib/ipsec/plugins/libstrongswan-pkcs7.la +lib/ipsec/plugins/libstrongswan-pkcs7.so lib/ipsec/plugins/libstrongswan-pkcs8.a lib/ipsec/plugins/libstrongswan-pkcs8.la lib/ipsec/plugins/libstrongswan-pkcs8.so >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201304301843.r3UIhaCL057474>