diff options
author | Peter Marko <peter.marko@siemens.com> | 2024-12-27 11:56:03 +0100 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-12-27 09:21:42 -0800 |
commit | 9fff0040f1694b09c6c68cf59615f42d801d62f5 (patch) | |
tree | c51ab87cd08f195ee0ea576c218c5974c9e24ab9 | |
parent | e44f3251b552773fe9346fdf7aab244377cf6007 (diff) | |
download | meta-openembedded-9fff0040f1694b09c6c68cf59615f42d801d62f5.tar.gz |
id3lib: mark CVE-2007-4460 as fixed
This is fixed in id3lib3.8.3_3.8.3-16.2.debian.tar.xz patch included in
SRC_URI.
Version 3.8.3-7 contains patch for this CVE, we use 3.8.3-16.2.
This can be verified by checking the debian/changelog within this patch
or diffing [1] and [2] and verifying that this can be reverse-applied.
[1] https://snapshot.debian.org/archive/debian/20070819T000000Z/pool/main/i/id3lib3.8.3/id3lib3.8.3_3.8.3-6.diff.gz
[2] https://snapshot.debian.org/archive/debian/20070819T000000Z/pool/main/i/id3lib3.8.3/id3lib3.8.3_3.8.3-7.diff.gz
Signed-off-by: Peter Marko <peter.marko@siemens.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-oe/recipes-multimedia/id3lib/id3lib_3.8.3.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-multimedia/id3lib/id3lib_3.8.3.bb b/meta-oe/recipes-multimedia/id3lib/id3lib_3.8.3.bb index 379c7e1b63..7ae262345b 100644 --- a/meta-oe/recipes-multimedia/id3lib/id3lib_3.8.3.bb +++ b/meta-oe/recipes-multimedia/id3lib/id3lib_3.8.3.bb | |||
@@ -14,6 +14,8 @@ SRC_URI[archive.sha256sum] = "2749cc3c0cd7280b299518b1ddf5a5bcfe2d1100614519b687 | |||
14 | SRC_URI[patch.md5sum] = "997c764d3be11c9a51779d93facf1118" | 14 | SRC_URI[patch.md5sum] = "997c764d3be11c9a51779d93facf1118" |
15 | SRC_URI[patch.sha256sum] = "ac2ee23ec89ba2af51d2c6dd5b1b6bf9f8a9f813de251bc182941439a4053176" | 15 | SRC_URI[patch.sha256sum] = "ac2ee23ec89ba2af51d2c6dd5b1b6bf9f8a9f813de251bc182941439a4053176" |
16 | 16 | ||
17 | CVE_STATUS[CVE-2007-4460] = "patched: fix is included in debian patch" | ||
18 | |||
17 | inherit autotools | 19 | inherit autotools |
18 | 20 | ||
19 | # Unlike other Debian packages, id3lib*.diff.gz contains another series of | 21 | # Unlike other Debian packages, id3lib*.diff.gz contains another series of |