diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2024-07-15 17:01:54 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-07-15 16:36:10 -0700 |
commit | ed2c9d24a5a594e811c7553bd690b312d5fb9b5b (patch) | |
tree | c740dd2667f93376e1a7a3926c4406142c4e50fd /meta-oe/recipes-crypto | |
parent | b011e934bd0ef10c5967681c674ed74347648f5e (diff) | |
download | meta-openembedded-ed2c9d24a5a594e811c7553bd690b312d5fb9b5b.tar.gz |
botan: upgrade 3.4.0 -> 3.5.0
License-Update: Copyright year updated to 2024.
Changelog:
==========
* CVE-2024-34702: Fix a DoS caused by excessive name constraints.
* CVE-2024-39312: Fix a name constraint processing error, where if
permitted and excluded rules both applied to a certificate, only the
permitted rules would be checked.
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-crypto')
-rw-r--r-- | meta-oe/recipes-crypto/botan/botan_3.5.0.bb (renamed from meta-oe/recipes-crypto/botan/botan_3.4.0.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-crypto/botan/botan_3.4.0.bb b/meta-oe/recipes-crypto/botan/botan_3.5.0.bb index 8cd1aa64cc..d0e9d3e109 100644 --- a/meta-oe/recipes-crypto/botan/botan_3.4.0.bb +++ b/meta-oe/recipes-crypto/botan/botan_3.5.0.bb | |||
@@ -1,11 +1,11 @@ | |||
1 | SUMMARY = "Crypto and TLS for C++11" | 1 | SUMMARY = "Crypto and TLS for C++11" |
2 | HOMEPAGE = "https://botan.randombit.net" | 2 | HOMEPAGE = "https://botan.randombit.net" |
3 | LICENSE = "BSD-2-Clause" | 3 | LICENSE = "BSD-2-Clause" |
4 | LIC_FILES_CHKSUM = "file://license.txt;md5=f5254d3abe90ec5bb82c5694ff751546" | 4 | LIC_FILES_CHKSUM = "file://license.txt;md5=573e74513ae3057b04757df65b537de0" |
5 | SECTION = "libs" | 5 | SECTION = "libs" |
6 | 6 | ||
7 | SRC_URI = "https://botan.randombit.net/releases/Botan-${PV}.tar.xz" | 7 | SRC_URI = "https://botan.randombit.net/releases/Botan-${PV}.tar.xz" |
8 | SRC_URI[sha256sum] = "71843afcc0a2c585f8f33fa304f0b58ae4b9c5d8306f894667b3746044277557" | 8 | SRC_URI[sha256sum] = "67e8dae1ca2468d90de4e601c87d5f31ff492b38e8ab8bcbd02ddf7104ed8a9f" |
9 | 9 | ||
10 | S = "${WORKDIR}/Botan-${PV}" | 10 | S = "${WORKDIR}/Botan-${PV}" |
11 | 11 | ||