summaryrefslogtreecommitdiff
path: root/archivers/cabextract/distinfo
diff options
context:
space:
mode:
authorsalo <salo>2006-09-23 14:47:46 +0000
committersalo <salo>2006-09-23 14:47:46 +0000
commitcd7857d4498284d500a903583b4a3175a321e755 (patch)
tree7873d71f1cd30bdd230903aa4d2ff8cae9a3f377 /archivers/cabextract/distinfo
parent97f2e0dac0e0ddb9b6ed26467295e3cfe153ccb8 (diff)
downloadpkgsrc-cd7857d4498284d500a903583b4a3175a321e755.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/distinfo')
-rw-r--r--archivers/cabextract/distinfo10
1 files changed, 4 insertions, 6 deletions
diff --git a/archivers/cabextract/distinfo b/archivers/cabextract/distinfo
index 77a2f7a3791..a4e629a7b55 100644
--- a/archivers/cabextract/distinfo
+++ b/archivers/cabextract/distinfo
@@ -1,7 +1,5 @@
-$NetBSD: distinfo,v 1.8 2005/02/23 14:45:22 agc Exp $
+$NetBSD: distinfo,v 1.8.12.1 2006/09/23 14:47:46 salo Exp $
-SHA1 (cabextract-1.1.tar.gz) = 359c8f4ec9c62d9dac5d572269b607b2cae4fbf7
-RMD160 (cabextract-1.1.tar.gz) = f895a466d03c59cd4e99c217f8e9f409bf1b0bfc
-Size (cabextract-1.1.tar.gz) = 187495 bytes
-SHA1 (patch-aa) = 4d36b50b1ca2dfd6f317dd0bcbc23523e1da70f2
-SHA1 (patch-ab) = 87d0089ebc1589c805b67d44675c78f1cc4ffc3b
+SHA1 (cabextract-1.2.tar.gz) = 871b3db4bc2629eb5726659c147aecea1af6a6d0
+RMD160 (cabextract-1.2.tar.gz) = 55292e287047b14945e69b0be8ab9ff1d4902f71
+Size (cabextract-1.2.tar.gz) = 194006 bytes