| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/go/go-1.18/ |
| H A D | CVE-2022-2879.patch | 4 Subject: [PATCH] archive/tar: limit size of headers 37 src/archive/tar/format.go | 4 ++++ 38 src/archive/tar/reader.go | 14 ++++++++++++-- 39 src/archive/tar/reader_test.go | 8 +++++++- 40 src/archive/tar/writer.go | 3 +++ 41 src/archive/tar/writer_test.go | 27 +++++++++++++++++++++++++++ 44 diff --git a/src/archive/tar/format.go b/src/archive/tar/format.go 46 --- a/src/archive/tar/format.go 47 +++ b/src/archive/tar/format.go 59 diff --git a/src/archive/tar/reader.go b/src/archive/tar/reader.go [all …]
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-gnome/gnome-common/ |
| H A D | gnome-common_3.18.0.bb | 11 SRC_URI[archive.md5sum] = "933258d9c23e218eb6eec9cc1951b053" 12 SRC_URI[archive.sha256sum] = "22569e370ae755e04527b76328befc4c73b62bfd4a572499fde116b8318af8cf" 17 # Default to enable autoconf-archive to avoid conflicts 18 PACKAGECONFIG ??= "autoconf-archive" 19 PACKAGECONFIG[autoconf-archive] = "--with-autoconf-archive, --without-autoconf-archive, autoconf-ar…
|
| /OK3568_Linux_fs/buildroot/package/assimp/ |
| H A D | 0002-closes-2733-update-of-zlip-to-fix-gcc-build-for-v9-2-0-32-bit.patch | 344 + /* ZIP64 archive identifier and record sizes */ 394 + /* The flags passed in when the archive is initially opened. */ 397 + /* MZ_TRUE if the archive has a zip64 end of central directory headers, etc. 770 + /* Ok, the archive didn't have any zip64 headers but it uses a 897 zip->entry.header_offset = zip->archive.m_archive_size; 1009 - This data structure is used throughout the library to represent zip archive 1015 + * This data structure is used throughout the library to represent zip archive - 1021 - Opens zip archive with compression level using the given mode. 1024 - zipname: zip archive file name. 1029 - 'a': appends to an existing archive. [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/sdk/ |
| H A D | case.py | 18 def fetch(self, workdir, dl_dir, url, archive=None): argument 19 if not archive: 21 archive = os.path.basename(urlparse(url).path) 24 tarball = os.path.join(dl_dir, archive) 28 tarball = os.path.join(workdir, archive)
|
| /OK3568_Linux_fs/yocto/poky/meta/classes/ |
| H A D | mirrors.bbclass | 2 ${DEBIAN_MIRROR} http://snapshot.debian.org/archive/debian/20180310T215105Z/pool \ 3 ${DEBIAN_MIRROR} http://snapshot.debian.org/archive/debian-archive/20120328T092752Z/debian/pool \ 4 ${DEBIAN_MIRROR} http://snapshot.debian.org/archive/debian-archive/20110127T084257Z/debian/pool \ 5 ${DEBIAN_MIRROR} http://snapshot.debian.org/archive/debian-archive/20090802T004153Z/debian/pool \ 28 ftp://dante.ctan.org/tex-archive ftp://ftp.fu-berlin.de/tex/CTAN \ 29 ftp://dante.ctan.org/tex-archive http://sunsite.sut.ac.jp/pub/archives/ctan/ \ 30 ftp://dante.ctan.org/tex-archive http://ctan.unsw.edu.au/ \ 35 ${APACHE_MIRROR} http://archive.apache.org/dist \
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/utils/ |
| H A D | buildproject.py | 20 self.archive = os.path.basename(uri) 25 self.localarchive = os.path.join(tmpdir, self.archive) 30 self.fname = re.sub(r'\.tar\.bz2$|\.tar\.gz$|\.tar\.xz$', '', self.archive) 37 if self.dl_dir and os.path.exists(os.path.join(self.dl_dir, self.archive)): 38 shutil.copyfile(os.path.join(self.dl_dir, self.archive), self.localarchive)
|
| H A D | targetbuild.py | 21 self.archive = os.path.basename(uri) 28 self.localarchive = os.path.join(tmpdir, self.archive) 32 self.fname = re.sub(r'\.tar\.bz2$|\.tar\.gz$|\.tar\.xz$', '', self.archive) 37 if dl_dir and os.path.exists(os.path.join(dl_dir, self.archive)): 38 bb.utils.copyfile(os.path.join(dl_dir, self.archive), self.localarchive) 95 …(status, output) = self.target.run('tar xf %s%s -C %s' % (self.targetdir, self.archive, self.targe… 125 cmd = 'tar xf %s%s -C %s' % (self.targetdir, self.archive, self.targetdir)
|
| /OK3568_Linux_fs/kernel/tools/perf/Documentation/ |
| H A D | perf-archive.txt | 1 perf-archive(1) 6 perf-archive - Create archive with object files with build-ids found in perf.data file 11 'perf archive' [file]
|
| H A D | android.txt | 62 If you also want to use perf-archive you need busybox tools for Android. 63 For installing perf-archive, you first need to replace #!/bin/bash with #!/system/bin/sh: 64 sed 's/#!\/bin\/bash/#!\/system\/bin\/sh/g' perf-archive >> /tmp/perf-archive 65 chmod +x /tmp/perf-archive 66 adb push /tmp/perf-archive /data/perf-archive
|
| /OK3568_Linux_fs/kernel/Documentation/scsi/ |
| H A D | ppa.rst | 8 http://web.archive.org/web/%2E/http://www.torque.net/~campbell/ 10 Driver archive for old drivers: 11 http://web.archive.org/web/%2E/http://www.torque.net/~campbell/ppa 14 http://web.archive.org/web/%2E/http://www.torque.net/parport/
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-xfce/recipes-apps/xarchiver/ |
| H A D | xarchiver_git.bb | 1 SUMMARY = "Lightweight, desktop independent GTK+ archive manager" 19 # install tap files for thunar-archive-plugin in ${libdir}/thunar-archive-plugin 31 FILES:${PN} += "${libdir}/thunar-archive-plugin"
|
| /OK3568_Linux_fs/buildroot/package/flann/ |
| H A D | 0001-src-cpp-fix-cmake-3.11-build.patch | 23 target_link_libraries(flann_cpp -Wl,-whole-archive flann_cpp_s -Wl,-no-whole-archive) 60 target_link_libraries(flann_cpp -Wl,-whole-archive flann_cpp_s -Wl,-no-whole-archive) 69 target_link_libraries(flann -Wl,-whole-archive flann_s -Wl,-no-whole-archive)
|
| /OK3568_Linux_fs/buildroot/package/autoconf-archive/ |
| H A D | autoconf-archive.mk | 8 AUTOCONF_ARCHIVE_SOURCE = autoconf-archive-$(AUTOCONF_ARCHIVE_VERSION).tar.xz 9 AUTOCONF_ARCHIVE_SITE = $(BR2_GNU_MIRROR)/autoconf-archive 12 HOST_AUTOCONF_ARCHIVE_INSTALL_OPTS = aclocaldir=$(HOST_DIR)/share/autoconf-archive install
|
| /OK3568_Linux_fs/buildroot/support/docker/ |
| H A D | apt-sources.list | 2 deb [check-valid-until=no] http://snapshot.debian.org/archive/debian/20210902T205533Z/ bullseye main 3 deb [check-valid-until=no] http://snapshot.debian.org/archive/debian-security/20210902T193650Z/ bul… 4 deb [check-valid-until=no] http://snapshot.debian.org/archive/debian/20210902T205533Z/ bullseye-upd…
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-xfce/recipes-thunar-plugins/archive/ |
| H A D | thunar-archive-plugin_0.4.0.bb | 1 DESCRIPTION = "Thunar Archive Plugin allows you to create and extract archive files using file cont… 2 HOMEPAGE = "http://goodies.xfce.org/projects/thunar-plugins/thunar-archive-plugin" 11 # install tap files in ${libdir}/thunar-archive-plugin
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-gnome/gnome-themes/ |
| H A D | gnome-themes-extra_3.28.bb | 16 SRC_URI = "${GNOME_MIRROR}/${BPN}/${PV}/${BPN}-${PV}.tar.xz;name=archive" 17 SRC_URI[archive.md5sum] = "f9f2c6c521948da427f702372e16f826" 18 SRC_URI[archive.sha256sum] = "7c4ba0bff001f06d8983cfc105adaac42df1d1267a2591798a780bac557a5819" 27 # The libtool archive file is unneeded with shared libs on modern Linux
|
| /OK3568_Linux_fs/buildroot/package/sdbusplus/ |
| H A D | sdbusplus.mk | 9 SDBUSPLUS_DEPENDENCIES = host-autoconf-archive host-pkgconf systemd 11 host-autoconf-archive \ 20 SDBUSPLUS_AUTORECONF_OPTS = --include=$(HOST_DIR)/share/autoconf-archive
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/glibc/glibc/ |
| H A D | 0007-nativesdk-glibc-Make-relocatable-install-for-locales.patch | 36 /* Nothing in the archive. Set the default path to search below. */ 50 /* Name of the locale archive file. */ 51 -static const char archfname[] = COMPLOCALEDIR "/locale-archive"; 52 …ar archfname[4096] __attribute__ ((section (".gccrelocprefix"))) = COMPLOCALEDIR "/locale-archive"; 94 - printf ("locale: %-15.15s archive: " ARCHIVE_NAME "\n%s\n", 96 + printf ("locale: %-15.15s archive: %s\n%s\n",
|
| /OK3568_Linux_fs/buildroot/support/misc/ |
| H A D | gen-glibc-locales.mk | 10 $(TARGET_DIR)/usr/lib/locale/locale-archive: $(LOCALES) 18 --add-to-archive 33 --no-archive \
|
| /OK3568_Linux_fs/kernel/Documentation/filesystems/ |
| H A D | ramfs-rootfs-initramfs.rst | 95 All 2.6 Linux kernels contain a gzipped "cpio" format archive, which is 101 archive is extracted into it, the kernel will fall through to the older code 107 - The old initrd was always a separate file, while the initramfs archive is 109 devoted to generating this archive during the build.) 113 initramfs archive is a gzipped cpio archive (like tar only simpler, 140 archive and links it into the resulting kernel binary. By default, this 141 archive is empty (consuming 134 bytes on x86). 145 initramfs archive, which will automatically be incorporated into the 147 archive, a directory containing files to be archived, or a text file 165 set permissions or create device nodes in the new archive. (Note that those [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/driver-api/early-userspace/ |
| H A D | buffer-format.rst | 13 is different. The initramfs buffer contains an archive which is 19 archive can be compressed using gzip(1). One valid version of an 47 The cpio "TRAILER!!!" entry (cpio end-of-archive) is optional, but is 87 If the filename is "TRAILER!!!" this is actually an end-of-archive 88 marker; the c_filesize for an end-of-archive marker must be zero. 108 When a "TRAILER!!!" end-of-archive marker is seen, the tuple buffer is 117 end-of-archive marker, or
|
| H A D | early_userspace_support.rst | 15 - gen_init_cpio, a program that builds a cpio-format archive 16 containing a root filesystem image. This archive is compressed, and 26 archive to be used as the image or have the kernel build process build 32 You can create a cpio archive that contains the early userspace image. 33 Your cpio archive should be specified in CONFIG_INITRAMFS_SOURCE and it 36 combination with a cpio archive. 42 source parts rather than supplying a cpio archive. This method provides 146 initrd format, an cpio archive. It must be called "/init". This binary 150 comes via an initramfs cpio archive. If this is not the case,
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/dmalloc/dmalloc/ |
| H A D | 100-use-xtools.patch | 43 # so now we try to create an archive from the compiled .o file 61 - elif (ld -shared --whole-archive -soname conftest.so -o conftest.so.t conftest.a) 2>&5; then 62 - ac_cv_shared_link_args='ld -shared --whole-archive -soname $@ -o $@.t' 67 + elif (${ac_cv_prog_LD} -shared --whole-archive -soname conftest.so -o conftest.so.t confte… 68 …v_shared_link_args='${CC} -Wl,-shared -Wl,--whole-archive -Wl,-soname,$@ -o $@.t -Wl,--no-whole-ar…
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/serialization/ |
| H A D | access.hpp | 23 namespace archive { namespace 60 friend class archive::detail::iserializer; 62 friend class archive::detail::oserializer;
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/selftest/cases/ |
| H A D | gotoolchain.py | 62 archive = ".tar.gz" 63 url = "https://%s/%s/archive/%s%s" % (proj, name, ver, archive) 66 runCmd("cd %s; tar -xf %s" % (self.tmpdir_SDKQA, ver+archive))
|