Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Dec 2020 17:46:40 +0000 (UTC)
From:      Matthias Andree <mandree@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r557755 - head/security/openvpn-devel
Message-ID:  <202012111746.0BBHkfu8031840@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mandree
Date: Fri Dec 11 17:46:40 2020
New Revision: 557755
URL: https://svnweb.freebsd.org/changeset/ports/557755

Log:
  security/openvpn-devel: Update to 2020-W49 snapshot
  
  Update port to 2020-W49 development snapshot.
  
  1387f526 Fix port-share option with TLS-Crypt v2
  4d307ed4 tls-crypt-v2: also preload tls-crypt-v2 keys (if --persist-key)
  fb169c3b tls-crypt-v2: fix server memory leak
  dfd624b5 Remove auth_user_pass.wait_for_push variable
  fb789947 Fix auth-token not being updated if auth-nocache is set
  88dc4276 Make any auth failure tls_authentication_status return auth failed
  55d5eaa3 Send AUTH_FAILED message to clients on renegotiation failures
  3ac8e592 Rename DECRYPT_KEY_ENABLED to TLS_AUTHENTICATED
  f9d3fbf9 Clean up tls_authentication_status and document it
  f1f0f074 Improve keys out of sync message
  8292102b Add more documentation about our internal TLS functions
  cc5a7163 Replace key_scan array of static pointers with inline function
  fc25ca3a build: Fix missing install of man page in certain environments
  0d4069e4 Change travis build scripts to use https when fetching prerequisites.
  
  PR:		251761
  Submitted by:	Eric F. Crist (maintainer)

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

Modified: head/security/openvpn-devel/Makefile
==============================================================================
--- head/security/openvpn-devel/Makefile	Fri Dec 11 17:40:05 2020	(r557754)
+++ head/security/openvpn-devel/Makefile	Fri Dec 11 17:46:40 2020	(r557755)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=		openvpn
-DISTVERSION=		202043
+DISTVERSION=		202049
 CATEGORIES=		security net net-vpn
 MASTER_SITES=		https://secure-computing.net/files/openvpn/
 PKGNAMESUFFIX=		-devel

Modified: head/security/openvpn-devel/distinfo
==============================================================================
--- head/security/openvpn-devel/distinfo	Fri Dec 11 17:40:05 2020	(r557754)
+++ head/security/openvpn-devel/distinfo	Fri Dec 11 17:46:40 2020	(r557755)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1604084653
-SHA256 (openvpn-202043.tar.xz) = 752b54fe6f33bb962d5b77bfb7421d44e5ac7b75ef3e230294dd9368eb455f1b
-SIZE (openvpn-202043.tar.xz) = 1074004
+TIMESTAMP = 1607704200
+SHA256 (openvpn-202049.tar.xz) = 816c83a16e52a3ffa769be04454bd712d2af8825d1abe8f5b02e12a9001d7013
+SIZE (openvpn-202049.tar.xz) = 1070312



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