From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Tue, 30 Aug 2022 14:55:18 +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 1oT0ly-001hlS-Al for lore@lore.pengutronix.de; Tue, 30 Aug 2022 14:55:18 +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 1oT0lx-0004uN-N1; Tue, 30 Aug 2022 14:55:17 +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 1oT0lN-0004ZH-AY for ptxdist@pengutronix.de; Tue, 30 Aug 2022 14:54:41 +0200 Received: from [2a0a:edc0:0:900:1d::45] (helo=ginster) by drehscheibe.grey.stw.pengutronix.de with esmtp (Exim 4.94.2) (envelope-from ) id 1oT0lM-002sEw-IV for ptxdist@pengutronix.de; Tue, 30 Aug 2022 14:54:40 +0200 Received: from jbe by ginster with local (Exim 4.94.2) (envelope-from ) id 1oT0lL-002uDJ-ER for ptxdist@pengutronix.de; Tue, 30 Aug 2022 14:54:39 +0200 From: Juergen Borleis To: ptxdist@pengutronix.de Date: Tue, 30 Aug 2022 14:54:39 +0200 Message-Id: <20220830125439.692676-8-jbe@pengutronix.de> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20220830125439.692676-1-jbe@pengutronix.de> References: <20220830125439.692676-1-jbe@pengutronix.de> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [ptxdist] [PATCH 8/8] stunnel: version bump 5.46 -> 5.65 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 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 The 5.46 crashes with a double free(), seems fixed in 5.65. Signed-off-by: Juergen Borleis --- rules/stunnel.make | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/rules/stunnel.make b/rules/stunnel.make index eabe229..9a90a20 100644 --- a/rules/stunnel.make +++ b/rules/stunnel.make @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_STUNNEL) += stunnel # # Paths and names # -STUNNEL_VERSION := 5.46 -STUNNEL_MD5 := 2836e0740d4a16fa489445d969ec0b7d +STUNNEL_VERSION := 5.65 +STUNNEL_MD5 := b05d5e07a59eb6c3c0b7d26d1281e5c6 STUNNEL := stunnel-$(STUNNEL_VERSION) STUNNEL_SUFFIX := tar.gz STUNNEL_URL := \ @@ -58,6 +58,13 @@ $(STATEDIR)/stunnel.targetinstall: @$(call install_copy, stunnel, 0, 0, 0755, -, /usr/bin/stunnel) + # Custom specific adaption + @$(call install_copy, stunnel, 0, 0, 0755, /etc/stunnel) + @$(call install_alternative, stunnel, 0, 0, 0644, /etc/stunnel/stunnel.conf) + @$(call install_copy, stunnel, 0, 0, 0600, \ + $(ARM9BOARD_COMMON_SRC)/CertificationAuthority/Exported_Certs/benning_adapter_x509_cert_https_without_password.pem, \ + /etc/stunnel/cert.pem) + @$(call install_finish, stunnel) @$(call touch) -- 2.30.2