Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 31 Mar 2020 03:01:29 +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: r529944 - head/security/softether-devel
Message-ID:  <202003310301.02V31TWb023908@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: meta
Date: Tue Mar 31 03:01:29 2020
New Revision: 529944
URL: https://svnweb.freebsd.org/changeset/ports/529944

Log:
  security/softether-devel: Update to v4.34.9744-beta
  
  Summary of changes:
  * Bug fix: In VPN Server, you could not connect from older SoftEther VPN
    (version 3.0 or earlier) due to the specification change of OpenSSL.
  * Feature added: The Tls_Disable1_3 option has been added to the VPN Server.
    You can disable TLS 1.3 by setting this option to true.
  * Feature added: It is now possible to get a log list of all cluster member
    servers from the cluster controller.
  
  Relnotes:	https://www.softether.org/5-download/history

Modified:
  head/security/softether-devel/Makefile
  head/security/softether-devel/distinfo

Modified: head/security/softether-devel/Makefile
==============================================================================
--- head/security/softether-devel/Makefile	Tue Mar 31 02:55:43 2020	(r529943)
+++ head/security/softether-devel/Makefile	Tue Mar 31 03:01:29 2020	(r529944)
@@ -1,9 +1,9 @@
 # $FreeBSD$
 
 PORTNAME=	softether
-DISTVERSION=	4.32-9731-beta
+DISTVERSION=	4.34-9744-beta
 CATEGORIES=	security net-vpn
-MASTER_SITES=	https://www.softether-download.com/files/softether/v${DISTVERSION}-2020.01.01-tree/Source_Code/
+MASTER_SITES=	https://www.softether-download.com/files/softether/v${DISTVERSION}-2020.03.20-tree/Source_Code/
 PKGNAMESUFFIX=	-devel
 DISTNAME=	${PORTNAME}-src-v${DISTVERSION}
 

Modified: head/security/softether-devel/distinfo
==============================================================================
--- head/security/softether-devel/distinfo	Tue Mar 31 02:55:43 2020	(r529943)
+++ head/security/softether-devel/distinfo	Tue Mar 31 03:01:29 2020	(r529944)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1577960344
-SHA256 (softether-src-v4.32-9731-beta.tar.gz) = 143c9d3832eec857237d79bb567e1f81f3d14fd35c4c248f87a878338b7a1920
-SIZE (softether-src-v4.32-9731-beta.tar.gz) = 59110839
+TIMESTAMP = 1585622640
+SHA256 (softether-src-v4.34-9744-beta.tar.gz) = ab4a50305b5cce8669d008db0519b819903609fdb4d22e8787b9340a8d9c4c34
+SIZE (softether-src-v4.34-9744-beta.tar.gz) = 59108935



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