Date: Wed, 28 Oct 2015 14:27:28 +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: r400393 - head/security/strongswan Message-ID: <201510281427.t9SERSQm090337@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: garga Date: Wed Oct 28 14:27:28 2015 New Revision: 400393 URL: https://svnweb.freebsd.org/changeset/ports/400393 Log: - Add a new option (VICI) to build VICI management protocol - Change SMP option description to show users it's deprecated PR: 204090 Approved by: maintainer Modified: head/security/strongswan/Makefile head/security/strongswan/pkg-plist Modified: head/security/strongswan/Makefile ============================================================================== --- head/security/strongswan/Makefile Wed Oct 28 14:23:51 2015 (r400392) +++ head/security/strongswan/Makefile Wed Oct 28 14:27:28 2015 (r400393) @@ -42,7 +42,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 UNITY XAUTH + SQLITE TESTVECTOR UNBOUND UNITY VICI XAUTH OPTIONS_DEFAULT= IKEv1 BUILTIN OPTIONS_SINGLE= PRINTF_HOOKS OPTIONS_SINGLE_PRINTF_HOOKS= BUILTIN VSTR LIBC @@ -60,9 +60,10 @@ LOADTESTER_DESC= Enable load testing plu TESTVECTOR_DESC= Enable crypto test vectors PKI_DESC= Enable PKI tools SCEP_DESC= Enable Simple Certificate Enrollment Protocol -SMP_DESC= Enable XML-based management protocol +SMP_DESC= Enable XML-based management protocol (DEPRECATED) UNBOUND_DESC= Enable DNSSEC-enabled resolver UNITY_DESC= Enable Cisco Unity extension plugin +VICI_DESC= Enable VICI management protocol XAUTH_DESC= Enable XAuth password verification BUILTIN_DESC= Use builtin printf hooks LIBC_DESC= Use libc printf hooks @@ -95,6 +96,7 @@ SCEP_CONFIGURE_OFF= --disable-scepclient UNBOUND_CONFIGURE_ON= --enable-unbound UNBOUND_LIB_DEPENDS= libunbound.so:${PORTSDIR}/dns/unbound UNITY_CONFIGURE_ON= --enable-unity +VICI_CONFIGURE_ON= --enable-vici XAUTH_CONFIGURE_ON= --enable-xauth-eap --enable-xauth-generic BUILTIN_CONFIGURE_ON= --with-printf-hooks=builtin LIBC_CONFIGURE_ON= --with-printf-hooks=glibc Modified: head/security/strongswan/pkg-plist ============================================================================== --- head/security/strongswan/pkg-plist Wed Oct 28 14:23:51 2015 (r400392) +++ head/security/strongswan/pkg-plist Wed Oct 28 14:27:28 2015 (r400393) @@ -348,6 +348,16 @@ man/man8/charon-cmd.8.gz %%UNITY%%lib/ipsec/plugins/libstrongswan-unity.la %%UNITY%%lib/ipsec/plugins/libstrongswan-unity.so %%UNITY%%@sample %%ETCDIR%%.d/charon/unity.conf.sample +%%VICI%%%%DATADIR%%/templates/config/plugins/vici.conf +%%VICI%%lib/ipsec/libvici.a +%%VICI%%lib/ipsec/libvici.la +%%VICI%%lib/ipsec/libvici.so +%%VICI%%lib/ipsec/libvici.so.0 +%%VICI%%lib/ipsec/libvici.so.0.0.0 +%%VICI%%lib/ipsec/plugins/libstrongswan-vici.a +%%VICI%%lib/ipsec/plugins/libstrongswan-vici.la +%%VICI%%lib/ipsec/plugins/libstrongswan-vici.so +%%VICI%%@sample %%ETCDIR%%.d/charon/vici.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?201510281427.t9SERSQm090337>