Path to this page:
./
archivers/cabextract,
Microsoft cabinet (.CAB) file extractor
Branch: pkgsrc-2014Q4,
Version: 1.5,
Package name: cabextract-1.5,
Maintainer: pkgsrc-userscabextract 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.
Master sites:
SHA1: 7ddb31072590a807bef09234f46f940e1ba51067
RMD160: a1f673aee26b13911eba14fca3b892f8f9cad501
Filesize: 235.361 KB
Version history: (Expand)
- (2015-02-13) Updated to version: cabextract-1.5
- (2014-12-30) Package added to pkgsrc.se, version cabextract-1.4 (created)
CVS history: (Expand)
2015-02-12 22:11:15 by Matthias Scheler | Files touched by this commit (2) | |
Log message:
Pullup ticket #4608 - requested by tnn
archivers/cabextract: security update
Revisions pulled up:
- archivers/cabextract/Makefile 1.26
- archivers/cabextract/distinfo 1.14
---
Module Name: pkgsrc
Committed By: wiz
Date: Thu Jan 29 13:28:28 UTC 2015
Modified Files:
pkgsrc/archivers/cabextract: Makefile distinfo
Log message:
Update to 1.5:
New in 1.5
* cabextract replaces bad Unicode characters in filenames with the
standard Unicode replacement character
* wince_rename now puts files under the correct installation path
* Several crashes and hangs were found by Debian project members
using the afl (American fuzzy lop) tool to generate corrupt
cabinet files. These crashes and hangs have been fixed.
|