From owner-svn-ports-all@FreeBSD.ORG Wed Apr 1 10:28:12 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DDDC8ACB; Wed, 1 Apr 2015 10:28:11 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 C82256AE; Wed, 1 Apr 2015 10:28:11 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t31ASBVc096077; Wed, 1 Apr 2015 10:28:11 GMT (envelope-from garga@FreeBSD.org) Received: (from garga@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t31ASAwx096073; Wed, 1 Apr 2015 10:28:10 GMT (envelope-from garga@FreeBSD.org) Message-Id: <201504011028.t31ASAwx096073@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: garga set sender to garga@FreeBSD.org using -f From: Renato Botelho Date: Wed, 1 Apr 2015 10:28:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r382902 - 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.18-1 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, 01 Apr 2015 10:28:12 -0000 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 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