Date: Tue, 9 Jun 2015 19:57:04 +0000 (UTC) From: Renato Botelho <garga@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r388995 - in branches/2015Q2/security/strongswan: . files Message-ID: <201506091957.t59Jv4MY085992@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: garga Date: Tue Jun 9 19:57:04 2015 New Revision: 388995 URL: https://svnweb.freebsd.org/changeset/ports/388995 Log: MFH: r388905 Update to 5.3.2 PR: 200721 Approved by: strongswan@Nanoteq.com (maintainer) Security: CVE-2015-3991 Sponsored by: Netgate Approved by: portmgr (erwin) Added: branches/2015Q2/security/strongswan/files/patch-src_starter_starterstroke.c - copied unchanged from r388905, head/security/strongswan/files/patch-src_starter_starterstroke.c branches/2015Q2/security/strongswan/files/patch-src_stroke_stroke.c - copied unchanged from r388905, head/security/strongswan/files/patch-src_stroke_stroke.c Modified: branches/2015Q2/security/strongswan/Makefile branches/2015Q2/security/strongswan/distinfo Directory Properties: branches/2015Q2/ (props changed) Modified: branches/2015Q2/security/strongswan/Makefile ============================================================================== --- branches/2015Q2/security/strongswan/Makefile Tue Jun 9 19:53:01 2015 (r388994) +++ branches/2015Q2/security/strongswan/Makefile Tue Jun 9 19:57:04 2015 (r388995) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= strongswan -PORTVERSION= 5.3.0 +PORTVERSION= 5.3.2 CATEGORIES= security MASTER_SITES= http://download.strongswan.org/ \ http://download2.strongswan.org/ Modified: branches/2015Q2/security/strongswan/distinfo ============================================================================== --- branches/2015Q2/security/strongswan/distinfo Tue Jun 9 19:53:01 2015 (r388994) +++ branches/2015Q2/security/strongswan/distinfo Tue Jun 9 19:57:04 2015 (r388995) @@ -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 Copied: branches/2015Q2/security/strongswan/files/patch-src_starter_starterstroke.c (from r388905, head/security/strongswan/files/patch-src_starter_starterstroke.c) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2015Q2/security/strongswan/files/patch-src_starter_starterstroke.c Tue Jun 9 19:57:04 2015 (r388995, copy of r388905, head/security/strongswan/files/patch-src_starter_starterstroke.c) @@ -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 <unistd.h> + #include <stdlib.h> ++#include <stdint.h> + #include <string.h> + + #include <credentials/auth_cfg.h> Copied: branches/2015Q2/security/strongswan/files/patch-src_stroke_stroke.c (from r388905, head/security/strongswan/files/patch-src_stroke_stroke.c) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2015Q2/security/strongswan/files/patch-src_stroke_stroke.c Tue Jun 9 19:57:04 2015 (r388995, copy of r388905, head/security/strongswan/files/patch-src_stroke_stroke.c) @@ -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 <stdlib.h> + #include <unistd.h> + #include <stdio.h> ++#include <stdint.h> + #include <string.h> + #include <getopt.h> +
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506091957.t59Jv4MY085992>