aboutsummaryrefslogtreecommitdiff
path: root/security/ipsec-tools
diff options
context:
space:
mode:
authorEugene Grosbein <eugen@FreeBSD.org>2018-10-03 10:08:15 +0000
committerEugene Grosbein <eugen@FreeBSD.org>2018-10-03 10:08:15 +0000
commit45058f51c6a4018507a1877cca847277fd054e56 (patch)
treec40a4ab1f3deb437783992a8605d29e09dc06d32 /security/ipsec-tools
parenteb16cd1e4c3a2bf6c8f17566dbd8525dd0d65772 (diff)
downloadports-45058f51c6a4018507a1877cca847277fd054e56.tar.gz
ports-45058f51c6a4018507a1877cca847277fd054e56.zip
security/ipsec-tools: make binary package more useful
- enable options ADMINPORT and WCPSKEY by default; - polish NATT_DESC a bit as we have releases past 11.0-STABLE; - bump PORTREVISION.
Notes
Notes: svn path=/head/; revision=481154
Diffstat (limited to 'security/ipsec-tools')
-rw-r--r--security/ipsec-tools/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/security/ipsec-tools/Makefile b/security/ipsec-tools/Makefile
index 261385c8e195..5abc6606a2c6 100644
--- a/security/ipsec-tools/Makefile
+++ b/security/ipsec-tools/Makefile
@@ -8,7 +8,7 @@
PORTNAME= ipsec-tools
PORTVERSION= 0.8.2
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= security
MASTER_SITES= SF
@@ -36,12 +36,12 @@ PLIST_SUB+= STATEDIR=${STATEDIR}
OPTIONS_DEFINE= DEBUG IPV6 ADMINPORT STATS DPD NATT NATTF FRAG HYBRID PAM \
RADIUS LDAP GSSAPI SAUNSPEC RC5 IDEA DOCS EXAMPLES WCPSKEY
-OPTIONS_DEFAULT= DEBUG DPD NATT FRAG HYBRID
+OPTIONS_DEFAULT= ADMINPORT DEBUG DPD NATT FRAG HYBRID WCPSKEY
ADMINPORT_DESC= Enable Admin port
STATS_DESC= Statistics logging function
DPD_DESC= Dead Peer Detection
-NATT_DESC= NAT-Traversal (kernel-patch required before 11.0-STABLE)
+NATT_DESC= NAT-Traversal (kernel-patch required before 11.1)
NATTF_DESC= require NAT-Traversal (fail without kernel-patch)
FRAG_DESC= IKE fragmentation payload support
HYBRID_DESC= Hybrid, Xauth and Mode-cfg support