Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 Apr 2020 08:23:08 +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: r530870 - head/security/softether-devel
Message-ID:  <202004060823.0368N8el062861@repo.freebsd.org>

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



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