summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-support/opensc/opensc_0.22.0.bb5
1 files changed, 5 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/opensc/opensc_0.22.0.bb b/meta-oe/recipes-support/opensc/opensc_0.22.0.bb
index 4590b85fa4..3bb79b9d92 100644
--- a/meta-oe/recipes-support/opensc/opensc_0.22.0.bb
+++ b/meta-oe/recipes-support/opensc/opensc_0.22.0.bb
@@ -16,6 +16,11 @@ SRCREV = "c902e1992195e00ada12d71beb1029287cd72037"
16SRC_URI = "git://github.com/OpenSC/OpenSC;branch=master;protocol=https \ 16SRC_URI = "git://github.com/OpenSC/OpenSC;branch=master;protocol=https \
17 file://CVE-2023-2977.patch \ 17 file://CVE-2023-2977.patch \
18 " 18 "
19
20# CVE-2021-34193 is a duplicate CVE covering the 5 individual
21# https://github.com/OpenSC/OpenSC/pull/2855/commits/7a049fc3922060fb75cb9fea9e58eef9edc357ae
22CVE_CHECK_IGNORE += "CVE-2021-34193"
23
19DEPENDS = "virtual/libiconv openssl" 24DEPENDS = "virtual/libiconv openssl"
20 25
21S = "${WORKDIR}/git" 26S = "${WORKDIR}/git"