Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Jun 2020 02:49:43 +0000 (UTC)
From:      Koichiro Iwao <meta@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r540740 - head/security/softether5
Message-ID:  <202006290249.05T2nh8a031361@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: meta
Date: Mon Jun 29 02:49:43 2020
New Revision: 540740
URL: https://svnweb.freebsd.org/changeset/ports/540740

Log:
  security/softether5: deprecate UNLOCK option
  
  RADIUS authentication is available by default config now.
  
  It turned out the restriction is applied only to the original binaries
  and source codes. Anyone except Daiyuu Nobori can remove the restriction.
  
  [1] https://github.com/SoftEtherVPN/SoftEtherVPN/blob/485a592/src/Cedar/Server.c#L10611-L10642

Modified:
  head/security/softether5/Makefile

Modified: head/security/softether5/Makefile
==============================================================================
--- head/security/softether5/Makefile	Mon Jun 29 02:06:01 2020	(r540739)
+++ head/security/softether5/Makefile	Mon Jun 29 02:49:43 2020	(r540740)
@@ -2,7 +2,7 @@
 
 PORTNAME=	softether
 DISTVERSION=	5.01.9674
-PORTREVISION=	1
+PORTREVISION=	2
 PORTEPOCH=	1
 CATEGORIES=	security net-vpn
 PKGNAMESUFFIX=	5
@@ -10,7 +10,7 @@ DIST_SUBDIR=	${PORTNAME}
 
 # Some patches are managed in my GitHub fork
 PATCH_SITES=	https://github.com/metalefty/${GH_PROJECT}/commit/
-PATCHFILES=	6d077a2.patch:-p1 9da3bd8.patch:-p1
+PATCHFILES=	6d077a2.patch:-p1 9da3bd8.patch:-p1 7128bbc.patch:-p1
 
 MAINTAINER=	meta@FreeBSD.org
 COMMENT=	SoftEther VPN 5 (Developer Edition)
@@ -32,17 +32,7 @@ CMAKE_ARGS+=	-DCMAKE_BUILD_TYPE=RelWithDebInfo \
 		-DSE_LOGDIR="${SE_LOGDIR}" \
 		-DSE_PIDDIR="${SE_PIDDIR}"
 
-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_PATCHFILES=	7128bbc.patch:-p1
+OPTIONS_DEFINE=	DOCS
 
 PORTDOCS=	DISCLAIMER.md WARNING.TXT
 CONFLICTS_INSTALL=	softether-4.[0-9]* softether-devel-4.[0-9]*



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