From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Mon, 18 May 2026 09:53:38 +0200 Received: from metis.whiteo.stw.pengutronix.de ([2a0a:edc0:2:b01:1d::104]) by lore.white.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1wOsnC-0013Bf-24 for lore@lore.pengutronix.de; Mon, 18 May 2026 09:53:38 +0200 Received: from [127.0.0.1] (helo=metis.whiteo.stw.pengutronix.de) by metis.whiteo.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1wOsnC-0002CJ-GY; Mon, 18 May 2026 09:53:38 +0200 Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.whiteo.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1wOsms-0002C4-Fz; Mon, 18 May 2026 09:53:18 +0200 Received: from dude05.red.stw.pengutronix.de ([2a0a:edc0:0:1101:1d::54]) by drehscheibe.grey.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1wOsmr-000YPL-2X; Mon, 18 May 2026 09:53:18 +0200 Received: from mol by dude05.red.stw.pengutronix.de with local (Exim 4.98.2) (envelope-from ) id 1wOsms-00000000Cmf-1HO3; Mon, 18 May 2026 09:53:18 +0200 From: Michael Olbrich To: ptxdist@pengutronix.de Date: Mon, 18 May 2026 09:53:18 +0200 Message-ID: <20260518075318.49134-1-m.olbrich@pengutronix.de> X-Mailer: git-send-email 2.47.3 In-Reply-To: <20260424111334.12597-2-ahelmcke@ela-soft.com> References: <20260424111334.12597-2-ahelmcke@ela-soft.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [ptxdist] [APPLIED] openvpn: Version bump, 2.6.11 -> 2.7.1 X-BeenThere: ptxdist@pengutronix.de X-Mailman-Version: 2.1.29 Precedence: list List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Cc: Andreas Helmcke Sender: "ptxdist" X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: ptxdist-bounces@pengutronix.de X-SA-Exim-Scanned: No (on metis.whiteo.stw.pengutronix.de); SAEximRunCond expanded to false Thanks, applied as 9b5204ce2fccf7429b5a375aad04b39d98363f0d. Michael [sent from post-receive hook] On Mon, 18 May 2026 09:53:18 +0200, Andreas Helmcke wrote: > - security fixes: CVE-2024-5594, CVE-2025-13086, CVE-2025-2704 > - various bugfixes and improvements > > Link: https://github.com/OpenVPN/openvpn/releases/tag/v2.7.1 > > License changes: Copyright Year, some URLs, licenses removed for > software that is only bundled in the Windows client. The text of the GPL > and the license header in openvpn.c were updated to replace the address > with the FSF URL. The license of ovpn_dco_linux.h change to BSD-3-Clause > instead of MIT as one option. > > Signed-off-by: Andreas Helmcke > Message-Id: <20260424111334.12597-2-ahelmcke@ela-soft.com> > [mol: fixed license and comment about license changes] > Signed-off-by: Michael Olbrich > > diff --git a/rules/openvpn.make b/rules/openvpn.make > index 475f621e77fc..147dd4465efb 100644 > --- a/rules/openvpn.make > +++ b/rules/openvpn.make > @@ -14,20 +14,20 @@ PACKAGES-$(PTXCONF_OPENVPN) += openvpn > # > # Paths and names > # > -OPENVPN_VERSION := 2.6.11 > -OPENVPN_MD5 := 467b270c54955681add7f253aa03fc5a > +OPENVPN_VERSION := 2.7.1 > +OPENVPN_MD5 := bec8a86a22304fa70ca6edb5b27c531c > OPENVPN := openvpn-$(OPENVPN_VERSION) > OPENVPN_SUFFIX := tar.gz > OPENVPN_URL := https://github.com/OpenVPN/openvpn/releases/download/v$(OPENVPN_VERSION)/$(OPENVPN).$(OPENVPN_SUFFIX) > OPENVPN_SOURCE := $(SRCDIR)/$(OPENVPN).$(OPENVPN_SUFFIX) > OPENVPN_DIR := $(BUILDDIR)/$(OPENVPN) > -OPENVPN_LICENSE := GPL-2.0-only WITH (openvpn-openssl-exception AND custom-exception) AND BSD-2-Clause AND BSD-3-Clause AND ((GPL-2.0-only WITH Linux-syscall-note) OR MIT) > +OPENVPN_LICENSE := GPL-2.0-only WITH (openvpn-openssl-exception AND custom-exception) AND BSD-2-Clause AND BSD-3-Clause AND ((GPL-2.0-only WITH Linux-syscall-note) OR BSD-3-Clause) > OPENVPN_LICENSE_FILES := \ > - file://COPYING;md5=89196bacc47ed37a5b242a535661a049 \ > - file://COPYRIGHT.GPL;md5=52cadf4008002e3c314a47a54fa7306c \ > - file://src/openvpn/openvpn.c;startline=2;endline=21;md5=80aebe6059f2989b52c49783938e7221 \ > + file://COPYING;md5=924af2c382c415a0a68d0d9e7b483d23 \ > + file://COPYRIGHT.GPL;md5=570a9b3749dd0463a1778803b12a6dce \ > + file://src/openvpn/openvpn.c;startline=2;endline=20;md5=13f8f88d2afa15b6ee2cd2642b7c7bd4 \ > file://src/openvpn/base64.c;startline=2;endline=31;md5=f4debd767645b13107fc5912faf2ad8f \ > - file://src/openvpn/ovpn_dco_linux.h;startline=1;endline=1;md5=b317f96dbe63f35baef28266acb68512 \ > + file://src/openvpn/ovpn_dco_linux.h;startline=1;endline=1;md5=65da6a5d2e6f7b92b288c73bb0d968d5 \ > file://src/openvpn/ovpn_dco_freebsd.h;startline=1;endline=1;md5=a7ba62aad20f9685c53b0565a263af30 > > # ---------------------------------------------------------------------------- > @@ -60,7 +60,8 @@ OPENVPN_CONF_OPT := \ > --disable-lz4 \ > --disable-comp-stub \ > --enable-ofb-cfb \ > - --disable-x509-alt-username \ > + --disable-dns-updown-by-default \ > + --disable-ntlm \ > --disable-plugins \ > --enable-management \ > --disable-pkcs11 \ > @@ -82,6 +83,7 @@ OPENVPN_CONF_OPT := \ > --disable-async-push \ > --disable-wolfssl-options-h \ > --disable-unit-tests \ > + --with-mem-check=no \ > --with-crypto-library=openssl \ > --with-openssl-engine >