Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 1 Apr 2015 10:28:10 +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: r382902 - head/security/strongswan
Message-ID:  <201504011028.t31ASAwx096073@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: garga
Date: Wed Apr  1 10:28:09 2015
New Revision: 382902
URL: https://svnweb.freebsd.org/changeset/ports/382902
QAT: https://qat.redports.org/buildarchive/r382902/

Log:
  - Update to 5.3.0
  - Add a new option UNITY, to enable Cisco unity extension plugin
  
  PR:		199064
  Approved by:	maintainer
  Sponsored by:	Netgate

Modified:
  head/security/strongswan/Makefile
  head/security/strongswan/distinfo
  head/security/strongswan/pkg-plist

Modified: head/security/strongswan/Makefile
==============================================================================
--- head/security/strongswan/Makefile	Wed Apr  1 10:03:55 2015	(r382901)
+++ head/security/strongswan/Makefile	Wed Apr  1 10:28:09 2015	(r382902)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	strongswan
-PORTVERSION=	5.2.2
-PORTREVISION=	1
+PORTVERSION=	5.3.0
 CATEGORIES=	security
 MASTER_SITES=	http://download.strongswan.org/ \
 		http://download2.strongswan.org/
@@ -42,7 +41,7 @@ CONFIGURE_ARGS=	--enable-kernel-pfkey \
 
 OPTIONS_DEFINE=	CURL EAPAKA3GPP2 EAPDYNAMIC EAPRADIUS EAPSIMFILE GCM IKEv1 \
 		IPSECKEY KERNELLIBIPSEC LOADTESTER LDAP MYSQL PKI SCEP SMP \
-		SQLITE TESTVECTOR UNBOUND XAUTH
+		SQLITE TESTVECTOR UNBOUND UNITY XAUTH
 OPTIONS_DEFAULT=	IKEv1
 OPTIONS_SUB=	yes
 CURL_DESC=	Enable CURL to fetch CRL/OCSP
@@ -60,6 +59,7 @@ PKI_DESC=	Enable PKI tools
 SCEP_DESC=	Enable Simple Certificate Enrollment Protocol
 SMP_DESC=	Enable XML-based management protocol
 UNBOUND_DESC=	Enable DNSSEC-enabled resolver
+UNITY_DESC=	Enable Cisco Unity extension plugin
 XAUTH_DESC=	Enable XAuth password verification
 
 # Extra options
@@ -88,6 +88,7 @@ PKI_CONFIGURE_OFF=	--disable-pki
 SCEP_CONFIGURE_OFF=	--disable-scepclient
 UNBOUND_CONFIGURE_ON=	--enable-unbound
 UNBOUND_LIB_DEPENDS=	libunbound.so:${PORTSDIR}/dns/unbound
+UNITY_CONFIGURE_ON=	--enable-unity
 XAUTH_CONFIGURE_ON=	--enable-xauth-eap --enable-xauth-generic
 
 .include <bsd.port.options.mk>

Modified: head/security/strongswan/distinfo
==============================================================================
--- head/security/strongswan/distinfo	Wed Apr  1 10:03:55 2015	(r382901)
+++ head/security/strongswan/distinfo	Wed Apr  1 10:28:09 2015	(r382902)
@@ -1,2 +1,2 @@
-SHA256 (strongswan-5.2.2.tar.bz2) = cf2fbfdf200a5eced796f00dc11fea67ce477d38c54d5f073ac6c51618b172f4
-SIZE (strongswan-5.2.2.tar.bz2) = 4169095
+SHA256 (strongswan-5.3.0.tar.bz2) = 824da31a1ff89ac2500d56705e6f9ce06fe5260f9caaeb1da35ea13a8691d284
+SIZE (strongswan-5.3.0.tar.bz2) = 4263420

Modified: head/security/strongswan/pkg-plist
==============================================================================
--- head/security/strongswan/pkg-plist	Wed Apr  1 10:03:55 2015	(r382901)
+++ head/security/strongswan/pkg-plist	Wed Apr  1 10:28:09 2015	(r382902)
@@ -142,7 +142,6 @@ lib/ipsec/plugins/libstrongswan-xcbc.la
 lib/ipsec/plugins/libstrongswan-xcbc.so
 libexec/ipsec/_copyright
 libexec/ipsec/_updown
-libexec/ipsec/_updown_espmark
 libexec/ipsec/charon
 libexec/ipsec/starter
 libexec/ipsec/stroke
@@ -200,8 +199,6 @@ man/man5/ipsec.conf.5.gz
 man/man5/ipsec.secrets.5.gz
 man/man8/ipsec.8.gz
 man/man8/charon-cmd.8.gz
-man/man8/_updown.8.gz
-man/man8/_updown_espmark.8.gz
 %%EAPRADIUS%%lib/ipsec/libradius.a
 %%EAPRADIUS%%lib/ipsec/libradius.la
 %%EAPRADIUS%%lib/ipsec/libradius.so
@@ -345,6 +342,11 @@ man/man8/_updown_espmark.8.gz
 %%UNBOUND%%lib/ipsec/plugins/libstrongswan-unbound.so
 %%UNBOUND%%%%DATADIR%%/templates/config/plugins/unbound.conf
 %%UNBOUND%%@sample %%ETCDIR%%.d/charon/unbound.conf.sample
+%%UNITY%%%%DATADIR%%/templates/config/plugins/unity.conf
+%%UNITY%%lib/ipsec/plugins/libstrongswan-unity.a
+%%UNITY%%lib/ipsec/plugins/libstrongswan-unity.la
+%%UNITY%%lib/ipsec/plugins/libstrongswan-unity.so
+%%UNITY%%@sample %%ETCDIR%%.d/charon/unity.conf.sample
 %%XAUTH%%lib/ipsec/plugins/libstrongswan-xauth-eap.a
 %%XAUTH%%lib/ipsec/plugins/libstrongswan-xauth-eap.la
 %%XAUTH%%lib/ipsec/plugins/libstrongswan-xauth-eap.so



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