From owner-svn-ports-all@freebsd.org Fri Oct 30 20:41:40 2020 Return-Path: Delivered-To: svn-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 C479245B037; Fri, 30 Oct 2020 20:41:40 +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) 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 "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4CNDkD4ggKz4SSx; Fri, 30 Oct 2020 20:41:40 +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 83CD71C62B; Fri, 30 Oct 2020 20:41:40 +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 09UKfe6H003511; Fri, 30 Oct 2020 20:41:40 GMT (envelope-from mandree@FreeBSD.org) Received: (from mandree@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 09UKfeEL003510; Fri, 30 Oct 2020 20:41:40 GMT (envelope-from mandree@FreeBSD.org) Message-Id: <202010302041.09UKfeEL003510@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mandree set sender to mandree@FreeBSD.org using -f From: Matthias Andree Date: Fri, 30 Oct 2020 20:41:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r553714 - head/security/openvpn-devel X-SVN-Group: ports-head X-SVN-Commit-Author: mandree X-SVN-Commit-Paths: head/security/openvpn-devel X-SVN-Commit-Revision: 553714 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Oct 2020 20:41:40 -0000 Author: mandree Date: Fri Oct 30 20:41:39 2020 New Revision: 553714 URL: https://svnweb.freebsd.org/changeset/ports/553714 Log: openvpn-devel Update to post 2.5 release development snapshot. === Commit Notes === 99d217b2 Remove --disable-def-auth configure argument 0d4ca79d Remove explicit setting of peer_id to false cb70cf51 Remove NULL checks before calling free 2c8a9877 Align reliable_free with other free methods to accept NULL 0d5aab88 Inline function tls_get_peer_info bbcada8a Avoid passing NULL to argv_printf_cat() in temp_file error case. a4eeef17 Add function for common env setting of verify user/pass calls a480eaae Ignore deprecation warning for daemon on macOS 14bd92b7 Fix compilation on pre-EKM mbedTLS libraries. f0734e49 Simplify key material exporter backend API 6dc09d0d Implement generating data channel keys via EKM/RFC 5705 1e6e083e networking_iproute2: fix memory leak in net_iface_mtu_set() c018fc00 Allow 'none' cipher being specified in --data-ciphers 3b04c34d Support X509 field list to be username 15d05243 Move openvpn specific key expansion into its own function 23e11e59 Fix redirecting of IPv4 default gateway if connecting over IPv6. bfb28845 Added 'route_ipv6_metric_NN' environment variable for IPv6 route metric. b68aa006 Speedup TCP remote hosts connections a5409c0d Selectively reformat too long lines 0f44a908 compat/lz4: Update to v1.9.2 43cdb0c7 Improve error msg when all TAP adapters are in use 'or disabled' e9e47f49 Fix update_time() and openvpn_gettimeofday() coexistence d6720203 Alias ADAPTER_DOMAIN_SUFFIX to DOMAIN 66ad8727 Improve documentation of --username-as-common-name 70882f3e Set DNS Domain using iservice 7f7b0539 openvpnmsica: Simplify find_adapters() to void return 370395b3 netsh: Delete WINS servers on TUN close dd754221 netsh: Clear existing IPv6 DNS servers before configuring new ones 6020e94b netsh: Specify interfaces by index rather than name 860a7bc7 Fix combination of --dev tap and --topology subnet across multiple platforms. 94cebf82 Add demo plugin that excercises "CLIENT_CONNECT" and "CLIENT_CONNECT_V2" paths 4dff2368 If IPv6 pool specification sets pool start to ::0 address, increment. 3ad86c25 Fix fatal error at switching remotes (#629) 6345cea8 build: Fix make distclean/distcheck 0b5141d8 sample-plugins: Partially autotoolize the sample-plugins build 81b6a7e7 Fix netbits setting (in TAP mode) for IPv6 on Windows. b8625abb Allow --dhcp-option in config file when windows-driver is wintun 97ff6436 man: Improve --remote entry eebeaa02 socks.c: fix alen for DOMAIN type addresses, bump up buffer sizes fb94fbc3 msvc: better support for 32bit architecture 37aab49b Fix --show-gateway for IPv6 on NetBSD/i386. a61c08a2 Handle NULL returns from calloc() in sample plugins. 8120e1ad man: Add missing --server-ipv6 50c7700d Fix description of --client-disconnect calling convention in manpage. 81f9bb3a Replace 'echo -n' with 'printf' in tests/t_lpback.sh 5b815eb4 Add a remark on dropping privileges when --mlock is used aa346849 Fix handling of 'route remote_host' for IPv6 transport case. 505d5ad8 Fix best gateway selection over netlink a4e0ac06 Fix TUNSETGROUP compatibility with very old Linux systems. a09a2fad Fix error detection / abort in --inetd corner case. 5fd66510 Document that --push-remove is generally more suitable than --push-reset b341b1c5 openvpnmsica: make adapter renaming non-fatal f3f09541 In tap.c use DiInstallDevice to install the driver on a new adapter 6ffe64e3 Fix client NCP OCC fallback when server and client cipher are identical 136c5f01 Fix compilation with older mbed TLS versions (mbedtls_tls_prf_types undefined) PR: 250743 Submitted by: Eric F. Crist (maintainer) Approved 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 Oct 30 20:36:01 2020 (r553713) +++ head/security/openvpn-devel/Makefile Fri Oct 30 20:41:39 2020 (r553714) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= openvpn -DISTVERSION= 202035 +DISTVERSION= 202043 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 Oct 30 20:36:01 2020 (r553713) +++ head/security/openvpn-devel/distinfo Fri Oct 30 20:41:39 2020 (r553714) @@ -1,3 +1,3 @@ -TIMESTAMP = 1598621546 -SHA256 (openvpn-202035.tar.xz) = ea195c1c1c2e9bc1a5ff443b2649e58f730926bd34fe6ab24400a11c749c11cd -SIZE (openvpn-202035.tar.xz) = 1053628 +TIMESTAMP = 1604084653 +SHA256 (openvpn-202043.tar.xz) = 752b54fe6f33bb962d5b77bfb7421d44e5ac7b75ef3e230294dd9368eb455f1b +SIZE (openvpn-202043.tar.xz) = 1074004