summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-crypto/leancrypto
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-crypto/leancrypto')
-rw-r--r--meta-oe/recipes-crypto/leancrypto/leancrypto_1.7.2.bb (renamed from meta-oe/recipes-crypto/leancrypto/leancrypto_1.7.0.bb)5
1 files changed, 3 insertions, 2 deletions
diff --git a/meta-oe/recipes-crypto/leancrypto/leancrypto_1.7.0.bb b/meta-oe/recipes-crypto/leancrypto/leancrypto_1.7.2.bb
index 7c9187ab94..4c42b77490 100644
--- a/meta-oe/recipes-crypto/leancrypto/leancrypto_1.7.0.bb
+++ b/meta-oe/recipes-crypto/leancrypto/leancrypto_1.7.2.bb
@@ -14,11 +14,12 @@ SECTION = "libs"
14SRC_URI = "git://github.com/smuellerDD/leancrypto.git;branch=master;protocol=https;tag=v${PV} \ 14SRC_URI = "git://github.com/smuellerDD/leancrypto.git;branch=master;protocol=https;tag=v${PV} \
15 file://leancrypto-tests.sh \ 15 file://leancrypto-tests.sh \
16 " 16 "
17# SRCREV tagged v1.7.0 17SRCREV = "8a3e942baa3388ec9597c35005264ef9aefbf97c"
18SRCREV = "e60fba94e8cabf1661a1da488b78b84a4fba56e9"
19 18
20inherit pkgconfig meson 19inherit pkgconfig meson
21 20
21CVE_STATUS[CVE-2026-34610] = "fixed-version: fixed since v1.7.1"
22
22EXTRA_OEMESON = "-Dstrip=false" 23EXTRA_OEMESON = "-Dstrip=false"
23TARGET_LDFLAGS:append = " ${DEBUG_PREFIX_MAP}" 24TARGET_LDFLAGS:append = " ${DEBUG_PREFIX_MAP}"
24 25