diff options
Diffstat (limited to 'meta-oe/recipes-support/libtar/libtar_1.2.20.bb')
-rw-r--r-- | meta-oe/recipes-support/libtar/libtar_1.2.20.bb | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/meta-oe/recipes-support/libtar/libtar_1.2.20.bb b/meta-oe/recipes-support/libtar/libtar_1.2.20.bb index f93d9c09a5..a17509d2e5 100644 --- a/meta-oe/recipes-support/libtar/libtar_1.2.20.bb +++ b/meta-oe/recipes-support/libtar/libtar_1.2.20.bb | |||
@@ -8,11 +8,22 @@ LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=61cbac6719ae682ce6cd45b5c11e21af" | |||
8 | SRC_URI = "${DEBIAN_MIRROR}/main/libt/${BPN}/${BPN}_${PV}.orig.tar.gz \ | 8 | SRC_URI = "${DEBIAN_MIRROR}/main/libt/${BPN}/${BPN}_${PV}.orig.tar.gz \ |
9 | file://fix_libtool_sysroot.patch \ | 9 | file://fix_libtool_sysroot.patch \ |
10 | file://0002-Do-not-strip-libtar.patch \ | 10 | file://0002-Do-not-strip-libtar.patch \ |
11 | file://0003-Fix-missing-prototype-compiler-warnings.patch \ | ||
12 | file://0004-Fix-invalid-memory-de-reference-issue.patch \ | ||
13 | file://0005-fix-file-descriptor-leaks-reported-by-cppcheck.patch \ | ||
14 | file://0006-fix-memleak-on-tar_open-failure.patch \ | ||
15 | file://0007-fix-memleaks-in-libtar-sample-program.patch \ | ||
16 | file://0008-decode-avoid-using-a-static-buffer-in-th_get_pathnam.patch \ | ||
17 | file://0009-Check-for-NULL-before-freeing-th_pathname.patch \ | ||
18 | file://0010-Added-stdlib.h-for-malloc-in-lib-decode.c.patch \ | ||
19 | file://0011-libtar-fix-programming-mistakes-detected-by-static-a.patch \ | ||
20 | file://CVE-2021-33643-CVE-2021-33644.patch \ | ||
21 | file://CVE-2021-33640-CVE-2021-33645-CVE-2021-33646.patch \ | ||
22 | file://CVE-2013-4420.patch \ | ||
11 | " | 23 | " |
12 | 24 | ||
13 | S = "${WORKDIR}/${BPN}" | 25 | S = "${UNPACKDIR}/${BPN}" |
14 | 26 | ||
15 | SRC_URI[md5sum] = "6ced95ab3a4b33fbfe2dfb231d156cdb" | ||
16 | SRC_URI[sha256sum] = "50f24c857a7ef1cb092e6508758b86d06f1188508f897f3e6b40c573e8879109" | 27 | SRC_URI[sha256sum] = "50f24c857a7ef1cb092e6508758b86d06f1188508f897f3e6b40c573e8879109" |
17 | 28 | ||
18 | inherit autotools-brokensep | 29 | inherit autotools-brokensep |