summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-crypto/libsodium/libsodium_1.0.22.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-crypto/libsodium/libsodium_1.0.22.bb')
-rw-r--r--meta-oe/recipes-crypto/libsodium/libsodium_1.0.22.bb15
1 files changed, 15 insertions, 0 deletions
diff --git a/meta-oe/recipes-crypto/libsodium/libsodium_1.0.22.bb b/meta-oe/recipes-crypto/libsodium/libsodium_1.0.22.bb
new file mode 100644
index 0000000000..fbd14a8181
--- /dev/null
+++ b/meta-oe/recipes-crypto/libsodium/libsodium_1.0.22.bb
@@ -0,0 +1,15 @@
1SUMMARY = "The Sodium crypto library"
2HOMEPAGE = "http://libsodium.org/"
3BUGTRACKER = "https://github.com/jedisct1/libsodium/issues"
4LICENSE = "ISC"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=4942a8ebbbc7f2212bd68a47df264a4f"
6
7SRC_URI = "https://download.libsodium.org/libsodium/releases/${BPN}-${PV}.tar.gz"
8SRC_URI[sha256sum] = "adbdd8f16149e81ac6078a03aca6fc03b592b89ef7b5ed83841c086191be3349"
9
10
11inherit autotools
12
13BBCLASSEXTEND = "native nativesdk"
14
15CVE_STATUS[CVE-2025-69277] = "fixed-version: fixed in 1.0.20"