svn commit: r481154 - head/security/ipsec-tools

Eugene Grosbein eugen at FreeBSD.org
Wed Oct 3 10:08:16 UTC 2018


Author: eugen
Date: Wed Oct  3 10:08:15 2018
New Revision: 481154
URL: https://svnweb.freebsd.org/changeset/ports/481154

Log:
  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.

Modified:
  head/security/ipsec-tools/Makefile

Modified: head/security/ipsec-tools/Makefile
==============================================================================
--- head/security/ipsec-tools/Makefile	Wed Oct  3 09:54:40 2018	(r481153)
+++ head/security/ipsec-tools/Makefile	Wed Oct  3 10:08:15 2018	(r481154)
@@ -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


More information about the svn-ports-head mailing list