From owner-svn-ports-all@freebsd.org Wed Oct 28 14:27:29 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BBD79A1FD24; Wed, 28 Oct 2015 14:27:29 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 76B59123C; Wed, 28 Oct 2015 14:27:29 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t9SERSVO090339; Wed, 28 Oct 2015 14:27:28 GMT (envelope-from garga@FreeBSD.org) Received: (from garga@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t9SERSQm090337; Wed, 28 Oct 2015 14:27:28 GMT (envelope-from garga@FreeBSD.org) Message-Id: <201510281427.t9SERSQm090337@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: garga set sender to garga@FreeBSD.org using -f From: Renato Botelho Date: Wed, 28 Oct 2015 14:27:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r400393 - head/security/strongswan X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Oct 2015 14:27:29 -0000 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