./archivers/cabextract, Microsoft cabinet (.CAB) file extractor

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.11, Package name: cabextract-1.11, Maintainer: pkgsrc-users

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.


Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 478.18 KB

Version history: (Expand)


CVS history: (Expand)


   2023-02-26 07:40:52 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
cabextract: update to 1.11.

New in 1.11
* Fixed bug in creating directories given in archives, e.g. extracting file
  "a/b.c" from a cab file wouldn't create directory "a" \ 
(broken in 1.10)
   2023-02-14 16:57:06 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
cabextract: update to 1.10.

New in 1.10
* Multiple -F filters can be given. cabextract will extract files matching
  ANY of the filters
* cabextract now overwrites symlinks by default. This is to be consistent
  with other archive tools. Use the new -k option for the old behaviour of
  keeping symlinks. This does not affect symlinks in the -d dirpath option
* New "-n" option to never overwrite files.
* New "-i" option to interactively prompt if you want to overwrite files
   2021-10-26 11:57:20 by Nia Alarie | Files touched by this commit (140)
Log message:
archivers: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and SHA512
hashes.
   2021-10-07 15:06:15 by Nia Alarie | Files touched by this commit (140)
Log message:
archivers: Remove SHA1 distfiles hashes
   2019-03-25 23:47:02 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
cabextract: update to 1.9.1.

Changes in cabextract 1.9.1

    A repeat of cabextract 1.9, but with some packaging issues fixed
   2018-12-01 06:57:08 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
cabextract: update to 1.9.

Set TEST_TARGET.

New in 1.9
* Fixed invisible bad extraction when using cabextract -F (broken in 1.8)
* Fixed configure --with-external-libmspack which was broken in 1.8
* configure --with-external-libmspack will now use pkg-config. To configure
  it manually, set environment variables libmspack_CFLAGS and libmspack_LIBS
  before running configure.
* Now includes the test suite (make check)

New in 1.8
* cabextract -f now extracts even more badly damaged files than before
   2018-07-26 10:35:46 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
cabextract: update to 1.7.

New in 1.7
* cabextract now supports an --encoding parameter, to specify the character
  encoding of CAB filenames if they are not ASCII or UTF8
* cabextract -L now lowercases non-ASCII characters
   2017-08-01 16:59:08 by Thomas Klausner | Files touched by this commit (211)
Log message:
Follow some http -> https redirects.