Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Oct 2018 10:08:15 +0000 (UTC)
From:      Eugene Grosbein <eugen@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r481154 - head/security/ipsec-tools
Message-ID:  <201810031008.w93A8FrJ086839@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810031008.w93A8FrJ086839>