Date: Fri, 30 Jan 2026 23:28:22 +0000 From: Matthias Andree <mandree@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Cc: Marek Zarychta <zarychtam@plan-b.pwste.edu.pl> Subject: git: e8a6754a98fb - main - security/openvpn-devel: Update 2.7_rc5 => 2.7_rc6 Message-ID: <697d3e96.3b962.271eb393@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by mandree: URL: https://cgit.FreeBSD.org/ports/commit/?id=e8a6754a98fb5982353523958ff650d54b9ee432 commit e8a6754a98fb5982353523958ff650d54b9ee432 Author: Marek Zarychta <zarychtam@plan-b.pwste.edu.pl> AuthorDate: 2026-01-28 17:38:29 +0000 Commit: Matthias Andree <mandree@FreeBSD.org> CommitDate: 2026-01-30 23:28:03 +0000 security/openvpn-devel: Update 2.7_rc5 => 2.7_rc6 FreeBSD - notable changes for rc5 => rc6 update: - bugfix on restarting a p2mp server instance with SIGUSR1 (inadvertedly closing fd 0, causing a crash on the next restart), - prevent NULL pointer crash on suitable combination of --dns-updown statements in openvpn config file (not pushable), - prevent inappropriate management interface activity if a password is set and --management-forget-disconnect or --management-signal are active, - more conversion warnings fixed, - remove #ifdefs around socket sendbuf/receive buf handling, assuming that all platforms that have POSIX sockets have this, - add mbedTLS 4 support, - fix check for failed fork() in port-share code. PR: 292829 Requested by: maintainer --- security/openvpn-devel/Makefile | 4 ++-- security/openvpn-devel/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/security/openvpn-devel/Makefile b/security/openvpn-devel/Makefile index 87751eb2ae94..8a84cbe7e95d 100644 --- a/security/openvpn-devel/Makefile +++ b/security/openvpn-devel/Makefile @@ -1,5 +1,5 @@ PORTNAME= openvpn -DISTVERSION= g20260115 +DISTVERSION= g20260128 PORTREVISION= 0 # leave in even if 0 to avoid accidental PORTEPOCH bumps PORTEPOCH= 1 CATEGORIES= security net net-vpn @@ -21,7 +21,7 @@ LIB_DEPENDS+= liblzo2.so:archivers/lzo2 USES= autoreconf cpe libtool pkgconfig python:build shebangfix tar:xz IGNORE_SSL= libressl libressl-devel USE_GITLAB= yes -GL_TAGNAME= 957f0713ea3b37b5359574c72606692db982d8d8 +GL_TAGNAME= 706fcc7d1a24077e2b3c711a5b9ceaa2a93a6a70 USE_RC_SUBR= openvpn SHEBANG_FILES= sample/sample-scripts/auth-pam.pl \ diff --git a/security/openvpn-devel/distinfo b/security/openvpn-devel/distinfo index 0143e2c75a56..19b0a7b6d0f9 100644 --- a/security/openvpn-devel/distinfo +++ b/security/openvpn-devel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1768511021 -SHA256 (openvpn-openvpn-957f0713ea3b37b5359574c72606692db982d8d8_GL0.tar.gz) = a6861ecd6af27844b10b3907891ff471e8027d4e57b00f4ddb9c83b53ea4525d -SIZE (openvpn-openvpn-957f0713ea3b37b5359574c72606692db982d8d8_GL0.tar.gz) = 1349161 +TIMESTAMP = 1769621212 +SHA256 (openvpn-openvpn-706fcc7d1a24077e2b3c711a5b9ceaa2a93a6a70_GL0.tar.gz) = 6095e1d42364861efebf1e51bae913e4997785fe69baf5d5b36f202e9810f42a +SIZE (openvpn-openvpn-706fcc7d1a24077e2b3c711a5b9ceaa2a93a6a70_GL0.tar.gz) = 1359306home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?697d3e96.3b962.271eb393>
