mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-11 02:50:24 +00:00
- Update security/strongswan to 5.7.0
- While here, silence portlint warning renaming option IKEv1 to IKEV1 PR: 231720 Approved by: maintainer Obtained from: pfSense Sponsored by: Rubicon Communications, LLC (Netgate)
This commit is contained in:
parent
14fe4cd259
commit
531be1c7b6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=480733
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= strongswan
|
||||
PORTVERSION= 5.6.3
|
||||
PORTVERSION= 5.7.0
|
||||
CATEGORIES= security
|
||||
MASTER_SITES= http://download.strongswan.org/ \
|
||||
http://download2.strongswan.org/
|
||||
@ -39,10 +39,10 @@ CONFIGURE_ARGS= --enable-kernel-pfkey \
|
||||
--with-group=wheel \
|
||||
--with-lib-prefix=${PREFIX}
|
||||
|
||||
OPTIONS_DEFINE= CURL EAPAKA3GPP2 EAPDYNAMIC EAPRADIUS EAPSIMFILE GCM IKEv1 \
|
||||
OPTIONS_DEFINE= CURL EAPAKA3GPP2 EAPDYNAMIC EAPRADIUS EAPSIMFILE GCM IKEV1 \
|
||||
IPSECKEY KERNELLIBIPSEC LOADTESTER LDAP MEDIATION MYSQL PKI SCEP SMP \
|
||||
SQLITE SWANCTL TESTVECTOR TPM UNBOUND UNITY VICI XAUTH
|
||||
OPTIONS_DEFAULT= BUILTIN CURL IKEv1 PKI SWANCTL VICI
|
||||
OPTIONS_DEFAULT= BUILTIN CURL IKEV1 PKI SWANCTL VICI
|
||||
OPTIONS_SINGLE= PRINTF_HOOKS
|
||||
OPTIONS_SINGLE_PRINTF_HOOKS= BUILTIN LIBC VSTR
|
||||
OPTIONS_SUB= yes
|
||||
@ -54,7 +54,7 @@ EAPDYNAMIC_DESC= Enable EAP dynamic proxy module
|
||||
EAPRADIUS_DESC= Enable EAP Radius proxy authentication
|
||||
EAPSIMFILE_DESC= Enable EAP SIM with file backend
|
||||
GCM_DESC= Enable GCM AEAD wrapper crypto plugin
|
||||
IKEv1_DESC= Enable IKEv1 support
|
||||
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
|
||||
@ -82,7 +82,7 @@ EAPDYNAMIC_CONFIGURE_ON=--enable-eap-dynamic
|
||||
EAPRADIUS_CONFIGURE_ON= --enable-eap-radius
|
||||
EAPSIMFILE_CONFIGURE_ON=--enable-eap-sim --enable-eap-sim-file
|
||||
GCM_CONFIGURE_ON= --enable-gcm
|
||||
IKEv1_CONFIGURE_OFF= --disable-ikev1
|
||||
IKEV1_CONFIGURE_OFF= --disable-ikev1
|
||||
IPSECKEY_CONFIGURE_ON= --enable-ipseckey
|
||||
KERNELLIBIPSEC_CONFIGURE_ON= --enable-kernel-libipsec
|
||||
LOADTESTER_CONFIGURE_ON=--enable-load-tester
|
||||
@ -127,7 +127,7 @@ PLIST_SUB+= SQL=""
|
||||
PLIST_SUB+= SQL="@comment "
|
||||
.endif
|
||||
|
||||
.if ${PORT_OPTIONS:MIKEv1} || ${PORT_OPTIONS:MXAUTH}
|
||||
.if ${PORT_OPTIONS:MIKEV1} || ${PORT_OPTIONS:MXAUTH}
|
||||
PLIST_SUB+= XAUTHGEN=""
|
||||
.else
|
||||
PLIST_SUB+= XAUTHGEN="@comment "
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1527575366
|
||||
SHA256 (strongswan-5.6.3.tar.bz2) = c3c7dc8201f40625bba92ffd32eb602a8909210d8b3fac4d214c737ce079bf24
|
||||
SIZE (strongswan-5.6.3.tar.bz2) = 4961579
|
||||
TIMESTAMP = 1537883882
|
||||
SHA256 (strongswan-5.7.0.tar.bz2) = d6fd0994320bc027090f6ee34964e59c42e761e7dac36cfcf1836c8cefc53c5c
|
||||
SIZE (strongswan-5.7.0.tar.bz2) = 4967449
|
||||
|
@ -208,8 +208,8 @@ man/man8/charon-cmd.8.gz
|
||||
%%GCM%%lib/ipsec/plugins/libstrongswan-gcm.la
|
||||
%%GCM%%lib/ipsec/plugins/libstrongswan-gcm.so
|
||||
%%GCM%%@sample %%ETCDIR%%.d/charon/gcm.conf.sample
|
||||
%%IKEv1%%lib/ipsec/plugins/libstrongswan-xauth-generic.la
|
||||
%%IKEv1%%lib/ipsec/plugins/libstrongswan-xauth-generic.so
|
||||
%%IKEV1%%lib/ipsec/plugins/libstrongswan-xauth-generic.la
|
||||
%%IKEV1%%lib/ipsec/plugins/libstrongswan-xauth-generic.so
|
||||
%%IPSECKEY%%lib/ipsec/plugins/libstrongswan-ipseckey.la
|
||||
%%IPSECKEY%%lib/ipsec/plugins/libstrongswan-ipseckey.so
|
||||
%%IPSECKEY%%%%DATADIR%%/templates/config/plugins/ipseckey.conf
|
||||
|
Loading…
Reference in New Issue
Block a user