diff options
| author | wangmy <wangmy@fujitsu.com> | 2021-11-01 19:22:25 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2021-11-03 06:57:48 -0700 |
| commit | b8a5f0740b9ea12faaee8e514cf4f2a07796f7d9 (patch) | |
| tree | e7f75ed82e15adf2481f5a2b82aa97c6f9826934 /meta-oe | |
| parent | 942fb06bc298393395b6e9f06796a3dd99d5d026 (diff) | |
| download | meta-openembedded-b8a5f0740b9ea12faaee8e514cf4f2a07796f7d9.tar.gz | |
botan: upgrade 2.18.1 -> 2.18.2
Version 2.18.2, 2021-10-25
Avoid using short exponents when encrypting in ElGamal,
as some PGP implementations generate keys with parameters
that are weak when short exponents are used (GH #2794)
Fix a low risk OAEP decryption side channel (GH #2797)
Work around a miscompilation of SHA-3 caused by a bug in Clang 12
and XCode 13. (GH #2826)
Remove support in OpenSSL provider for algorithms which are disabled
by default in OpenSSL 3.0 (GH #2823, #2814)
Add CI based on GitHub actions to replace Travis CI (GH #2632)
Fix the online OCSP test, as the certificate involved had expired.
(GH #2799)
Fix some test failures induced by the expiration of the trust root
"DST Root CA X3" (GH #2820)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe')
| -rw-r--r-- | meta-oe/recipes-crypto/botan/botan_2.18.2.bb (renamed from meta-oe/recipes-crypto/botan/botan_2.18.1.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-crypto/botan/botan_2.18.1.bb b/meta-oe/recipes-crypto/botan/botan_2.18.2.bb index 62872ff852..c41667b453 100644 --- a/meta-oe/recipes-crypto/botan/botan_2.18.1.bb +++ b/meta-oe/recipes-crypto/botan/botan_2.18.2.bb | |||
| @@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://license.txt;md5=a02e03c8fa2c5e7b9b3fcc1b9811fd3b" | |||
| 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] = "f8c7b46222a857168a754a5cc329bb780504122b270018dda5304c98db28ae29" | 8 | SRC_URI[sha256sum] = "541a3b13f1b9d30f977c6c1ae4c7bfdfda763cda6e44de807369dce79f42307e" |
| 9 | 9 | ||
| 10 | S = "${WORKDIR}/Botan-${PV}" | 10 | S = "${WORKDIR}/Botan-${PV}" |
| 11 | 11 | ||
