Index: README
===================================================================
--- README (nonexistent)
+++ README (revision 5)
@@ -0,0 +1,59 @@
+
+/* begin *
+
+ Patches from Slackware:
+ ======================
+
+ Various patches:
+ ---------------
+ unzip-6.0-bzip2-configure.patch.gz
+ unzip-6.0-exec-shield.patch.gz
+ unzip-6.0-close.patch.gz
+ unzip-6.0-attribs-overflow.patch.gz
+
+ RH specific:
+ -----------
+ unzip-6.0-manpage-fix.patch.gz
+ unzip-6.0-fix-recmatch.patch.gz
+ unzip-6.0-symlink.patch.gz
+ unzip-6.0-caseinsensitive.patch.gz
+ unzip-6.0-format-secure.patch.gz
+ unzip-6.0-valgrind.patch.gz
+ unzip-6.0-x-option.patch.gz
+ unzip-6.0-overflow.patch.gz
+ unzip-6.0-cve-2014-8139.patch.gz
+ unzip-6.0-cve-2014-8140.patch.gz
+ unzip-6.0-cve-2014-8141.patch.gz
+ unzip-6.0-overflow-long-fsize.patch.gz
+ unzip-6.0-heap-overflow-infloop.patch.gz
+ unzip-6.0-alt-iconv-utf8.patch.gz
+ unzip-6.0-alt-iconv-utf8-print.patch.gz
+ 0001-Fix-CVE-2016-9844-rhbz-1404283.patch.gz
+ unzip-6.0-timestamp.patch.gz
+ unzip-6.0-cve-2018-1000035-heap-based-overflow.patch.gz
+ unzip-6.0-cve-2018-18384.patch.gz
+ unzip-6.0-COVSCAN-fix-unterminated-string.patch.gz
+
+ Arch Linux:
+ -----------
+ unzip-6.0_CVE-2021-4217.patch
+ 28-cve-2022-0529-and-cve-2022-0530.patch
+
+ Changed files:
+ =============
+ unzip60/crc_i386.S
+ unzip60/crypt.c
+ unzip60/extract.c
+ unzip60/fileio.c
+ unzip60/list.c
+ unzip60/man/unzip.1
+ unzip60/match.c
+ unzip60/process.c
+ unzip60/unix/configure
+ unzip60/unix/unix.c
+ unzip60/unix/unxcfg.h
+ unzip60/unzip.c
+ unzip60/unzpriv.h
+ unzip60/zipinfo.c
+
+ * end */
Index: .
===================================================================
--- . (nonexistent)
+++ . (revision 5)
Property changes on: .
___________________________________________________________________
Added: svn:ignore
## -0,0 +1,73 ##
+
+# install dir
+dist
+
+# Target build dirs
+.a1x-newlib
+.a2x-newlib
+.at91sam7s-newlib
+
+.build-machine
+
+.a1x-glibc
+.a2x-glibc
+.h3-glibc
+.h5-glibc
+.i586-glibc
+.i686-glibc
+.imx6-glibc
+.jz47xx-glibc
+.makefile
+.am335x-glibc
+.omap543x-glibc
+.p5600-glibc
+.power8-glibc
+.power8le-glibc
+.power9-glibc
+.power9le-glibc
+.m1000-glibc
+.riscv64-glibc
+.rk328x-glibc
+.rk33xx-glibc
+.rk339x-glibc
+.s8xx-glibc
+.s9xx-glibc
+.x86_64-glibc
+
+# Hidden files (each file)
+.makefile
+.dist
+.rootfs
+
+# src & hw requires
+.src_requires
+.src_requires_depend
+.requires
+.requires_depend
+
+# Tarballs
+*.gz
+*.bz2
+*.lz
+*.xz
+*.tgz
+*.txz
+
+# Signatures
+*.asc
+*.sig
+*.sign
+*.sha1sum
+
+# Patches
+*.patch
+
+# Descriptions
+*.dsc
+*.txt
+
+# Default linux config files
+*.defconfig
+
+# backup copies
+*~