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 | 12 |
1 files changed, 12 insertions, 0 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..c7501ac684 100644 --- a/meta-oe/recipes-support/libtar/libtar_1.2.20.bb +++ b/meta-oe/recipes-support/libtar/libtar_1.2.20.bb | |||
| @@ -8,6 +8,18 @@ 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 = "${WORKDIR}/${BPN}" |
