diff options
author | olivier <olivier@FreeBSD.org> | 2017-05-10 14:12:27 +0800 |
---|---|---|
committer | olivier <olivier@FreeBSD.org> | 2017-05-10 14:12:27 +0800 |
commit | 67c21bd16cef01311af07f75da688f3b1d19ccb3 (patch) | |
tree | 033f266d39b63e03f7d69b6d0db1bd65079016eb /security | |
parent | e3a9f66036dedbb99ceb0e681184aeb79296d2c1 (diff) | |
download | freebsd-ports-gnome-67c21bd16cef01311af07f75da688f3b1d19ccb3.tar.gz freebsd-ports-gnome-67c21bd16cef01311af07f75da688f3b1d19ccb3.tar.zst freebsd-ports-gnome-67c21bd16cef01311af07f75da688f3b1d19ccb3.zip |
Add option for enabling mediation feature (like STUN for IPSec peers)
Approved by: strongswan@nanoteq.com (maintainer)
Sponsored by: Orange
Diffstat (limited to 'security')
-rw-r--r-- | security/strongswan/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/security/strongswan/Makefile b/security/strongswan/Makefile index 21d447eae0c2..a3174c93d0b5 100644 --- a/security/strongswan/Makefile +++ b/security/strongswan/Makefile @@ -3,6 +3,7 @@ PORTNAME= strongswan PORTVERSION= 5.5.2 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= http://download.strongswan.org/ \ http://download2.strongswan.org/ @@ -39,7 +40,7 @@ CONFIGURE_ARGS= --enable-kernel-pfkey \ --with-lib-prefix=${PREFIX} OPTIONS_DEFINE= CURL EAPAKA3GPP2 EAPDYNAMIC EAPRADIUS EAPSIMFILE GCM IKEv1 \ - IPSECKEY KERNELLIBIPSEC LOADTESTER LDAP MYSQL PKI SCEP SMP \ + IPSECKEY KERNELLIBIPSEC LOADTESTER LDAP MEDIATION MYSQL PKI SCEP SMP \ SQLITE SWANCTL TESTVECTOR TPM UNBOUND UNITY VICI XAUTH OPTIONS_DEFAULT= IKEv1 BUILTIN PKI SWANCTL VICI OPTIONS_SINGLE= PRINTF_HOOKS @@ -57,6 +58,7 @@ IKEv1_DESC= Enable IKEv1 support IPSECKEY_DESC= Enable authentication with IPSECKEY resource records with DNSSEC KERNELLIBIPSEC_DESC= Enable IPSec userland backend LOADTESTER_DESC= Enable load testing plugin +MEDIATION_DESC= Enable IKEv2 Mediation Extension PKI_DESC= Enable PKI tools SCEP_DESC= Enable Simple Certificate Enrollment Protocol SMP_DESC= Enable XML-based management protocol (DEPRECATED) @@ -86,6 +88,7 @@ KERNELLIBIPSEC_CONFIGURE_ON= --enable-kernel-libipsec LOADTESTER_CONFIGURE_ON=--enable-load-tester LDAP_CONFIGURE_ON= --enable-ldap LDAP_USE= OPENLDAP=yes +MEDIATION_CONFIGURE_ON= --enable-mediation MYSQL_CONFIGURE_ON= --enable-mysql MYSQL_USES= mysql PKI_CONFIGURE_OFF= --disable-pki |