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 <[email protected]>
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 |
