From owner-svn-ports-head@FreeBSD.ORG Tue Jun 9 09:51:08 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D02AB865; Tue, 9 Jun 2015 09:51:08 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A53DA1794; Tue, 9 Jun 2015 09:51:08 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t599p8MG077763; Tue, 9 Jun 2015 09:51:08 GMT (envelope-from garga@FreeBSD.org) Received: (from garga@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t599p7wg077758; Tue, 9 Jun 2015 09:51:07 GMT (envelope-from garga@FreeBSD.org) Message-Id: <201506090951.t599p7wg077758@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: garga set sender to garga@FreeBSD.org using -f From: Renato Botelho Date: Tue, 9 Jun 2015 09:51:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r388905 - in head/security/strongswan: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Jun 2015 09:51:08 -0000 Author: garga Date: Tue Jun 9 09:51:07 2015 New Revision: 388905 URL: https://svnweb.freebsd.org/changeset/ports/388905 Log: Update to 5.3.2 PR: 200721 Approved by: strongswan@Nanoteq.com (maintainer) MFH: 2015Q2 Security: CVE-2015-3991 Sponsored by: Netgate Added: head/security/strongswan/files/patch-src_starter_starterstroke.c (contents, props changed) head/security/strongswan/files/patch-src_stroke_stroke.c (contents, props changed) Modified: head/security/strongswan/Makefile head/security/strongswan/distinfo Modified: head/security/strongswan/Makefile ============================================================================== --- head/security/strongswan/Makefile Tue Jun 9 08:23:28 2015 (r388904) +++ head/security/strongswan/Makefile Tue Jun 9 09:51:07 2015 (r388905) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= strongswan -PORTVERSION= 5.3.0 -PORTREVISION= 1 +PORTVERSION= 5.3.2 CATEGORIES= security MASTER_SITES= http://download.strongswan.org/ \ http://download2.strongswan.org/ Modified: head/security/strongswan/distinfo ============================================================================== --- head/security/strongswan/distinfo Tue Jun 9 08:23:28 2015 (r388904) +++ head/security/strongswan/distinfo Tue Jun 9 09:51:07 2015 (r388905) @@ -1,2 +1,2 @@ -SHA256 (strongswan-5.3.0.tar.bz2) = 824da31a1ff89ac2500d56705e6f9ce06fe5260f9caaeb1da35ea13a8691d284 -SIZE (strongswan-5.3.0.tar.bz2) = 4263420 +SHA256 (strongswan-5.3.2.tar.bz2) = a4a9bc8c4e42bdc4366a87a05a02bf9f425169a7ab0c6f4482d347e44acbf225 +SIZE (strongswan-5.3.2.tar.bz2) = 4320601 Added: head/security/strongswan/files/patch-src_starter_starterstroke.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/strongswan/files/patch-src_starter_starterstroke.c Tue Jun 9 09:51:07 2015 (r388905) @@ -0,0 +1,10 @@ +--- src/starter/starterstroke.c.orig 2015-06-09 09:46:26 UTC ++++ src/starter/starterstroke.c +@@ -16,6 +16,7 @@ + + #include + #include ++#include + #include + + #include Added: head/security/strongswan/files/patch-src_stroke_stroke.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/strongswan/files/patch-src_stroke_stroke.c Tue Jun 9 09:51:07 2015 (r388905) @@ -0,0 +1,10 @@ +--- src/stroke/stroke.c.orig 2015-06-09 09:46:03 UTC ++++ src/stroke/stroke.c +@@ -17,6 +17,7 @@ + #include + #include + #include ++#include + #include + #include +