Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 9 Jun 2015 09:51:07 +0000 (UTC)
From:      Renato Botelho <garga@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r388905 - in head/security/strongswan: . files
Message-ID:  <201506090951.t599p7wg077758@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <unistd.h>
+ #include <stdlib.h>
++#include <stdint.h>
+ #include <string.h>
+ 
+ #include <credentials/auth_cfg.h>

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 <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?201506090951.t599p7wg077758>