svn commit: r341405 - head/security/strongswan

Renato Botelho garga at FreeBSD.org
Wed Feb 12 12:02:14 UTC 2014


On 27-01-2014 11:35, Bernhard Froehlich wrote:
> Author: decke
> Date: Mon Jan 27 13:35:40 2014
> New Revision: 341405
> URL: http://svnweb.freebsd.org/changeset/ports/341405
> QAT: https://qat.redports.org/buildarchive/r341405/
> 
> Log:
>   - Update to 5.1.1
>   - Added EAP dynamic proxy module
>   - Added EAP Radius proxy authentication
>   - Added DNSSEC/unbound support
>   - Added kernel libipsec plugin
>   - Changed configuration files to install to ${PREFIX}/etc/<filename>.conf.sample
>   - Convert to new options format
>   
>   PR:		ports/185535
>   Submitted by:	Francois ten Krooden <strongswan at nanoteq.com> (maintainer)
>   Security:	CVE-2013-5018
>   Security:	CVE-2013-6075
>   Security:	CVE-2013-6076
> 
> Modified:
>   head/security/strongswan/Makefile
>   head/security/strongswan/distinfo
>   head/security/strongswan/pkg-plist
> 
> Modified: head/security/strongswan/Makefile
> ==============================================================================
> --- head/security/strongswan/Makefile	Mon Jan 27 13:35:10 2014	(r341404)
> +++ head/security/strongswan/Makefile	Mon Jan 27 13:35:40 2014	(r341405)
> @@ -2,8 +2,7 @@
>  # $FreeBSD$
>  
>  PORTNAME=	strongswan
> -PORTVERSION=	5.0.4
> -PORTREVISION=	1
> +PORTVERSION=	5.1.1
>  CATEGORIES=	security
>  MASTER_SITES=	http://download.strongswan.org/ \
>  		http://download2.strongswan.org/
> @@ -37,6 +36,7 @@ CONFIGURE_ARGS=	--enable-kernel-pfkey \
>  		--enable-blowfish \
>  		--enable-addrblock \
>  		--enable-whitelist \
> +		--enable-cmd \
>  		--with-group=wheel  \
>  		--with-lib-prefix=${PREFIX}
>  
> @@ -44,38 +44,47 @@ CONFIGURE_ARGS=	--enable-kernel-pfkey \
>  MAN5=	ipsec.conf.5 ipsec.secrets.5 strongswan.conf.5
>  MAN8=	ipsec.8 _updown.8 _updown_espmark.8
>  
> -OPTIONS_DEFINE=	CURL EAPAKA3GPP2 EAPSIMFILE IKEv1 LDAP MYSQL SQLITE
> +OPTIONS_DEFINE=	CURL EAPAKA3GPP2 EAPDYNAMIC EAPRADIUS EAPSIMFILE IKEv1 \
> +		IPSECKEY KERNELLIBIPSEC LOADTESTER LDAP MYSQL SQLITE \
> +		TESTVECTOR UNBOUND XAUTH
> +OPTIONS_SUB=	${OPTIONS_DEFINE}

Hello,

You probably misunderstood OPTIONS_SUB here, I did the same in the past.
It's a boolean option and you just need to set OPTIONS_SUB=yes. After
that it will include all OPTIONS to PLIST_SUB.

Regards
-- 
Renato Botelho <garga     @ FreeBSD.org>
               <garga.bsd @ gmail.com>
GnuPG Key: http://www.FreeBSD.org/~garga/pubkey.asc

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 924 bytes
Desc: OpenPGP digital signature
URL: <http://lists.freebsd.org/pipermail/svn-ports-all/attachments/20140212/b439d734/attachment.sig>


More information about the svn-ports-all mailing list