summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorzhengrq.fnst <zhengrq.fnst@fujitsu.com>2022-10-10 16:42:38 +0800
committerKhem Raj <raj.khem@gmail.com>2022-10-10 10:19:33 -0700
commit4ea9e26918bb07aa530de16bd3edab463664c9fa (patch)
tree688001583910a4cbd53c6f06b2c2153a54a0095d
parent45293254f44cd9df9a959be4ff272a7c8a93bd0d (diff)
downloadmeta-openembedded-4ea9e26918bb07aa530de16bd3edab463664c9fa.tar.gz
stunnel: upgrade 5.65 -> 5.66
Changelog: =========== New features OpenSSL 3.0 FIPS Provider support for Windows. Bugfixes Fixed building on machines without pkg-config. Added the missing "environ" declaration for BSD-based operating systems. Fixed the passphrase dialog with OpenSSL 3.0. Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-networking/recipes-support/stunnel/stunnel_5.66.bb (renamed from meta-networking/recipes-support/stunnel/stunnel_5.65.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-networking/recipes-support/stunnel/stunnel_5.65.bb b/meta-networking/recipes-support/stunnel/stunnel_5.66.bb
index ab7ff43223..17c8c5360c 100644
--- a/meta-networking/recipes-support/stunnel/stunnel_5.65.bb
+++ b/meta-networking/recipes-support/stunnel/stunnel_5.66.bb
@@ -11,7 +11,7 @@ SRC_URI = "https://stunnel.org/archive/5.x/${BP}.tar.gz \
11 file://fix-openssl-no-des.patch \ 11 file://fix-openssl-no-des.patch \
12" 12"
13 13
14SRC_URI[sha256sum] = "60c500063bd1feff2877f5726e38278c086f96c178f03f09d264a2012d6bf7fc" 14SRC_URI[sha256sum] = "558178704d1aa5f6883aac6cc5d6bbf2a5714c8a0d2e91da0392468cee9f579c"
15 15
16inherit autotools bash-completion pkgconfig 16inherit autotools bash-completion pkgconfig
17 17