summaryrefslogtreecommitdiff
path: root/archivers/cabextract/patches/patch-ab
diff options
context:
space:
mode:
authorsalo <salo@pkgsrc.org>2006-09-23 14:47:46 +0000
committersalo <salo@pkgsrc.org>2006-09-23 14:47:46 +0000
commitd20b238a71c0133ec3cdb50fdf15d4cb1a654cd0 (patch)
tree7873d71f1cd30bdd230903aa4d2ff8cae9a3f377 /archivers/cabextract/patches/patch-ab
parent0f983fb67779b65d9eba079542b9dcf0a254d612 (diff)
downloadpkgsrc-d20b238a71c0133ec3cdb50fdf15d4cb1a654cd0.tar.gz
Pullup ticket 1832 - requested by ben
security update for cabextract Revisions pulled up: - pkgsrc/archivers/cabextract/Makefile 1.17 - pkgsrc/archivers/cabextract/distinfo 1.9 - pkgsrc/archivers/cabextract/patches/patch-aa removed - pkgsrc/archivers/cabextract/patches/patch-ab removed Module Name: pkgsrc Committed By: ben Date: Sat Sep 23 13:02:17 UTC 2006 Modified Files: pkgsrc/archivers/cabextract: Makefile distinfo Removed Files: pkgsrc/archivers/cabextract/patches: patch-aa patch-ab Log Message: Update cabextract to version 1.2. Notable changes include: * The "-t" archive integrity checking option has been added. This was requested by several users. cabextract can unpack cabinet files and give you MD5 checksums of the files inside, without writing the unpacked files to disk. * Large files (more than 2 gigabytes) are now correctly searched for cabinet files. * A security vulnerability has been fixed. Files compressed with the Quantum method, using a window size less than 32768 bytes, could cause cabextract to write beyond the end of the window and cause a segmentation fault. This fix also permits cabextract to unpack this type of cabinet file (of which only one has been found in the wild) correctly. * The unnecessary GNU source mempcpy.c, which caused compilation failures on several systems, was removed. * An off-by-one error introduced in 1.1's UTF-8 decoder was fixed. Files with UTF-8 filenames can now be extracted. The UTF-8 decoder was also upgraded to support the latest Unicode characer maps.
Diffstat (limited to 'archivers/cabextract/patches/patch-ab')
-rw-r--r--archivers/cabextract/patches/patch-ab22
1 files changed, 0 insertions, 22 deletions
diff --git a/archivers/cabextract/patches/patch-ab b/archivers/cabextract/patches/patch-ab
deleted file mode 100644
index c9ca3dbddeb..00000000000
--- a/archivers/cabextract/patches/patch-ab
+++ /dev/null
@@ -1,22 +0,0 @@
-$NetBSD: patch-ab,v 1.1 2004/10/29 14:31:27 tv Exp $
-
---- configure.orig Fri Oct 29 09:40:19 2004
-+++ configure
-@@ -6608,7 +6608,7 @@ fi
-
-
-
--
-+if false; then
- for ac_func in mempcpy
- do
- as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
-@@ -6717,7 +6717,7 @@ esac
-
- fi
- done
--
-+fi
-
-
- ac_config_files="$ac_config_files Makefile cabextract.spec"