mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Juergen Borleis <jbe@pengutronix.de>
To: ptxdist@pengutronix.de
Subject: [ptxdist] [PATCH 8/8] stunnel: version bump 5.46 -> 5.65
Date: Tue, 30 Aug 2022 14:54:39 +0200	[thread overview]
Message-ID: <20220830125439.692676-8-jbe@pengutronix.de> (raw)
In-Reply-To: <20220830125439.692676-1-jbe@pengutronix.de>

The 5.46 crashes with a double free(), seems fixed in 5.65.

Signed-off-by: Juergen Borleis <jbe@pengutronix.de>
---
 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




  parent reply	other threads:[~2022-08-30 12:55 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-08-30 12:54 [ptxdist] [PATCH 1/8] apache2: remove initV artefact Juergen Borleis
2022-08-30 12:54 ` [ptxdist] [PATCH 2/8] openvpn: still allow initV support Juergen Borleis
2022-09-11  7:09   ` [ptxdist] [APPLIED] " Michael Olbrich
2022-08-30 12:54 ` [ptxdist] [PATCH 3/8] cryptodev: avoid failures at build-time Juergen Borleis
2022-09-11  7:10   ` [ptxdist] [APPLIED] " Michael Olbrich
2022-08-30 12:54 ` [ptxdist] [PATCH 4/8] dropbear: dependency to busybox's startstop daemon is on-demand only Juergen Borleis
2022-08-30 13:28   ` Alexander Dahl
2022-08-30 12:54 ` [ptxdist] [PATCH 5/8] iproute: fix python3 dependency on demand Juergen Borleis
2022-09-11  7:10   ` [ptxdist] [APPLIED] " Michael Olbrich
2022-08-30 12:54 ` [ptxdist] [PATCH 6/8] php: php5 is gone in favour of php8 Juergen Borleis
2022-09-11  7:10   ` [ptxdist] [APPLIED] " Michael Olbrich
2022-08-30 12:54 ` [ptxdist] [PATCH 7/8] stunnel: add hidden run-time dependencies Juergen Borleis
2022-09-11  7:10   ` [ptxdist] [APPLIED] " Michael Olbrich
2022-08-30 12:54 ` Juergen Borleis [this message]
2022-08-30 13:03   ` [ptxdist] [PATCH 8/8] stunnel: version bump 5.46 -> 5.65 Juergen Borleis
2022-09-11  7:09 ` [ptxdist] [APPLIED] apache2: remove initV artefact Michael Olbrich

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220830125439.692676-8-jbe@pengutronix.de \
    --to=jbe@pengutronix.de \
    --cc=ptxdist@pengutronix.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox