From owner-dev-commits-ports-all@freebsd.org Fri Jun 18 21:59:15 2021 Return-Path: Delivered-To: dev-commits-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 A1E5664E148; Fri, 18 Jun 2021 21:59:15 +0000 (UTC) (envelope-from git@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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4G6CW74Dkbz3P3J; Fri, 18 Jun 2021 21:59:15 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 6F58D27B0; Fri, 18 Jun 2021 21:59:15 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 15ILxF7A082463; Fri, 18 Jun 2021 21:59:15 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15ILxFo9082462; Fri, 18 Jun 2021 21:59:15 GMT (envelope-from git) Date: Fri, 18 Jun 2021 21:59:15 GMT Message-Id: <202106182159.15ILxFo9082462@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Matthias Andree Subject: git: 24b0c58ea4e8 - main - security/openvpn: update to v2.5.3 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: mandree X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 24b0c58ea4e8f9562f6c260cc567aba9e1f63ed3 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Jun 2021 21:59:15 -0000 The branch main has been updated by mandree: URL: https://cgit.FreeBSD.org/ports/commit/?id=24b0c58ea4e8f9562f6c260cc567aba9e1f63ed3 commit 24b0c58ea4e8f9562f6c260cc567aba9e1f63ed3 Author: Matthias Andree AuthorDate: 2021-06-18 21:54:55 +0000 Commit: Matthias Andree CommitDate: 2021-06-18 21:58:29 +0000 security/openvpn: update to v2.5.3 Changelog: https://github.com/OpenVPN/openvpn/blob/release/2.5/Changes.rst FreeBSD relevant changes: Bugfixes * disable connect-retry backoff for p2p (--secret) instances (Trac #1010, #1384) * fix build with mbedtls w/o SSL renegotiation support * fix small memory leak in free_key_ctx for auth_token * Fix SIGSEGV (NULL deref) receiving push "echo" (Trac #1409) - -> in FreeBSD ports, already fixed in 2.5.2_2 (PORTREVISION 2). User-visible Changes * update copyright messages in files and --version output New features * add --auth-token-user option (for --auth-token deployments without --auth-user-pass in client config) --- security/openvpn/Makefile | 4 ++-- security/openvpn/distinfo | 6 +++--- security/openvpn/files/patch-src_openvpn_options.c | 11 ----------- 3 files changed, 5 insertions(+), 16 deletions(-) diff --git a/security/openvpn/Makefile b/security/openvpn/Makefile index 9119e2dfa9ab..f71a1a813a10 100644 --- a/security/openvpn/Makefile +++ b/security/openvpn/Makefile @@ -1,8 +1,8 @@ # Created by: Matthias Andree PORTNAME= openvpn -DISTVERSION= 2.5.2 -PORTREVISION?= 2 +DISTVERSION= 2.5.3 +PORTREVISION?= 0 CATEGORIES= security net net-vpn MASTER_SITES= https://swupdate.openvpn.org/community/releases/ \ https://build.openvpn.net/downloads/releases/ \ diff --git a/security/openvpn/distinfo b/security/openvpn/distinfo index 46c0867f3257..942785f21e07 100644 --- a/security/openvpn/distinfo +++ b/security/openvpn/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1619022841 -SHA256 (openvpn-2.5.2.tar.xz) = b12743836901f365efaf82ab2493967e1b21c21eb43ce9a8da1002a17c9c1dc8 -SIZE (openvpn-2.5.2.tar.xz) = 1134644 +TIMESTAMP = 1624052196 +SHA256 (openvpn-2.5.3.tar.xz) = fb6a9943c603a1951ca13e9267653f8dd650c02f84bccd2b9d20f06a4c9c9a7e +SIZE (openvpn-2.5.3.tar.xz) = 1149004 diff --git a/security/openvpn/files/patch-src_openvpn_options.c b/security/openvpn/files/patch-src_openvpn_options.c deleted file mode 100644 index e46faee8efd0..000000000000 --- a/security/openvpn/files/patch-src_openvpn_options.c +++ /dev/null @@ -1,11 +0,0 @@ ---- src/openvpn/options.c.orig 2021-04-21 04:02:50 UTC -+++ src/openvpn/options.c -@@ -5319,7 +5319,7 @@ add_option(struct options *options, - { - /* only message-related ECHO are logged, since other ECHOs - * can potentially include security-sensitive strings */ -- if (strncmp(p[1], "msg", 3) == 0) -+ if (p[1] && strncmp(p[1], "msg", 3) == 0) - { - msg(M_INFO, "%s:%s", - pull_mode ? "ECHO-PULL" : "ECHO",