Date: Wed, 20 Nov 2019 14:23:06 +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: r518020 - head/security/softether-devel Message-ID: <201911201423.xAKEN690004669@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: meta Date: Wed Nov 20 14:23:06 2019 New Revision: 518020 URL: https://svnweb.freebsd.org/changeset/ports/518020 Log: security/softether-devel: Update to v4.31.9727-beta Summary of changes: * Add the new function to reserve and each Virtual MAC address and IP address for each user of L2TP/IPsec, SSTP and OpenVPN L3 * Add the "<CA>" field on the auto-generated OpenVPN configuration file * Add the code to use the optimized OpenSSL's implementation to compute the AEAD_CHACHA20POLY1305 algorithm if available * Add DisableJsonRpcWebApi switch to hide index.html * Add DisableIPsecAggressiveMode switch to moderate CVE-2002-1623 Relnotes: https://www.softether.org/5-download/history Sponsored by: HAW International, Inc. Modified: head/security/softether-devel/Makefile head/security/softether-devel/distinfo Modified: head/security/softether-devel/Makefile ============================================================================== --- head/security/softether-devel/Makefile Wed Nov 20 14:21:33 2019 (r518019) +++ head/security/softether-devel/Makefile Wed Nov 20 14:23:06 2019 (r518020) @@ -1,10 +1,9 @@ # $FreeBSD$ PORTNAME= softether -DISTVERSION= 4.30-9700-beta -PORTREVISION= 1 +DISTVERSION= 4.31-9727-beta CATEGORIES= security net-vpn -MASTER_SITES= https://www.softether-download.com/files/softether/v${DISTVERSION}-2019.07.13-tree/Source_Code/ +MASTER_SITES= https://www.softether-download.com/files/softether/v${DISTVERSION}-2019.11.18-tree/Source_Code/ PKGNAMESUFFIX= -devel DISTNAME= ${PORTNAME}-src-v${DISTVERSION} Modified: head/security/softether-devel/distinfo ============================================================================== --- head/security/softether-devel/distinfo Wed Nov 20 14:21:33 2019 (r518019) +++ head/security/softether-devel/distinfo Wed Nov 20 14:23:06 2019 (r518020) @@ -1,3 +1,3 @@ -TIMESTAMP = 1563096391 -SHA256 (softether-src-v4.30-9700-beta.tar.gz) = be1919e9c324d2c32052d288770d7a524e22b36484cd4d224062b2bfa120f202 -SIZE (softether-src-v4.30-9700-beta.tar.gz) = 34688740 +TIMESTAMP = 1574224084 +SHA256 (softether-src-v4.31-9727-beta.tar.gz) = 33ace20cfdaf41fbe9a2fab78278f098c1fd0067fca946cec3ef8827bf828735 +SIZE (softether-src-v4.31-9727-beta.tar.gz) = 59110800
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201911201423.xAKEN690004669>