Up to [cvs.netbsd.org] / pkgsrc / archivers / cabextract
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.13 / (download) - annotate - [select for diffs], Fri May 13 04:10:46 2011 UTC (12 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2012Q1-base,
pkgsrc-2012Q1,
pkgsrc-2011Q4-base,
pkgsrc-2011Q4,
pkgsrc-2011Q3-base,
pkgsrc-2011Q3,
pkgsrc-2011Q2-base,
pkgsrc-2011Q2,
HEAD
Changes since 1.12: +5 -5
lines
Diff to previous 1.12 (colored)
Changes 1.4: * A bug in the LZX decompressor was fixed. * cabextract is now more tolerant when processing cabinet sets. * cabextract is now compatible with even more compilers, and now supports 64-bit file I/O on platforms where it's completely native, like Mac OS X 10.6 and Fedora x86_64. * cabextract will no longer print "library not compiled to support large files" while reading small files. * The Windows CE installation format document was improved.
Revision 1.12 / (download) - annotate - [select for diffs], Tue Feb 8 20:17:24 2011 UTC (15 months ago) by jakllsch
Branch: MAIN
CVS Tags: pkgsrc-2011Q1-base,
pkgsrc-2011Q1
Changes since 1.11: +2 -2
lines
Diff to previous 1.11 (colored)
It helps if you don't change the comment in the patch after generating distinfo.
Revision 1.11 / (download) - annotate - [select for diffs], Tue Feb 8 20:15:17 2011 UTC (15 months ago) by jakllsch
Branch: MAIN
Changes since 1.10: +2 -1
lines
Diff to previous 1.10 (colored)
Remove artificial 2GiB file size limitation in cabextract. Bump pkgrev.
Revision 1.9.36.1 / (download) - annotate - [select for diffs], Wed Aug 11 08:49:47 2010 UTC (21 months ago) by tron
Branch: pkgsrc-2010Q2
Changes since 1.9: +4 -4
lines
Diff to previous 1.9 (colored) next main 1.10 (colored)
Pulluped ticket #3201 - requested by gls archivers/cabextract: security update Revisions pulled up: - archivers/cabextract/Makefile 1.21 - archivers/cabextract/distinfo 1.10 --- Module Name: pkgsrc Committed By: wiz Date: Sat Jul 24 08:45:14 UTC 2010 Modified Files: pkgsrc/archivers/cabextract: Makefile distinfo Log Message: Update to 1.3, set LICENSE. New in 1.3: * Bugs in the MS-ZIP and Quantum decompressors have been fixed. * MS-ZIP recovery has been improved. * cabextract should now compile with MinGW
Revision 1.10 / (download) - annotate - [select for diffs], Sat Jul 24 08:45:14 2010 UTC (21 months, 3 weeks ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2010Q4-base,
pkgsrc-2010Q4,
pkgsrc-2010Q3-base,
pkgsrc-2010Q3
Changes since 1.9: +4 -4
lines
Diff to previous 1.9 (colored)
Update to 1.3, set LICENSE. New in 1.3: * Bugs in the MS-ZIP and Quantum decompressors have been fixed. * MS-ZIP recovery has been improved. * cabextract should now compile with MinGW
Revision 1.8.12.1 / (download) - annotate - [select for diffs], Sat Sep 23 14:47:46 2006 UTC (5 years, 7 months ago) by salo
Branch: pkgsrc-2006Q2
Changes since 1.8: +4 -6
lines
Diff to previous 1.8 (colored) next main 1.9 (colored)
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.
Revision 1.9 / (download) - annotate - [select for diffs], Sat Sep 23 13:02:17 2006 UTC (5 years, 7 months ago) by ben
Branch: MAIN
CVS Tags: pkgsrc-2010Q2-base,
pkgsrc-2010Q1-base,
pkgsrc-2010Q1,
pkgsrc-2009Q4-base,
pkgsrc-2009Q4,
pkgsrc-2009Q3-base,
pkgsrc-2009Q3,
pkgsrc-2009Q2-base,
pkgsrc-2009Q2,
pkgsrc-2009Q1-base,
pkgsrc-2009Q1,
pkgsrc-2008Q4-base,
pkgsrc-2008Q4,
pkgsrc-2008Q3-base,
pkgsrc-2008Q3,
pkgsrc-2008Q2-base,
pkgsrc-2008Q2,
pkgsrc-2008Q1-base,
pkgsrc-2008Q1,
pkgsrc-2007Q4-base,
pkgsrc-2007Q4,
pkgsrc-2007Q3-base,
pkgsrc-2007Q3,
pkgsrc-2007Q2-base,
pkgsrc-2007Q2,
pkgsrc-2007Q1-base,
pkgsrc-2007Q1,
pkgsrc-2006Q4-base,
pkgsrc-2006Q4,
pkgsrc-2006Q3-base,
pkgsrc-2006Q3,
cwrapper,
cube-native-xorg-base,
cube-native-xorg
Branch point for: pkgsrc-2010Q2
Changes since 1.8: +4 -6
lines
Diff to previous 1.8 (colored)
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.
Revision 1.8 / (download) - annotate - [select for diffs], Wed Feb 23 14:45:22 2005 UTC (7 years, 2 months ago) by agc
Branch: MAIN
CVS Tags: pkgsrc-2006Q2-base,
pkgsrc-2006Q1-base,
pkgsrc-2006Q1,
pkgsrc-2005Q4-base,
pkgsrc-2005Q4,
pkgsrc-2005Q3-base,
pkgsrc-2005Q3,
pkgsrc-2005Q2-base,
pkgsrc-2005Q2,
pkgsrc-2005Q1-base,
pkgsrc-2005Q1
Branch point for: pkgsrc-2006Q2
Changes since 1.7: +2 -1
lines
Diff to previous 1.7 (colored)
Add RMD160 digests in addition to SHA1 ones.
Revision 1.5.6.1 / (download) - annotate - [select for diffs], Tue Nov 2 10:33:50 2004 UTC (7 years, 6 months ago) by agc
Branch: pkgsrc-2004Q3
Changes since 1.5: +5 -3
lines
Diff to previous 1.5 (colored) next main 1.6 (colored)
Security Pullup - requested by Grant Beattie and Havard Eidnes security fix for cabextract Module Name: pkgsrc Committed By: wiz Date: Thu Oct 28 10:35:56 UTC 2004 Modified Files: pkgsrc/archivers/cabextract: Makefile distinfo Added Files: pkgsrc/archivers/cabextract/patches: patch-aa Log Message: Update to 1.1: * A security vulnerability has been fixed. If the files within a cabinet file include "../" in their filenames, this will be changed to "xx/", so cabinets cannot access the parent directory of where you want to extract them. * cabextract should now compile cleanly on AIX and Cygwin. ---- Module Name: pkgsrc Committed By: tv Date: Fri Oct 29 14:31:27 UTC 2004 Modified Files: pkgsrc/archivers/cabextract: distinfo Added Files: pkgsrc/archivers/cabextract/patches: patch-ab Log Message: Make build on Interix (and possibly AIX). mempcpy() is not actually used anywhere, yet configure.ac declared an AC_REPLACE_FUNCS() for it. Rip out the offending code from configure until it is rebuilt at the source. (Patch to remove the AC_REPLACE_FUNCS submitted to author.)
Revision 1.7 / (download) - annotate - [select for diffs], Fri Oct 29 14:31:27 2004 UTC (7 years, 6 months ago) by tv
Branch: MAIN
CVS Tags: pkgsrc-2004Q4-base,
pkgsrc-2004Q4
Changes since 1.6: +2 -1
lines
Diff to previous 1.6 (colored)
Make build on Interix (and possibly AIX). mempcpy() is not actually used anywhere, yet configure.ac declared an AC_REPLACE_FUNCS() for it. Rip out the offending code from configure until it is rebuilt at the source. (Patch to remove the AC_REPLACE_FUNCS submitted to author.)
Revision 1.6 / (download) - annotate - [select for diffs], Thu Oct 28 10:35:56 2004 UTC (7 years, 6 months ago) by wiz
Branch: MAIN
Changes since 1.5: +4 -3
lines
Diff to previous 1.5 (colored)
Update to 1.1:
* A security vulnerability has been fixed. If the files within a
cabinet file include "../" in their filenames, this will be
changed to "xx/", so cabinets cannot access the parent directory
of where you want to extract them.
* cabextract should now compile cleanly on AIX and Cygwin.
Revision 1.5 / (download) - annotate - [select for diffs], Wed Mar 10 23:05:43 2004 UTC (8 years, 2 months ago) by ben
Branch: MAIN
CVS Tags: pkgsrc-2004Q3-base,
pkgsrc-2004Q2-base,
pkgsrc-2004Q2,
pkgsrc-2004Q1-base,
pkgsrc-2004Q1
Branch point for: pkgsrc-2004Q3
Changes since 1.4: +3 -4
lines
Diff to previous 1.4 (colored)
Update cabextract to version 1.0, and make note in CHANGES.
Revision 1.4 / (download) - annotate - [select for diffs], Sun Aug 25 21:49:01 2002 UTC (9 years, 8 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2003Q4-base,
pkgsrc-2003Q4,
netbsd-1-6-1-base,
netbsd-1-6-1
Changes since 1.3: +1 -1
lines
Diff to previous 1.3 (colored)
Merge packages from the buildlink2 branch back into the main trunk that have been converted to USE_BUILDLINK2.
Revision 1.1.1.1.2.2 / (download) - annotate - [select for diffs], Wed Aug 21 22:42:02 2002 UTC (9 years, 8 months ago) by jlam
Branch: buildlink2
Changes since 1.1.1.1.2.1: +4 -4
lines
Diff to previous 1.1.1.1.2.1 (colored) to branchpoint 1.1.1.1 (colored) next main 1.2 (colored)
Merge from pkgsrc-current in pkgsrc/archivers.
Revision 1.3 / (download) - annotate - [select for diffs], Wed Aug 21 16:18:51 2002 UTC (9 years, 8 months ago) by dillo
Branch: MAIN
CVS Tags: buildlink2-base
Changes since 1.2: +4 -4
lines
Diff to previous 1.2 (colored)
upgrade to 0.6
changes since 0.5:
* pkgsrc fixes for 0.5 integrated
* support for the Quantum compression method reverse-engineered by
Matthew Russotto
* cabextract now exhaustively searches your files for cabinets.
If there's more than one cabinet in the same file, cabextract will
find those too.
* Spanning cabinets sets contain both a 'next' and 'previous' cabinet
name. cabextract now searches backwards through the cabinet chain
to find the start of a cabinet set, before searching in the forwards
direction as usual.
Revision 1.1.1.1.2.1 / (download) - annotate - [select for diffs], Sun Jun 23 18:37:20 2002 UTC (9 years, 10 months ago) by jlam
Branch: buildlink2
Changes since 1.1.1.1: +2 -1
lines
Diff to previous 1.1.1.1 (colored)
Merge from pkgsrc-current to buildlink2 branch.
Revision 1.2 / (download) - annotate - [select for diffs], Fri May 10 10:01:31 2002 UTC (10 years ago) by itohy
Branch: MAIN
CVS Tags: pkgviews-base,
pkgviews,
netbsd-1-6-RELEASE-base,
netbsd-1-6
Changes since 1.1: +2 -1
lines
Diff to previous 1.1 (colored)
Add patch-aa
Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Thu Oct 18 09:56:13 2001 UTC (10 years, 7 months ago) by agc
Branch: TNF
CVS Tags: pkgsrc-base,
netbsd-1-5-PATCH003
Branch point for: buildlink2
Changes since 1.1: +0 -0
lines
Diff to previous 1.1 (colored)
Initial import of cabextract-0.5 into the NetBSD Packages Collection. cabextract is a program that un-archives files in the Microsoft cabinet file format (.cab) or any binary file which contains an embedded cabinet file (frequently found in .exe files). cabextract will extract all files from all cabinet files specified on the command line To extract a multi-part cabinet consisting of several files, only give the first file as an argument to cabextract as it will automatically look for the remaining files. Provided in PR 14259 by Ben Collver (collver@linuxfreemail.com), the description fleshed out slightly by myself, taken from the man page.
Revision 1.1 / (download) - annotate - [select for diffs], Thu Oct 18 09:56:13 2001 UTC (10 years, 7 months ago) by agc
Branch: MAIN
Initial revision