From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Thu, 12 Aug 2021 12:40:51 +0200 Received: from metis.ext.pengutronix.de ([2001:67c:670:201:290:27ff:fe1d:cc33]) by lore.white.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1mE88p-000866-Bj for lore@lore.pengutronix.de; Thu, 12 Aug 2021 12:40:51 +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 1mE88p-0004ma-2M; Thu, 12 Aug 2021 12:40:51 +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 1mE88G-0004RP-9G for ptxdist@pengutronix.de; Thu, 12 Aug 2021 12:40:16 +0200 Received: from [2a0a:edc0:0:900:2e4d:54ff:fe67:bfa5] (helo=ginster) by drehscheibe.grey.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1mE88F-00035O-Ix for ptxdist@pengutronix.de; Thu, 12 Aug 2021 12:40:15 +0200 Received: from jbe by ginster with local (Exim 4.92) (envelope-from ) id 1mE88F-00056S-IZ for ptxdist@pengutronix.de; Thu, 12 Aug 2021 12:40:15 +0200 From: Juergen Borleis To: ptxdist@pengutronix.de Date: Thu, 12 Aug 2021 12:40:15 +0200 Message-Id: <20210812104015.19563-5-jbe@pengutronix.de> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20210812104015.19563-1-jbe@pengutronix.de> References: <20210812104015.19563-1-jbe@pengutronix.de> MIME-Version: 1.0 Subject: [ptxdist] [PATCH 5/5] openvpn: version bump 2.4.6 -> 2.5.3 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 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit 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 Signed-off-by: Juergen Borleis --- rules/openvpn.make | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/rules/openvpn.make b/rules/openvpn.make index d5f2b81..0d7e71f 100644 --- a/rules/openvpn.make +++ b/rules/openvpn.make @@ -14,11 +14,11 @@ PACKAGES-$(PTXCONF_OPENVPN) += openvpn # # Paths and names # -OPENVPN_VERSION := 2.4.6 -OPENVPN_MD5 := 3a1f3f63bdaede443b4df49957df9405 +OPENVPN_VERSION := 2.5.3 +OPENVPN_MD5 := a51827cd3ac60fae5a7add77a8d3080d OPENVPN := openvpn-$(OPENVPN_VERSION) OPENVPN_SUFFIX := tar.xz -OPENVPN_URL := http://swupdate.openvpn.org/community/releases/$(OPENVPN).$(OPENVPN_SUFFIX) +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 @@ -58,10 +58,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 \ -- 2.20.1 _______________________________________________ ptxdist mailing list ptxdist@pengutronix.de To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de