From owner-svn-ports-all@freebsd.org Mon Apr 6 08:23:09 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 1A3C72A80E1; Mon, 6 Apr 2020 08:23:09 +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) server-signature RSA-PSS (4096 bits) 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 48wk7c6rQ3z3D3c; Mon, 6 Apr 2020 08:23:08 +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 E61CB24FE4; Mon, 6 Apr 2020 08:23:08 +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 0368N8Og062862; Mon, 6 Apr 2020 08:23:08 GMT (envelope-from meta@FreeBSD.org) Received: (from meta@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0368N8el062861; Mon, 6 Apr 2020 08:23:08 GMT (envelope-from meta@FreeBSD.org) Message-Id: <202004060823.0368N8el062861@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: meta set sender to meta@FreeBSD.org using -f From: Koichiro Iwao Date: Mon, 6 Apr 2020 08:23:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r530870 - head/security/softether-devel X-SVN-Group: ports-head X-SVN-Commit-Author: meta X-SVN-Commit-Paths: head/security/softether-devel X-SVN-Commit-Revision: 530870 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.29 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, 06 Apr 2020 08:23:09 -0000 Author: meta Date: Mon Apr 6 08:23:08 2020 New Revision: 530870 URL: https://svnweb.freebsd.org/changeset/ports/530870 Log: devel/softether-devel: Update to v4.34.9745-beta Fix security issue: Fix the security of JSON-API. If the administrator password of the VirtualHub is empty, JSON-API (which was added in 4.30 Build 9696 Beta) will not be able to access to the virtual hub with a empty password since this release. Because there are relatively many cases in which administrator password is empty for a virtual hub, being able to manage a virtual hub without a password using JSON-API was a security problem. In this release, this behavior has been changed so that JSON-API cannot be accessed in the Virtual Hub management mode until it is configured with non-empty password. Relnotes: https://www.softether.org/5-download/history Sponsored by: HAW International Modified: head/security/softether-devel/Makefile head/security/softether-devel/distinfo Modified: head/security/softether-devel/Makefile ============================================================================== --- head/security/softether-devel/Makefile Mon Apr 6 08:04:46 2020 (r530869) +++ head/security/softether-devel/Makefile Mon Apr 6 08:23:08 2020 (r530870) @@ -1,9 +1,9 @@ # $FreeBSD$ PORTNAME= softether -DISTVERSION= 4.34-9744-beta +DISTVERSION= 4.34-9745-beta CATEGORIES= security net-vpn -MASTER_SITES= https://www.softether-download.com/files/softether/v${DISTVERSION}-2020.03.20-tree/Source_Code/ +MASTER_SITES= https://www.softether-download.com/files/softether/v${DISTVERSION}-2020.04.05-tree/Source_Code/ PKGNAMESUFFIX= -devel DISTNAME= ${PORTNAME}-src-v${DISTVERSION} Modified: head/security/softether-devel/distinfo ============================================================================== --- head/security/softether-devel/distinfo Mon Apr 6 08:04:46 2020 (r530869) +++ head/security/softether-devel/distinfo Mon Apr 6 08:23:08 2020 (r530870) @@ -1,3 +1,3 @@ -TIMESTAMP = 1585622640 -SHA256 (softether-src-v4.34-9744-beta.tar.gz) = ab4a50305b5cce8669d008db0519b819903609fdb4d22e8787b9340a8d9c4c34 -SIZE (softether-src-v4.34-9744-beta.tar.gz) = 59108935 +TIMESTAMP = 1586160554 +SHA256 (softether-src-v4.34-9745-beta.tar.gz) = bf5547e2a190e8620fe02da9756b32d010e3b64cbc6317f172f7820394b4c036 +SIZE (softether-src-v4.34-9745-beta.tar.gz) = 59108198