/openbmc/openbmc/poky/meta/recipes-core/busybox/busybox/ |
H A D | 0001-testsuite-check-uudecode-before-using-it.patch | 6 The unzip and tar test cases use uudecode command, so also 14 testsuite/unzip.tests | 2 +- 30 diff --git a/testsuite/unzip.tests b/testsuite/unzip.tests 32 --- a/testsuite/unzip.tests 33 +++ b/testsuite/unzip.tests 40 testing "unzip (bad archive)" "uudecode; unzip bad.zip 2>&1; echo \$?" \
|
/openbmc/linux/scripts/ |
H A D | get_dvb_firmware | 59 unzip($sourcefile, $tmpdir); 78 unzip($sourcefile, $tmpdir); 96 unzip($sourcefile, $tmpdir); 114 unzip($sourcefile, $tmpdir); 132 unzip($sourcefile, $tmpdir); 165 unzip($sourcefile, $tmpdir); 182 unzip($sourcefile, $tmpdir); 199 unzip($sourcefile, $tmpdir); 255 unzip($sourcefile, $tmpdir); 315 unzip($sourcefile, $tmpdir); [all …]
|
/openbmc/openbmc/poky/meta/recipes-extended/unzip/unzip/ |
H A D | 06-unzip60-alt-iconv-utf8_CVE-2015-1315.patch | 2 Subject: unzip files encoded with non-latin, non-unicode file names 13 Index: unzip-6.0/unix/unix.c 15 --- unzip-6.0.orig/unix/unix.c 2015-02-11 08:46:43.675324290 -0500 16 +++ unzip-6.0/unix/unix.c 2015-02-11 09:18:04.902081319 -0500 19 #include "unzip.h" 130 Index: unzip-6.0/unix/unxcfg.h 132 --- unzip-6.0.orig/unix/unxcfg.h 2015-02-11 08:46:43.675324290 -0500 133 +++ unzip-6.0/unix/unxcfg.h 2015-02-11 08:46:43.671324260 -0500 165 Index: unzip-6.0/unzip.c 167 --- unzip-6.0.orig/unzip.c 2015-02-11 08:46:43.675324290 -0500 [all …]
|
H A D | CVE-2019-13232_p2.patch | 29 [https://github.com/madler/unzip/commit/47b3ceae397d21bf822bc2ac73052a4b1daf8e1c] 37 unzip.h | 1 + 293 ecdir_rec ecrec; /* used in unzip.c, extract.c */ 343 diff --git a/unzip.h b/unzip.h 345 --- a/unzip.h 346 +++ b/unzip.h
|
H A D | 18-cve-2014-9913-unzip-buffer-overflow.patch | 2 Subject: Fix CVE-2014-9913, buffer overflow in unzip
|
H A D | avoid-strip.patch | 28 LF = -o unzip$E $(LFLAGS1)
|
H A D | CVE-2019-13232_p1.patch | 9 [https://github.com/madler/unzip/commit/41beb477c5744bc396fa1162ee0c14218ec12213]
|
H A D | 0001-unzip-fix-CVE-2018-1000035.patch | 4 Subject: [PATCH] unzip: fix CVE-2018-1000035
|
H A D | CVE-2021-4217.patch | 17 https://bugs.launchpad.net/ubuntu/+source/unzip/+bug/1957077
|
/openbmc/openbmc/poky/meta/recipes-extended/unzip/ |
H A D | unzip_6.0.bb | 20 file://18-cve-2014-9913-unzip-buffer-overflow.patch \ 23 file://0001-unzip-fix-CVE-2018-1000035.patch \ 44 UPSTREAM_CHECK_REGEX = "unzip(?P<pver>(?!552).+)\.tgz" 49 # Makefile and add CFLAGS. Optimization will be overriden by unzip 73 ALTERNATIVE:${PN} = "unzip" 74 ALTERNATIVE_LINK_NAME[unzip] = "${bindir}/unzip"
|
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/ |
H A D | 0031-corstone1000-detect-inflated-kernel-size.patch | 6 use filesize variable set by unzip command 22 -CONFIG_BOOTCOMMAND="echo Loading kernel from $kernel_addr to memory ... ; unzip $kernel_addr 0x900… 23 +CONFIG_BOOTCOMMAND="echo Loading kernel from $kernel_addr to memory ... ; unzip $kernel_addr 0x900…
|
H A D | 0025-corstone1000-add-nvmxip-fwu-mdata-and-gpt-options.patch | 24 …e_kernel_load_addr; echo Loading kernel from $kernel_addr to memory ... ; unzip $kernel_addr 0x900… 25 +CONFIG_BOOTCOMMAND="echo Loading kernel from $kernel_addr to memory ... ; unzip $kernel_addr 0x900…
|
H A D | 0018-corstone1000-add-compressed-kernel-support.patch | 28 …e_kernel_load_addr; echo Loading kernel from $kernel_addr to memory ... ; unzip $kernel_addr 0x900…
|
/openbmc/openbmc/poky/meta/classes-recipe/ |
H A D | python_pep517.bbclass | 57 # A manual do_install that just uses unzip for bootstrapping purposes. Callers should DEPEND on unz… 60 unzip -d ${D}${PYTHON_SITEPACKAGES_DIR} ${PEP517_WHEEL_PATH}/*.whl
|
/openbmc/openbmc/poky/documentation/ |
H A D | poky.yaml.in | 57 unzip 123 unzip 237 unzip
|
/openbmc/openbmc/poky/meta/files/ |
H A D | toolchain-shar-extract.sh | 119 if unzip -l sdk.zip;then 253 if $SUDO_EXEC unzip $EXTRA_TAR_OPTIONS sdk.zip -d $target_sdk_dir;then
|
/openbmc/u-boot/cmd/ |
H A D | unzip.c | 37 unzip, 4, 1, do_unzip,
|
/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-apps/xarchiver/ |
H A D | xarchiver_0.5.4.21.bb | 33 RRECOMMENDS:${PN} = "lzop zip tar bzip2 unzip xz 7zip"
|
/openbmc/openbmc-build-scripts/scripts/ |
H A D | test-qemu | 13 unzip -qq -d "${ARTIFACT_DIR}" "${ARTIFACT_DIR}"/"${target}".zip
|
H A D | build-qemu-robot-docker.sh | 80 unzip \
|
/openbmc/openbmc/poky/meta/recipes-devtools/python/ |
H A D | python3-flit-core_3.10.1.bb | 17 DEPENDS:append:class-native = " unzip-native"
|
/openbmc/openbmc/poky/meta/recipes-extended/packagegroups/ |
H A D | packagegroup-core-base-utils.bb | 55 unzip \
|
/openbmc/openbmc/meta-raspberrypi/.github/workflows/docker-images/yocto-builder/ |
H A D | Dockerfile | 15 gawk wget git diffstat unzip texinfo gcc build-essential chrpath \
|
/openbmc/qemu/target/riscv/ |
H A D | bitmanip_helper.c | 84 target_ulong HELPER(unzip)(target_ulong rs1) in HELPER() argument
|
/openbmc/qemu/docs/system/riscv/ |
H A D | shakti-c.rst | 54 $ unzip shakti_sdk_qemu.zip
|