From owner-svn-ports-all@freebsd.org Mon Jun 29 02:49:44 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 1FAC535BE87; Mon, 29 Jun 2020 02:49:44 +0000 (UTC) (envelope-from meta@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 49wBm76sGxz4C24; Mon, 29 Jun 2020 02:49:43 +0000 (UTC) (envelope-from meta@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id CB23C20980; Mon, 29 Jun 2020 02:49:43 +0000 (UTC) (envelope-from meta@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 05T2nhZ6031362; Mon, 29 Jun 2020 02:49:43 GMT (envelope-from meta@FreeBSD.org) Received: (from meta@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 05T2nh8a031361; Mon, 29 Jun 2020 02:49:43 GMT (envelope-from meta@FreeBSD.org) Message-Id: <202006290249.05T2nh8a031361@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: meta set sender to meta@FreeBSD.org using -f From: Koichiro Iwao Date: Mon, 29 Jun 2020 02:49:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r540740 - head/security/softether5 X-SVN-Group: ports-head X-SVN-Commit-Author: meta X-SVN-Commit-Paths: head/security/softether5 X-SVN-Commit-Revision: 540740 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Jun 2020 02:49:44 -0000 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]*