svn commit: r475341 - in head/security/softether-devel: . files
Koichiro Iwao
meta at FreeBSD.org
Thu Jul 26 01:03:41 UTC 2018
Author: meta
Date: Thu Jul 26 01:03:40 2018
New Revision: 475341
URL: https://svnweb.freebsd.org/changeset/ports/475341
Log:
security/softether-devel: add unlock regional lockout option
As well as r462449, applying the same patch to -devel port.
PR: 225750
Submitted by: myself
Approved by: maintainer timeout, pi (mentor)
Added:
head/security/softether-devel/files/extra-patch-unrestrict-enterprise-functions (contents, props changed)
Modified:
head/security/softether-devel/Makefile
Modified: head/security/softether-devel/Makefile
==============================================================================
--- head/security/softether-devel/Makefile Thu Jul 26 00:27:07 2018 (r475340)
+++ head/security/softether-devel/Makefile Thu Jul 26 01:03:40 2018 (r475341)
@@ -2,7 +2,7 @@
PORTNAME= softether-devel
PORTVERSION= 4.21.9613
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= security
MAINTAINER= hrs at FreeBSD.org
@@ -25,7 +25,17 @@ USE_RC_SUBR= vpnserver vpnclient vpnbridge
PORTDOCS= AUTHORS.TXT BUILD_UNIX.TXT ChangeLog README THIRD_PARTY.TXT \
WARNING.TXT
-OPTIONS_DEFINE= DOCS
+OPTIONS_DEFINE= DOCS UNLOCK
+
+# Use of some functions in Japan and China is restricted.
+# This option Unlocks regional lockout following functions:
+# - RADIUS / NT Domain user authentication function
+# - RSA certificate user authentication function
+# - Deep-inspect packet logging function
+# - Source IP address control list function
+# - syslog transfer function
+UNLOCK_DESC= Unlock regional lockout (JP and CN)
+UNLOCK_EXTRA_PATCHES= ${FILESDIR}/extra-patch-unrestrict-enterprise-functions
post-patch:
${INSTALL_DATA} ${WRKSRC}/src/makefiles/freebsd_32bit.mak \
Added: head/security/softether-devel/files/extra-patch-unrestrict-enterprise-functions
==============================================================================
Binary file. No diff available.
More information about the svn-ports-head
mailing list