Subject: CVS commit: pkgsrc/archivers/cabextract
From: Ben Collver
Date: 2006-09-23 15:02:17
Message id: 20060923130217.61D72211CA@cvs.netbsd.org

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.

Files:
RevisionActionfile
1.17modifypkgsrc/archivers/cabextract/Makefile
1.9modifypkgsrc/archivers/cabextract/distinfo
1.5removepkgsrc/archivers/cabextract/patches/patch-aa
1.1removepkgsrc/archivers/cabextract/patches/patch-ab