| /OK3568_Linux_fs/yocto/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 \$?" \
|
| /OK3568_Linux_fs/kernel/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 …]
|
| /OK3568_Linux_fs/yocto/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
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-extended/unzip/ |
| H A D | unzip_6.0.bb | 21 file://18-cve-2014-9913-unzip-buffer-overflow.patch \ 24 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"
|
| /OK3568_Linux_fs/buildroot/package/unzip/ |
| H A D | 0001-Add-a-CMakeFile.txt-to-ease-cross-compilation.patch | 37 +project(unzip C) 44 +set(UNZIP_SOURCES unzip.c crc32.c crypt.c envargs.c explode.c 49 +add_executable(unzip ${UNZIP_SOURCES}) 50 +install(TARGETS unzip DESTINATION bin)
|
| H A D | unzip.hash | 1 # From https://snapshot.debian.org/archive/debian/20210110T204103Z/pool/main/u/unzip/unzip_6.0-26.d…
|
| H A D | unzip.mk | 10 UNZIP_SITE = https://snapshot.debian.org/archive/debian/20210110T204103Z/pool/main/u/unzip
|
| /OK3568_Linux_fs/yocto/poky/documentation/ |
| H A D | poky.yaml.in | 13 UBUNTU_HOST_PACKAGES_ESSENTIAL : "gawk wget git diffstat unzip texinfo gcc \ 17 FEDORA_HOST_PACKAGES_ESSENTIAL : "gawk make wget tar bzip2 gzip python3 unzip perl patch \ 30 \n\ $ sudo yum install gawk make wget tar bzip2 gzip python3 unzip perl patch \ 38 \n\ $ sudo dnf install gawk make wget tar bzip2 gzip python3 unzip perl patch \
|
| /OK3568_Linux_fs/yocto/poky/meta/classes/ |
| H A D | python_pep517.bbclass | 50 # A manual do_install that just uses unzip for bootstrapping purposes. Callers should DEPEND on unz… 53 unzip -d ${D}${PYTHON_SITEPACKAGES_DIR} ${PEP517_WHEEL_PATH}/*.whl
|
| /OK3568_Linux_fs/yocto/meta-browser/meta-firefox/recipes-browser/firefox-l10n/ |
| H A D | firefox-l10n.inc | 4 DEPENDS = "unzip-native" 32 unzip ${LANGUAGE}.xpi -d ${LANGUAGE}
|
| /OK3568_Linux_fs/yocto/poky/meta/files/ |
| H A D | toolchain-shar-extract.sh | 119 if unzip -l sdk.zip;then 247 if $SUDO_EXEC unzip $EXTRA_TAR_OPTIONS sdk.zip -d $target_sdk_dir;then
|
| /OK3568_Linux_fs/buildroot/package/python-simplegeneric/ |
| H A D | python-simplegeneric.mk | 19 unzip $(PYTHON_SIMPLEGENERIC_DL_DIR)/$(PYTHON_SIMPLEGENERIC_SOURCE) -d $(@D)
|
| /OK3568_Linux_fs/buildroot/package/python-ansicolors/ |
| H A D | python-ansicolors.mk | 15 unzip $(PYTHON_ANSICOLORS_DL_DIR)/$(PYTHON_ANSICOLORS_SOURCE) -d $(@D)
|
| /OK3568_Linux_fs/buildroot/package/dacapo/ |
| H A D | dacapo.mk | 14 unzip $(DACAPO_DL_DIR)/$(DACAPO_SOURCE) LICENSE -d $(@D)
|
| /OK3568_Linux_fs/buildroot/package/noto/noto-sans-sc/ |
| H A D | noto-sans-sc.mk | 15 unzip $(NOTO_SANS_SC_DL_DIR)/$(NOTO_SANS_SC_SOURCE) -d $(@D)/
|
| /OK3568_Linux_fs/buildroot/package/noto/noto-serif-jp/ |
| H A D | noto-serif-jp.mk | 15 unzip $(NOTO_SERIF_JP_DL_DIR)/$(NOTO_SERIF_JP_SOURCE) -d $(@D)/
|
| /OK3568_Linux_fs/buildroot/package/noto/noto-sans-kr/ |
| H A D | noto-sans-kr.mk | 15 unzip $(NOTO_SANS_KR_DL_DIR)/$(NOTO_SANS_KR_SOURCE) -d $(@D)/
|
| /OK3568_Linux_fs/buildroot/package/noto/noto-serif-sc/ |
| H A D | noto-serif-sc.mk | 15 unzip $(NOTO_SERIF_SC_DL_DIR)/$(NOTO_SERIF_SC_SOURCE) -d $(@D)/
|
| /OK3568_Linux_fs/buildroot/package/noto/noto-serif-tc/ |
| H A D | noto-serif-tc.mk | 15 unzip $(NOTO_SERIF_TC_DL_DIR)/$(NOTO_SERIF_TC_SOURCE) -d $(@D)/
|
| /OK3568_Linux_fs/buildroot/package/noto/noto-serif-kr/ |
| H A D | noto-serif-kr.mk | 15 unzip $(NOTO_SERIF_KR_DL_DIR)/$(NOTO_SERIF_KR_SOURCE) -d $(@D)/
|
| /OK3568_Linux_fs/buildroot/package/noto/noto-sans-tc/ |
| H A D | noto-sans-tc.mk | 15 unzip $(NOTO_SANS_TC_DL_DIR)/$(NOTO_SANS_TC_SOURCE) -d $(@D)/
|
| /OK3568_Linux_fs/buildroot/package/noto/noto-sans-jp/ |
| H A D | noto-sans-jp.mk | 15 unzip $(NOTO_SANS_JP_DL_DIR)/$(NOTO_SANS_JP_SOURCE) -d $(@D)/
|
| /OK3568_Linux_fs/buildroot/package/source-han-sans/source-han-sans-hk/ |
| H A D | source-han-sans-hk.mk | 15 unzip $(SOURCE_HAN_SANS_HK_DL_DIR)/$(SOURCE_HAN_SANS_HK_SOURCE) -d $(@D)/
|
| /OK3568_Linux_fs/buildroot/package/source-han-sans/source-han-sans-kr/ |
| H A D | source-han-sans-kr.mk | 15 unzip $(SOURCE_HAN_SANS_KR_DL_DIR)/$(SOURCE_HAN_SANS_KR_SOURCE) -d $(@D)/
|