diff options
author | garga <garga@FreeBSD.org> | 2016-07-20 00:38:11 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2016-07-20 00:38:11 +0800 |
commit | 71728a2ed85b8453035a9d6a0c48ee2ae39a70ca (patch) | |
tree | 0aa96d15b6700be1e57daa70c17ac304bfaccd71 /security/strongswan | |
parent | c970cd862e482b793a178af16518690710ae26a6 (diff) | |
download | freebsd-ports-gnome-71728a2ed85b8453035a9d6a0c48ee2ae39a70ca.tar.gz freebsd-ports-gnome-71728a2ed85b8453035a9d6a0c48ee2ae39a70ca.tar.zst freebsd-ports-gnome-71728a2ed85b8453035a9d6a0c48ee2ae39a70ca.zip |
Update security/strongswan to 5.5.0
PR: 211095
Submitted by: strongswan@Nanoteq.com (maintainer)
Diffstat (limited to 'security/strongswan')
-rw-r--r-- | security/strongswan/Makefile | 10 | ||||
-rw-r--r-- | security/strongswan/distinfo | 5 |
2 files changed, 8 insertions, 7 deletions
diff --git a/security/strongswan/Makefile b/security/strongswan/Makefile index 18b57c4c4411..80376d3197fa 100644 --- a/security/strongswan/Makefile +++ b/security/strongswan/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= strongswan -PORTVERSION= 5.4.0 +PORTVERSION= 5.5.0 CATEGORIES= security MASTER_SITES= http://download.strongswan.org/ \ http://download2.strongswan.org/ @@ -12,8 +12,7 @@ COMMENT= Open Source IKEv2 IPsec-based VPN solution LICENSE= GPLv2 -USES= cpe execinfo libtool:keepla pkgconfig tar:bzip2 -USE_OPENSSL= yes +USES= cpe execinfo libtool:keepla pkgconfig tar:bzip2 ssl USE_RC_SUBR= strongswan GNU_CONFIGURE= yes USE_LDCONFIG= ${PREFIX}/lib/ipsec @@ -87,7 +86,7 @@ LOADTESTER_CONFIGURE_ON=--enable-load-tester LDAP_CONFIGURE_ON= --enable-ldap LDAP_USE= OPENLDAP=yes MYSQL_CONFIGURE_ON= --enable-mysql -MYSQL_USE= MYSQL=yes +MYSQL_USES= mysql SMP_LIB_DEPENDS= libxml2.so:textproc/libxml2 SMP_CONFIGURE_ON= --enable-smp SWANCTL_CONFIGURE_ON= --enable-swanctl @@ -98,7 +97,8 @@ TESTVECTOR_CONFIGURE_ON=--enable-test-vectors PKI_CONFIGURE_OFF= --disable-pki SCEP_CONFIGURE_OFF= --disable-scepclient UNBOUND_CONFIGURE_ON= --enable-unbound -UNBOUND_LIB_DEPENDS= libunbound.so:dns/unbound +UNBOUND_LIB_DEPENDS= libunbound.so:dns/unbound \ + libldns.so:dns/ldns UNITY_CONFIGURE_ON= --enable-unity VICI_CONFIGURE_ON= --enable-vici XAUTH_CONFIGURE_ON= --enable-xauth-eap --enable-xauth-generic diff --git a/security/strongswan/distinfo b/security/strongswan/distinfo index 218a9db16a1b..a2da3d2fec8b 100644 --- a/security/strongswan/distinfo +++ b/security/strongswan/distinfo @@ -1,2 +1,3 @@ -SHA256 (strongswan-5.4.0.tar.bz2) = f8288faaea6a9cd8a7d413c0b76b7922be5da3dfcd01fd05cb30d2c55d3bbe89 -SIZE (strongswan-5.4.0.tar.bz2) = 4424580 +TIMESTAMP = 1468442394 +SHA256 (strongswan-5.5.0.tar.bz2) = 58463998ac6725eac3687e8a20c1f69803c3772657076d06c43386a24b4c8454 +SIZE (strongswan-5.5.0.tar.bz2) = 4542458 |