diff options
author | wangmy <wangmy@fujitsu.com> | 2022-04-29 16:13:13 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2022-05-09 08:59:46 -0700 |
commit | 6f3b52f4589bfa942e473488f91ecef85d339e78 (patch) | |
tree | 73eea05f439f08031b006f4c5e510e7256069a02 /meta-networking | |
parent | 5cb09273885e4e74dd58e0cc0885b48049c2f078 (diff) | |
download | meta-openembedded-6f3b52f4589bfa942e473488f91ecef85d339e78.tar.gz |
stunnel: upgrade 5.63 -> 5.64
Changelog:
==========
Security bugfixes
OpenSSL DLLs updated to version 3.0.3.
New features
Updated the pkcs11 engine for Windows.
Bugfixes
Removed the SERVICE_INTERACTIVE_PROCESS flag in "stunnel -install".
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking')
-rw-r--r-- | meta-networking/recipes-support/stunnel/stunnel_5.64.bb (renamed from meta-networking/recipes-support/stunnel/stunnel_5.63.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-networking/recipes-support/stunnel/stunnel_5.63.bb b/meta-networking/recipes-support/stunnel/stunnel_5.64.bb index 325737e8c9..13ecd5c5bf 100644 --- a/meta-networking/recipes-support/stunnel/stunnel_5.63.bb +++ b/meta-networking/recipes-support/stunnel/stunnel_5.64.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 | ||
14 | SRC_URI[sha256sum] = "c74c4e15144a3ae34b8b890bb31c909207301490bd1e51bfaaa5ffeb0a994617" | 14 | SRC_URI[sha256sum] = "eebe53ed116ba43b2e786762b0c2b91511e7b74857ad4765824e7199e6faf883" |
15 | 15 | ||
16 | inherit autotools bash-completion pkgconfig | 16 | inherit autotools bash-completion pkgconfig |
17 | 17 | ||