diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2026-03-26 19:55:34 +0800 |
|---|---|---|
| committer | Khem Raj <khem.raj@oss.qualcomm.com> | 2026-03-26 07:43:37 -0700 |
| commit | a5d660669c4ac9bf1b269a1d140dc115f847e429 (patch) | |
| tree | 751004cfeee240d47427805d2d0f646d36563ef5 | |
| parent | 8a3a5d7bf910f5afa07e7f4afae00fa2a4a62813 (diff) | |
| download | meta-openembedded-a5d660669c4ac9bf1b269a1d140dc115f847e429.tar.gz | |
botan: upgrade 3.10.0 -> 3.11.0
License-Update: Copyright year updated to 2026
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
| -rw-r--r-- | meta-oe/recipes-crypto/botan/botan_3.11.0.bb (renamed from meta-oe/recipes-crypto/botan/botan_3.10.0.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-crypto/botan/botan_3.10.0.bb b/meta-oe/recipes-crypto/botan/botan_3.11.0.bb index dcc0e6aa77..e60d826459 100644 --- a/meta-oe/recipes-crypto/botan/botan_3.10.0.bb +++ b/meta-oe/recipes-crypto/botan/botan_3.11.0.bb | |||
| @@ -1,12 +1,12 @@ | |||
| 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=3f911cecfc74a2d9f1ead9a07bd92a6e" | 4 | LIC_FILES_CHKSUM = "file://license.txt;md5=ed13158b71912fb101b89310b23b921f" |
| 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 | file://run-ptest" | 8 | file://run-ptest" |
| 9 | SRC_URI[sha256sum] = "fde194236f6d5434f136ea0a0627f6cc9d26af8b96e9f1e1c7d8c82cd90f4f24" | 9 | SRC_URI[sha256sum] = "e8dd48556818da2c03a9a30932ad05db9e50b12fec90809301ecc64ea51bd11e" |
| 10 | 10 | ||
| 11 | S = "${UNPACKDIR}/Botan-${PV}" | 11 | S = "${UNPACKDIR}/Botan-${PV}" |
| 12 | 12 | ||
