Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Nov 2016 10:43:45 +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: r426700 - in head/security/strongswan: . files
Message-ID:  <201611211043.uALAhjUB002523@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: garga
Date: Mon Nov 21 10:43:45 2016
New Revision: 426700
URL: https://svnweb.freebsd.org/changeset/ports/426700

Log:
  Update security/strongswan to 5.5.1
  
  PR:		213844
  Approved by:	strongswan@Nanoteq.com (maintainer)
  Obtained from:	pfSense
  Sponsored by:	Rubicon Communications (Netgate)

Modified:
  head/security/strongswan/Makefile
  head/security/strongswan/distinfo
  head/security/strongswan/files/patch-conf_Makefile.in
  head/security/strongswan/files/patch-src_libcharon_plugins_smp_smp.c
  head/security/strongswan/files/patch-src_libstrongswan_plugins_openssl_openssl__plugin.c
  head/security/strongswan/files/patch-src_libstrongswan_utils_utils_byteorder.h
  head/security/strongswan/files/patch-src_starter_Makefile.in
  head/security/strongswan/pkg-plist

Modified: head/security/strongswan/Makefile
==============================================================================
--- head/security/strongswan/Makefile	Mon Nov 21 10:30:23 2016	(r426699)
+++ head/security/strongswan/Makefile	Mon Nov 21 10:43:45 2016	(r426700)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	strongswan
-PORTVERSION=	5.5.0
+PORTVERSION=	5.5.1
 CATEGORIES=	security
 MASTER_SITES=	http://download.strongswan.org/ \
 		http://download2.strongswan.org/

Modified: head/security/strongswan/distinfo
==============================================================================
--- head/security/strongswan/distinfo	Mon Nov 21 10:30:23 2016	(r426699)
+++ head/security/strongswan/distinfo	Mon Nov 21 10:43:45 2016	(r426700)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1468442394
-SHA256 (strongswan-5.5.0.tar.bz2) = 58463998ac6725eac3687e8a20c1f69803c3772657076d06c43386a24b4c8454
-SIZE (strongswan-5.5.0.tar.bz2) = 4542458
+TIMESTAMP = 1479401810
+SHA256 (strongswan-5.5.1.tar.bz2) = 720b301991f77bdedd8d551a956f52e2d11686a0ec18e832094f86cf2b842ab7
+SIZE (strongswan-5.5.1.tar.bz2) = 4636854

Modified: head/security/strongswan/files/patch-conf_Makefile.in
==============================================================================
--- head/security/strongswan/files/patch-conf_Makefile.in	Mon Nov 21 10:30:23 2016	(r426699)
+++ head/security/strongswan/files/patch-conf_Makefile.in	Mon Nov 21 10:43:45 2016	(r426700)
@@ -1,6 +1,6 @@
---- conf/Makefile.in.orig	2015-03-27 20:02:47 UTC
+--- conf/Makefile.in.orig	2016-10-20 09:09:55 UTC
 +++ conf/Makefile.in
-@@ -860,15 +860,15 @@ install-data-local: $(plugins_install_sr
+@@ -883,15 +883,15 @@ install-data-local: $(plugins_install_sr
  	test -e "$(DESTDIR)${strongswanconfdir}" || $(INSTALL) -d "$(DESTDIR)$(strongswanconfdir)" || true
  	test -e "$(DESTDIR)${strongswanddir}" || $(INSTALL) -d "$(DESTDIR)$(strongswanddir)" || true
  	test -e "$(DESTDIR)${charonconfdir}" || $(INSTALL) -d "$(DESTDIR)$(charonconfdir)" || true

Modified: head/security/strongswan/files/patch-src_libcharon_plugins_smp_smp.c
==============================================================================
--- head/security/strongswan/files/patch-src_libcharon_plugins_smp_smp.c	Mon Nov 21 10:30:23 2016	(r426699)
+++ head/security/strongswan/files/patch-src_libcharon_plugins_smp_smp.c	Mon Nov 21 10:43:45 2016	(r426700)
@@ -1,4 +1,4 @@
---- src/libcharon/plugins/smp/smp.c.orig	2013-11-01 10:40:35 UTC
+--- src/libcharon/plugins/smp/smp.c.orig	2016-04-22 20:01:35 UTC
 +++ src/libcharon/plugins/smp/smp.c
 @@ -737,7 +737,7 @@ METHOD(plugin_t, destroy, void,
   */

Modified: head/security/strongswan/files/patch-src_libstrongswan_plugins_openssl_openssl__plugin.c
==============================================================================
--- head/security/strongswan/files/patch-src_libstrongswan_plugins_openssl_openssl__plugin.c	Mon Nov 21 10:30:23 2016	(r426699)
+++ head/security/strongswan/files/patch-src_libstrongswan_plugins_openssl_openssl__plugin.c	Mon Nov 21 10:43:45 2016	(r426700)
@@ -1,6 +1,6 @@
---- src/libstrongswan/plugins/openssl/openssl_plugin.c.orig	2016-06-30 14:20:10 UTC
+--- src/libstrongswan/plugins/openssl/openssl_plugin.c.orig	2016-10-08 12:17:09 UTC
 +++ src/libstrongswan/plugins/openssl/openssl_plugin.c
-@@ -573,7 +573,7 @@ plugin_t *openssl_plugin_create()
+@@ -623,7 +623,7 @@ plugin_t *openssl_plugin_create()
  		},
  	);
  

Modified: head/security/strongswan/files/patch-src_libstrongswan_utils_utils_byteorder.h
==============================================================================
--- head/security/strongswan/files/patch-src_libstrongswan_utils_utils_byteorder.h	Mon Nov 21 10:30:23 2016	(r426699)
+++ head/security/strongswan/files/patch-src_libstrongswan_utils_utils_byteorder.h	Mon Nov 21 10:43:45 2016	(r426700)
@@ -1,4 +1,4 @@
---- src/libstrongswan/utils/utils/byteorder.h.orig	2016-03-29 06:56:52 UTC
+--- src/libstrongswan/utils/utils/byteorder.h.orig	2016-08-16 15:24:34 UTC
 +++ src/libstrongswan/utils/utils/byteorder.h
 @@ -22,6 +22,10 @@
  #ifndef BYTEORDER_H_

Modified: head/security/strongswan/files/patch-src_starter_Makefile.in
==============================================================================
--- head/security/strongswan/files/patch-src_starter_Makefile.in	Mon Nov 21 10:30:23 2016	(r426699)
+++ head/security/strongswan/files/patch-src_starter_Makefile.in	Mon Nov 21 10:43:45 2016	(r426700)
@@ -1,11 +1,13 @@
---- src/starter/Makefile.in.orig	2015-03-27 20:03:00 UTC
+--- src/starter/Makefile.in.orig	2016-10-20 09:10:06 UTC
 +++ src/starter/Makefile.in
-@@ -985,7 +985,7 @@ install-exec-local :
+@@ -1003,8 +1003,8 @@ install-exec-local :
  		test -e "$(DESTDIR)${sysconfdir}/ipsec.d/crls" || $(INSTALL) -d "$(DESTDIR)$(sysconfdir)/ipsec.d/crls" || true
  		test -e "$(DESTDIR)${sysconfdir}/ipsec.d/reqs" || $(INSTALL) -d "$(DESTDIR)$(sysconfdir)/ipsec.d/reqs" || true
  		test -e "$(DESTDIR)${sysconfdir}/ipsec.d/private" || $(INSTALL) -d -m 750 "$(DESTDIR)$(sysconfdir)/ipsec.d/private" || true
 -		test -e "$(DESTDIR)$(sysconfdir)/ipsec.conf" || $(INSTALL) -m 644 $(srcdir)/ipsec.conf $(DESTDIR)$(sysconfdir)/ipsec.conf || true
+-		test -e "$(DESTDIR)$(sysconfdir)/ipsec.secrets" || $(INSTALL) -m 600 $(srcdir)/ipsec.secrets $(DESTDIR)$(sysconfdir)/ipsec.secrets || true
 +		test -e "$(DESTDIR)$(sysconfdir)/ipsec.conf" || $(INSTALL) -m 644 $(srcdir)/ipsec.conf $(DESTDIR)$(sysconfdir)/ipsec.conf.sample || true
++		test -e "$(DESTDIR)$(sysconfdir)/ipsec.secrets" || $(INSTALL) -m 600 $(srcdir)/ipsec.secrets $(DESTDIR)$(sysconfdir)/ipsec.secrets.sample || true
  
  # Tell versions [3.59,3.63) of GNU make to not export all variables.
  # Otherwise a system limit (for SysV at least) may be exceeded.

Modified: head/security/strongswan/pkg-plist
==============================================================================
--- head/security/strongswan/pkg-plist	Mon Nov 21 10:30:23 2016	(r426699)
+++ head/security/strongswan/pkg-plist	Mon Nov 21 10:43:45 2016	(r426700)
@@ -369,6 +369,7 @@ man/man8/charon-cmd.8.gz
 %%XAUTHGEN%%%%DATADIR%%/templates/config/plugins/xauth-generic.conf
 %%XAUTHGEN%%@sample %%ETCDIR%%.d/charon/xauth-generic.conf.sample
 @sample etc/ipsec.conf.sample
+@sample etc/ipsec.secrets.sample
 @sample %%ETCDIR%%.conf.sample
 @sample %%ETCDIR%%.d/charon-logging.conf.sample
 @sample %%ETCDIR%%.d/charon.conf.sample
@@ -430,6 +431,7 @@ lib/ipsec/libtls.so.0.0.0
 %%SWANCTL%%@dir etc/swanctl/ecdsa
 %%SWANCTL%%@dir etc/swanctl/pkcs12
 %%SWANCTL%%@dir etc/swanctl/pkcs8
+%%SWANCTL%%@dir etc/swanctl/private
 %%SWANCTL%%@dir etc/swanctl/pubkey
 %%SWANCTL%%@dir etc/swanctl/rsa
 %%SWANCTL%%@dir etc/swanctl/x509



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201611211043.uALAhjUB002523>