From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Wed, 26 Jun 2024 18:18:37 +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 1sMVLx-00CfEd-08 for lore@lore.pengutronix.de; Wed, 26 Jun 2024 18:18:37 +0200 Received: from localhost ([127.0.0.1] helo=metis.whiteo.stw.pengutronix.de) by metis.whiteo.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1sMVLw-0008W2-M5; Wed, 26 Jun 2024 18:18:36 +0200 Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.whiteo.stw.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1sMVLf-0008Vj-HI; Wed, 26 Jun 2024 18:18:19 +0200 Received: from [2a0a:edc0:0:1101:1d::54] (helo=dude05.red.stw.pengutronix.de) by drehscheibe.grey.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1sMVLf-005ASg-3c; Wed, 26 Jun 2024 18:18:19 +0200 Received: from mol by dude05.red.stw.pengutronix.de with local (Exim 4.96) (envelope-from ) id 1sMVLf-00AhVt-0D; Wed, 26 Jun 2024 18:18:19 +0200 Date: Wed, 26 Jun 2024 18:18:19 +0200 From: Michael Olbrich To: Andreas Helmcke Message-ID: References: <20240624163606.1202570-1-ahelmcke@ela-soft.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20240624163606.1202570-1-ahelmcke@ela-soft.com> X-Sent-From: Pengutronix Hildesheim X-URL: http://www.pengutronix.de/ X-IRC: #ptxdist @freenode X-Accept-Language: de,en X-Accept-Content-Type: text/plain Subject: Re: [ptxdist] [PATCH] openvpn: Version bump, 2.6.9 -> 2.6.11 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: ptxdist@pengutronix.de 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 On Mon, Jun 24, 2024 at 06:36:03PM +0200, Andreas Helmcke wrote: > various bugfixes, including various CVE releated > > License: update copyright notices to 2024 > > Link: https://github.com/OpenVPN/openvpn/releases/tag/v2.6.11 > Signed-off-by: Andreas Helmcke With all options enabled, targetinstall fails with: No suitable file '/usr/share/openvpn/sample-config-files/tls-home.conf' could be found in any of these locations: .../build-target/openvpn-2.6.11/sample/sample-config-files/tls-home.conf.arm-hf .../build-target/openvpn-2.6.11/sample/sample-config-files/tls-home.conf Michael > --- > rules/openvpn.make | 8 ++++---- > 1 file changed, 4 insertions(+), 4 deletions(-) > > diff --git a/rules/openvpn.make b/rules/openvpn.make > index 0c56028fc..66e7f5641 100644 > --- a/rules/openvpn.make > +++ b/rules/openvpn.make > @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_OPENVPN) += openvpn > # > # Paths and names > # > -OPENVPN_VERSION := 2.6.9 > -OPENVPN_MD5 := e5beda906a40e997e26766f0de09ecbf > +OPENVPN_VERSION := 2.6.11 > +OPENVPN_MD5 := 467b270c54955681add7f253aa03fc5a > OPENVPN := openvpn-$(OPENVPN_VERSION) > OPENVPN_SUFFIX := tar.gz > OPENVPN_URL := https://github.com/OpenVPN/openvpn/releases/download/v$(OPENVPN_VERSION)/$(OPENVPN).$(OPENVPN_SUFFIX) > @@ -23,9 +23,9 @@ 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_FILES := \ > - file://COPYING;md5=4b34e946059f80dcfd811e8dd471b5ed \ > + file://COPYING;md5=89196bacc47ed37a5b242a535661a049 \ > file://COPYRIGHT.GPL;md5=52cadf4008002e3c314a47a54fa7306c \ > - file://src/openvpn/openvpn.c;startline=2;endline=21;md5=b9fb1976bc6d8ad5e02a251351dc58f2 \ > + file://src/openvpn/openvpn.c;startline=2;endline=21;md5=80aebe6059f2989b52c49783938e7221 \ > 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_freebsd.h;startline=1;endline=1;md5=a7ba62aad20f9685c53b0565a263af30 > -- > 2.43.0 > > > -- Pengutronix e.K. | | Steuerwalder Str. 21 | http://www.pengutronix.de/ | 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |