From owner-svn-ports-branches@freebsd.org Fri Nov 1 16:45:05 2019 Return-Path: Delivered-To: svn-ports-branches@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 2A14717B540; Fri, 1 Nov 2019 16:45:05 +0000 (UTC) (envelope-from mandree@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) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 474SjF09njz4V9Y; Fri, 1 Nov 2019 16:45:05 +0000 (UTC) (envelope-from mandree@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id DE897DF9E; Fri, 1 Nov 2019 16:45:04 +0000 (UTC) (envelope-from mandree@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id xA1Gj4kX048171; Fri, 1 Nov 2019 16:45:04 GMT (envelope-from mandree@FreeBSD.org) Received: (from mandree@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id xA1Gj4fW048170; Fri, 1 Nov 2019 16:45:04 GMT (envelope-from mandree@FreeBSD.org) Message-Id: <201911011645.xA1Gj4fW048170@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mandree set sender to mandree@FreeBSD.org using -f From: Matthias Andree Date: Fri, 1 Nov 2019 16:45:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r516251 - in branches/2019Q4/security/openvpn: . files X-SVN-Group: ports-branches X-SVN-Commit-Author: mandree X-SVN-Commit-Paths: in branches/2019Q4/security/openvpn: . files X-SVN-Commit-Revision: 516251 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Nov 2019 16:45:05 -0000 Author: mandree Date: Fri Nov 1 16:45:04 2019 New Revision: 516251 URL: https://svnweb.freebsd.org/changeset/ports/516251 Log: MFH: r516218 security/openvpn[-mbedtls] upstream update to OpenVPN 2.4.8 This upstream release integrated two FreeBSD patches by Kyle Evans and me, which are herewith dropped from the port. Upstream release banner "This is primarily a maintenance release with minor bugfixes and improvements." High-level changes: Manually filtered FreeBSD-related excerpt from Git log: v2.4.7..v2.4.8: - mbedtls: fix segfault by calling mbedtls_cipher_free() in cipher_ctx_free() [Antonio Quartulli] - openssl: Fix compilation without deprecated OpenSSL 1.1 APIs [Rosen Penev] - Force combinationation of --socks-proxy and --proto UDP to use IPv4. [Gert Doering] - Ignore --pull-filter for --mode server [Richard Bonhomme] - Fix typo in NTLM proxy debug message [Mykola Baibuz] - tests/t_lpback.sh: Switch sed(1) to POSIX-compatible regex. [Kyle Evans] - Handle PSS padding in cryptoapicert [Selva Nair] - Fix regression, reinstate LibreSSL support. [Matthias Andree] - Increase listen() backlog queue to 32 [Gert Doering] - Wrong FILETYPE in .rc files [Gisle Vanem] - Do not set pkcs11-helper 'safe fork mode' [Hilko Bengen] - man: correct the description of --capath and --crl-verify regarding CRLs [Michal Soltys] - Fix various compiler warnings [Lev Stipakov] - build: Package missing mock_msg.h [David Sommerseth] - cmocka: use relative paths [Steffan Karger] - docs: Update INSTALL [David Sommerseth] - Better error message when script fails due to script-security setting [Selva Nair] - Fix documentation of tls-verify script argument [Thomas Quinot] Detailed changes: Build tests in poudriere and in a live system succeeded on: 11.2-RELEASE 1102000 arm64.aarch64 11.2-RELEASE 1102000 mips.mips64 11.2-RELEASE-p14 i386 11.3-RELEASE-p3 amd64 12.0-RELEASE-p10 i386 12.0-RELEASE-p6 amd64 12.0-RELEASE-p10 amd64 (live) Approved by: ports-secteam@ (joneum@) Deleted: branches/2019Q4/security/openvpn/files/patch-libressl branches/2019Q4/security/openvpn/files/patch-tests_t__lpback.sh Modified: branches/2019Q4/security/openvpn/Makefile branches/2019Q4/security/openvpn/distinfo Directory Properties: branches/2019Q4/ (props changed) Modified: branches/2019Q4/security/openvpn/Makefile ============================================================================== --- branches/2019Q4/security/openvpn/Makefile Fri Nov 1 16:39:27 2019 (r516250) +++ branches/2019Q4/security/openvpn/Makefile Fri Nov 1 16:45:04 2019 (r516251) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= openvpn -DISTVERSION= 2.4.7 +DISTVERSION= 2.4.8 PORTREVISION?= 0 CATEGORIES= security net net-vpn MASTER_SITES= https://swupdate.openvpn.org/community/releases/ \ Modified: branches/2019Q4/security/openvpn/distinfo ============================================================================== --- branches/2019Q4/security/openvpn/distinfo Fri Nov 1 16:39:27 2019 (r516250) +++ branches/2019Q4/security/openvpn/distinfo Fri Nov 1 16:45:04 2019 (r516251) @@ -1,3 +1,3 @@ -TIMESTAMP = 1550775398 -SHA256 (openvpn-2.4.7.tar.xz) = a42f53570f669eaf10af68e98d65b531015ff9e12be7a62d9269ea684652f648 -SIZE (openvpn-2.4.7.tar.xz) = 953116 +TIMESTAMP = 1572606331 +SHA256 (openvpn-2.4.8.tar.xz) = fb8ca66bb7807fff595fbdf2a0afd085c02a6aa47715c9aa3171002f9f1a3f91 +SIZE (openvpn-2.4.8.tar.xz) = 952444