From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Mon, 20 Jun 2022 08:23:28 +0200 Received: from metis.ext.pengutronix.de ([2001:67c:670:201:290:27ff:fe1d:cc33]) by lore.white.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1o3Aop-007oHe-Eb for lore@lore.pengutronix.de; Mon, 20 Jun 2022 08:23:28 +0200 Received: from localhost ([127.0.0.1] helo=metis.ext.pengutronix.de) by metis.ext.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1o3Aoq-0000FD-5U; Mon, 20 Jun 2022 08:23:28 +0200 Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.ext.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1o3AlP-0004Vm-Il; Mon, 20 Jun 2022 08:19:55 +0200 Received: from [2a0a:edc0:0:1101:1d::39] (helo=dude03.red.stw.pengutronix.de) by drehscheibe.grey.stw.pengutronix.de with esmtp (Exim 4.94.2) (envelope-from ) id 1o3AlN-001ah0-Fe; Mon, 20 Jun 2022 08:19:54 +0200 Received: from mol by dude03.red.stw.pengutronix.de with local (Exim 4.94.2) (envelope-from ) id 1o3AlN-006GL9-Oj; Mon, 20 Jun 2022 08:19:53 +0200 From: Michael Olbrich To: ptxdist@pengutronix.de Date: Mon, 20 Jun 2022 08:19:53 +0200 Message-Id: <20220620061953.1492736-1-m.olbrich@pengutronix.de> X-Mailer: git-send-email 2.30.2 In-Reply-To: <1ac47761-b597-e142-f9a2-4425a9b77ccf@ela-soft.com> References: <1ac47761-b597-e142-f9a2-4425a9b77ccf@ela-soft.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [ptxdist] [APPLIED] openvpn: Version bump 2.4.6 -> 2.5.6 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.ext.pengutronix.de); SAEximRunCond expanded to false Thanks, applied as a4b34e85cf37c26fd81c1e271685e435c8871f1c. Michael [sent from post-receive hook] On Mon, 20 Jun 2022 08:19:53 +0200, Andreas Helmcke wrote: > For an overview of changes see: https://github.com/OpenVPN/openvpn/blob/v2.5.6/Changes.rst > > Only formal changes to licenses: update of copyright to 2022 and company name change > > Signed-off-by: Andreas Helmcke > Message-Id: <1ac47761-b597-e142-f9a2-4425a9b77ccf@ela-soft.com> > Signed-off-by: Michael Olbrich > > diff --git a/rules/openvpn.make b/rules/openvpn.make > index 46cca64ca702..09dbe0cf6ea4 100644 > --- a/rules/openvpn.make > +++ b/rules/openvpn.make > @@ -14,20 +14,20 @@ PACKAGES-$(PTXCONF_OPENVPN) += openvpn > # > # Paths and names > # > -OPENVPN_VERSION := 2.4.6 > -OPENVPN_MD5 := 3a1f3f63bdaede443b4df49957df9405 > +OPENVPN_VERSION := 2.5.6 > +OPENVPN_MD5 := 434f02d3b371bf1dcd1e618e56969a4c > OPENVPN := openvpn-$(OPENVPN_VERSION) > -OPENVPN_SUFFIX := tar.xz > -OPENVPN_URL := http://swupdate.openvpn.org/community/releases/$(OPENVPN).$(OPENVPN_SUFFIX) > +OPENVPN_SUFFIX := tar.gz > +OPENVPN_URL := https://swupdate.openvpn.org/community/releases/$(OPENVPN).$(OPENVPN_SUFFIX) > OPENVPN_SOURCE := $(SRCDIR)/$(OPENVPN).$(OPENVPN_SUFFIX) > OPENVPN_DIR := $(BUILDDIR)/$(OPENVPN) > OPENVPN_LICENSE := GPL-2.0-only WITH openvpn-openssl-exception AND BSD-2-Clause AND BSD-3-Clause > OPENVPN_LICENSE_FILES := \ > - file://COPYING;md5=7aee596ed2deefe3e8a861e24292abba \ > + file://COPYING;md5=b76abd82c14ee01cc34c4ff5e3627b89 \ > file://COPYRIGHT.GPL;md5=52cadf4008002e3c314a47a54fa7306c \ > - file://src/openvpn/openvpn.c;startline=2;endline=21;md5=0f37ee042b428e513bda42b430344d42 \ > + file://src/openvpn/openvpn.c;startline=2;endline=21;md5=82f794c2390084d34cb32d871c17b4be \ > file://src/openvpn/base64.c;startline=2;endline=31;md5=f4debd767645b13107fc5912faf2ad8f \ > - file://src/compat/compat-lz4.c;startline=13;endline=38;md5=5f66cf078523624965e41518eed881e2 > + file://src/compat/compat-lz4.c;startline=13;endline=38;md5=5163f975ae122fe0c260002537edab22 > > # ---------------------------------------------------------------------------- > # Prepare > @@ -55,10 +55,8 @@ OPENVPN_CONF_OPT := \ > --$(call ptx/endis, PTXCONF_OPENVPN_LZO)-lzo \ > --disable-lz4 \ > --disable-comp-stub \ > - --enable-crypto \ > --enable-ofb-cfb \ > --disable-x509-alt-username \ > - --enable-server \ > --disable-plugins \ > --enable-management \ > --disable-pkcs11 \ > @@ -72,6 +70,7 @@ OPENVPN_CONF_OPT := \ > --enable-pf \ > --disable-plugin-auth-pam \ > --enable-plugin-down-root \ > + --disable-pam-dlopen \ > --disable-strict \ > --disable-pedantic \ > --disable-werror \ > @@ -83,13 +82,13 @@ OPENVPN_CONF_OPT := \ > > OPENVPN_INSTALL_SAMPLE_CONFIG_FILES := \ > client.conf loopback-client loopback-server README server.conf \ > - static-home.conf static-office.conf tls-home.conf tls-office.conf \ > - xinetd-client-config xinetd-server-config > + tls-home.conf tls-office.conf xinetd-client-config xinetd-server-config > > OPENVPN_INSTALL_SAMPLE_CONFIG_SCRIPTS := \ > firewall.sh home.up office.up openvpn-shutdown.sh openvpn-startup.sh > > -OPENVPN_INSTALL_SAMPLE_SCRIPTS := bridge-start bridge-stop > +OPENVPN_INSTALL_SAMPLE_SCRIPTS := auth-pam.pl bridge-start bridge-stop ucn.pl \ > + verify-cn > > # ---------------------------------------------------------------------------- > # Target-Install