summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/exiv2/exiv2_0.27.3.bb
diff options
context:
space:
mode:
authorGyorgy Sarvari <skandigraun@gmail.com>2025-11-22 20:31:25 +0100
committerGyorgy Sarvari <skandigraun@gmail.com>2025-11-30 15:13:57 +0100
commit19fb28a912850f517f83b72690abfcbb19ff49c7 (patch)
tree294a7f1ee8e4dd191b49866c52754187b7dc9cb2 /meta-oe/recipes-support/exiv2/exiv2_0.27.3.bb
parent3a8bb6596078552cf0c26dab0c4d23160a4eb519 (diff)
downloadmeta-openembedded-19fb28a912850f517f83b72690abfcbb19ff49c7.tar.gz
exiv2: patch CVE-2021-32617
Details: https://nvd.nist.gov/vuln/detail/CVE-2021-32617 Pick the patch from the PR that's mentioned by the nvd report. Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/exiv2/exiv2_0.27.3.bb')
-rw-r--r--meta-oe/recipes-support/exiv2/exiv2_0.27.3.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/exiv2/exiv2_0.27.3.bb b/meta-oe/recipes-support/exiv2/exiv2_0.27.3.bb
index c8c5edbed4..389d8da921 100644
--- a/meta-oe/recipes-support/exiv2/exiv2_0.27.3.bb
+++ b/meta-oe/recipes-support/exiv2/exiv2_0.27.3.bb
@@ -14,6 +14,7 @@ SRC_URI = "https://github.com/Exiv2/${BPN}/releases/download/v${PV}/${BP}-Source
14 file://CVE-2021-29473.patch \ 14 file://CVE-2021-29473.patch \
15 file://CVE-2021-3482.patch \ 15 file://CVE-2021-3482.patch \
16 file://CVE-2021-29623.patch \ 16 file://CVE-2021-29623.patch \
17 file://CVE-2021-32617.patch \
17 " 18 "
18SRC_URI[sha256sum] = "a79f5613812aa21755d578a297874fb59a85101e793edc64ec2c6bd994e3e778" 19SRC_URI[sha256sum] = "a79f5613812aa21755d578a297874fb59a85101e793edc64ec2c6bd994e3e778"
19 20