diff --git a/meta-networking/recipes-support/stunnel/stunnel_5.79.bb b/meta-networking/recipes-support/stunnel/stunnel_5.80.bb similarity index 92% rename from meta-networking/recipes-support/stunnel/stunnel_5.79.bb rename to meta-networking/recipes-support/stunnel/stunnel_5.80.bb index 3435f8cd3c..9f14f0fd85 100644 --- a/meta-networking/recipes-support/stunnel/stunnel_5.79.bb +++ b/meta-networking/recipes-support/stunnel/stunnel_5.80.bb @@ -11,7 +11,7 @@ SRC_URI = "https://stunnel.org/archive/5.x/${BP}.tar.gz \ file://fix-openssl-no-des.patch \ " -SRC_URI[sha256sum] = "8ea0de6e5ea76f38ea987fa831c7fd47f7a1f1e7dd465fd6fa8622edf30d3a45" +SRC_URI[sha256sum] = "6d0841d48de07cbbaf4a055919065bf7bb5ebc63cc15c97a2c76caa2bf285513" inherit autotools bash-completion pkgconfig
fix-openssl-no-des.patch still applies cleanly (with line-offset shifts) and is still needed: upstream 5.80's src/common.h and src/protocol.c do not yet guard the DES includes/NTLM code with OPENSSL_NO_DES, so the patch is retained unchanged. AI-Generated: Uses Claude Code Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com> --- .../stunnel/{stunnel_5.79.bb => stunnel_5.80.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-networking/recipes-support/stunnel/{stunnel_5.79.bb => stunnel_5.80.bb} (92%)