summaryrefslogtreecommitdiff
path: root/archivers
AgeCommit message (Collapse)AuthorFilesLines
2017-01-01Revbump after boost updateadam4-8/+8
2017-01-01Add python-3.6 to incompatible versions.wiz1-2/+2
2017-01-01Updated archivers/xz to 5.2.3mef3-9/+13
----------------------------- 5.2.3 (2016-12-30) * xz: - Always close a file before trying to delete it to avoid problems on some operating system and file system combinations. - Fixed copying of file timestamps on Windows. - Added experimental (disabled by default) sandbox support using Capsicum (FreeBSD >= 10). See --enable-sandbox in INSTALL. * C99/C11 conformance fixes to liblzma. The issues affected at least some builds using link-time optimizations. * Fixed bugs in the rarely-used function lzma_index_dup(). * Use of external SHA-256 code is now disabled by default. It can still be enabled by passing --enable-external-sha256 to configure. The reasons to disable it by default (see INSTALL for more details): - Some OS-specific SHA-256 implementations conflict with OpenSSL and cause problems in programs that link against both liblzma and libcrypto. At least FreeBSD 10 and MINIX 3.3.0 are affected. - The internal SHA-256 is faster than the SHA-256 code in some operating systems. * Changed CPU core count detection to use sched_getaffinity() on GNU/Linux and GNU/kFreeBSD. * Fixes to the build-system and xz to make xz buildable even when encoders, decoders, or threading have been disabled from libilzma using configure options. These fixes added two new #defines to config.h: HAVE_ENCODERS and HAVE_DECODERS.
2016-12-30Recursive revbump associated with ocaml update to 4.04.jaapb2-4/+4
2016-12-22Fix dependency on pointer signs.joerg2-1/+19
2016-12-17Updated archivers/p5-Archive-Tar to 2.24mef2-7/+7
---------------------------------------- 2.24 16/12/2016 (SREZIC) - Handle tarballs compressed with pbzip2 (RT #119262) 2.22 16/12/2016 (MANWAR) - Add missing strict/warnings pragma to Constants.pm
2016-12-16Updated archivers/lziprecover to 1.18mef2-7/+7
-------------------------------------- 2016-05-12 Antonio Diaz Diaz <antonio@gnu.org> * Version 1.18 released. * main.cc: Added new option '-a, --trailing-error'. * merge.cc (open_input_files): Use CRC to test identical files. * repair.cc (repair_file): Detect gross damage before repairing. * repair.cc: Repair a damaged dictionary size in the header. * repair.cc: Try bytes at offsets 7 to 11 first. * Decompression time has been reduced by 2%. * main.cc (decompress): Print up to 6 bytes of trailing data when '-tvvvv' is specified. * decoder.cc (verify_trailer): Removed test of final code. * main.cc (main): Delete '--output' file if infd is a terminal. * main.cc (main): Don't use stdin more than once. * Use 'close_and_set_permissions' and 'set_signals' in all modes. * range_dec.cc (list_file): Show dictionary size and size of trailing data (if any) with '-lv'. * Added new option '-A, --alone-to-lz'. * Added new option '-W, --debug-decompress'. * Added new option '-X, --show-packets'. * Changed short name of option '--debug-delay' to '-Y'. * Changed short name of option '--debug-repair' to '-Z'. * unzcrash.cc: Added new option '-B, --block'. * unzcrash.cc: Added new option '-d, --delta'. * unzcrash.cc: Added new option '-t, --truncate'. * unzcrash.cc: Added new option '-z, --zcmp'. * unzcrash.cc: Read files as large as RAM allows. * unzcrash.cc: Compare output using zcmp if decompressor returns 0. * unzcrash.cc: Accept negative position and size. * lzip.texi: Added chapter 'Trailing data'. * configure: Avoid warning on some shells when testing for g++. * Makefile.in: Detect the existence of install-info. * testsuite/check.sh: Don't check error messages. * testsuite/check.sh: A POSIX shell is required to run the tests.
2016-12-16Updated archivers/lzip to 1.18mef2-7/+7
------------------------------ 2016-05-14 Antonio Diaz Diaz <antonio@gnu.org> * Version 1.18 released. * main.cc: Added new option '-a, --trailing-error'. * Decompression time has been reduced by 2%. * decoder.cc (verify_trailer): Removed test of final code. * main.cc (main): Delete '--output' file if infd is a terminal. * main.cc (main): Don't use stdin more than once. * Removed decompression support for version 0 files. * lzip.texi: Added chapter 'Trailing data'. * configure: Avoid warning on some shells when testing for g++. * Makefile.in: Detect the existence of install-info. * testsuite/check.sh: A POSIX shell is required to run the tests. * testsuite/check.sh: Don't check error messages.
2016-12-16Updated archivers/zstd to 1.1.2mef3-8/+10
------------------------------- v1.1.2 API : streaming : decompression : changed : automatic implicit reset when chain-decoding new frames without init API : experimental : added : dictID retrieval functions, and ZSTD_initCStream_srcSize() API : zbuff : changed : prototypes now generate deprecation warnings lib : improved : faster decompression speed at ultra compression settings and 32-bits mode lib : changed : only public ZSTD_ symbols are now exposed lib : changed : reduced usage of stack memory lib : fixed : several corner case bugs, by Nick Terrell cli : new : gzstd, experimental version able to decode .gz files, by Przemyslaw Skibinski cli : new : preserve file attributes cli : new : added zstdless and zstdgrep tools cli : fixed : status displays total amount decoded, even for file consisting of multiple frames (like pzstd) cli : fixed : zstdcat zlib_wrapper : added support for gz* functions, by Przemyslaw Skibinski install : better compatibility with FreeBSD, by Dimitry Andric source tree : changed : zbuff source files moved to lib/deprecated
2016-12-16Updated archivers/p5-Compress-Bzip2 to 2.25mef2-8/+7
------------------------------------------- 2.25 2016-11-11 rurban - Workaround EUMM 7.16 (RT #117800) by chorny
2016-12-16Updated archivers/p5-Archive-Tar to 2.20mef2-7/+7
---------------------------------------- 2.20 15/12/2016 (AGRUNDMA) - Check for gzip/bzip2 before round tripping gz/bz2 files in tests
2016-12-11Add missing rules files for sun4v-sunos4. Fixes PR 44379.dholland1-2/+4
2016-12-07Update archivers/lz4 to 1.7.4.2.fhajny7-100/+105
Changes since release 131: v1.7.4.2 - fix : Makefile : release build compatible with PIE and customized compilation directives provided through environment variables (#274, reported by Antoine Martin) v1.7.4 - Improved : much better speed in -mx32 mode - cli : fix : Large file support in 32-bits mode on Mac OS-X - fix : compilation on gcc 4.4 (#272), reported by Antoine Martin v1.7.3 - Changed : moved to versioning; package, cli and library have same version number - Improved: Small decompression speed boost - Improved: Small compression speed improvement on 64-bits systems - Improved: Small compression ratio and speed improvement on small files - Improved: Significant speed boost on ARMv6 and ARMv7 - Fix : better ratio on 64-bits big-endian targets - Improved cmake build script, by Evan Nemerson - New liblz4-dll project, by Przemyslaw Skibinki - Makefile: Generates object files (*.o) for faster (re)compilation on low power systems - cli : new : --rm and --help commands - cli : new : preserved file attributes, by Przemyslaw Skibinki - cli : fix : crash on some invalid inputs - cli : fix : -t correctly validates lz4-compressed files, by Nick Terrell - cli : fix : detects and reports fread() errors, thanks to Hiroshi Fujishima report #243 - cli : bench : new : -r recursive mode - lz4cat : can cat multiple files in a single command line (#184) - Added : doc/lz4_manual.html, by Przemyslaw Skibinski - Added : dictionary compression and frame decompression examples, by Nick Terrell - Added : Debianization, by Evgeniy Polyakov
2016-12-04Updated zstd to 1.1.1.wiz3-8/+9
v1.1.1 New : command -M#, --memory=, --memlimit=, --memlimit-decompress= to limit allowed memory consumption New : doc/zstd_manual.html, by Przemyslaw Skibinski Improved : slightly better compression ratio at --ultra levels (>= 20) Improved : better memory usage when using streaming compression API, thanks to @Rogier-5 report Added : API : ZSTD_initCStream_usingCDict(), ZSTD_initDStream_usingDDict() (experimental section) Added : example/multiple_streaming_compression.c Changed : zstd_errors.h is now installed within /include (and replaces errors_public.h) Updated man page Fixed : zstd-small, zstd-compress and zstd-decompress compilation targets
2016-12-04Recursive revbump from textproc/icu 58.1ryoon2-2/+4
2016-11-30Add patch for CVE-2016-9296 https://sourceforge.net/p/p7zip/bugs/185/sevan3-2/+18
Bump rev
2016-11-20Updated p5-Archive-Tar to 2.18.wiz2-7/+7
From Kai-Uwe Eckhardt in PR 51639. 2.18 07/11/2016 (JHI) - Capture also the STDERR when checking tar exe 2.16 01/11/2016 (JHI && CBERRY) - Make roundtrip tar exe finding robust for crappy tars 2.14 20/10/2016 - Fix roundtrip test when tar executable is absent 2.12 16/10/2016 (KHW && JKEENAN) - Fix pod in bin/ptar - Distinguish between archives with/without directory entries
2016-11-01Changes 5.4.5:adam2-7/+7
Unknown
2016-10-09Add libmspackryoon1-1/+2
2016-10-09Import libmspack-0.5alpha as archivers/libmspack from pkgsrc-wip/libmspack.ryoon5-0/+44
The purpose of libmspack is to provide compressors and decompressors, archivers and dearchivers for Microsoft compression formats: CAB, CHM, WIM, LIT, HLP, KWAJ and SZDD. It is also designed to be easily embeddable, stable, robust and resource-efficient.
2016-10-07Revbump post boost updateadam4-7/+8
2016-10-04Updated zstd to 1.1.0.wiz7-310/+7
v1.1.0 New : contrib/pzstd, parallel version of zstd, by Nick Terrell added : NetBSD install target (#338) Improved : speed for batches of small files Improved : speed of zlib wrapper, by Przemyslaw Skibinski Changed : libzstd on Windows supports legacy formats, by Christophe Chevalier Fixed : CLI -d output to stdout by default when input is stdin (#322) Fixed : CLI correctly detects console on Mac OS-X Fixed : CLI supports recursive mode `-r` on Mac OS-X Fixed : Legacy decoders use unified error codes, reported by benrg (#341), fixed by Przemyslaw Skibinski Fixed : compatibility with OpenBSD, reported by Juan Francisco Cantero Hurtado (#319) Fixed : compatibility with Hurd, by Przemyslaw Skibinski (#365) Fixed : zstd-pgo, reported by octoploid (#329)
2016-10-02Update archivers/pigz to 2.3.4.fhajny3-15/+17
Changelog not available, notable changes from the commit log: - Fix a bug where invalid LZW data could cause out of bounds access. - Permit named pipes as input - Fix bug in directory traversal - Add warning for a zip file entry 4 GiB or larger
2016-09-19Do not overwrite LDFLAGS, fixes build on at least SunOS.fhajny2-1/+16
2016-09-19+ lz4json.wiz1-1/+2
2016-09-19Import lz4json-0.0.20160401 as archivers/lz4json.wiz4-0/+35
A little utility to unpack lz4json files as generated by Firefox's bookmark backups. This is a different format from what the normal lz4 utility expects.
2016-09-19Updated archivers/zutils 1.3 to 1.5mef2-7/+9
---------------------------------- (From NEWS) Changes in version 1.5: zupdate now passes '-q' to zcmp if specified. zcat, zgrep and ztest no longer read from standard input more than once if '-' is specified multiple times. zdiff now uses '_' as separator if both temporary file names are otherwise different. For example 'xxx_file.lz' and 'xxx_file.gz'. ---------------------------------- (From ChangeLog) 2016-05-15 Antonio Diaz Diaz <antonio@gnu.org> * Version 1.5 released. * zupdate.cc (zupdate_file): Pass '-q' to zcmp if verbosity < 0. * zcat.cc zgrep.cc ztest.cc (main): Don't use stdin more than once. * zdiff.cc (set_fifonames): Use '_' if both names are different. * configure: Avoid warning on some shells when testing for g++. * Makefile.in: Detect the existence of install-info. * testsuite/check.sh: A POSIX shell is required to run the tests. (pkgsrc-changes) - Add TEST_TARGET = check (but make test fails for now)
2016-09-18Remove charset.alias from PLIST. Bump PKGREVISION.wiz4-9/+7
2016-09-16Fix build on SunOS.jperkin2-1/+25
2016-09-15- Add two BUILD_DEPENDS+= line for make testmef1-1/+5
BUILD_DEPENDS+= p5-Package-DeprecationManager-[0-9]*:../../devel/p5-Package-DeprecationManager BUILD_DEPENDS+= p5-Test-Pod-[0-9]*:../../devel/p5-Test-Pod
2016-09-14Make WRKSRC files copied from FILESDIR writablegdt1-1/+4
The contents of FILESDIR may or or may have the user write bit set. They contain generated files (list.h), and libarchive's build system recreates these files by opening them for writing without first removing them. Discussed on tech-pkg@; thanks to dholland@ for suggesting chmod -R as both the simplest change and the one least likely to need adjusting.
2016-09-13Limit largefile hack to just SunOS-*-sparc, there's no reason why x86jperkin1-3/+3
shouldn't support >2G files as it works perfectly fine. Bump PKGREVISION.
2016-09-04Add upstream pull request.wiz4-7/+10
2016-09-04+ zstd.wiz1-1/+2
2016-09-04Import zstd-1.0.0 as archivers/zstd.wiz9-0/+342
Zstd, short for Zstandard, is a fast lossless compression algorithm, targeting real-time compression scenarios at zlib-level and better compression ratios.
2016-09-01Updated par2 to 0.6.14.wiz2-7/+7
Fix issue #53 / Correct fix for issue #49 par2creator: use proper buffer size for volume file name generation bump 0.6.13 Merge pull request #51 from jcfp/master Update commandline.cpp add -N / -S options to manpage Add test19 Fix issue #50 (scan failure) / Correct fix for issue #31 (slow scan) Fixes to enable "make distcheck" to work: Fix for #49 (Scanning extra files messes up verification) create test for #49 Merge pull request #48 from jcfp/patch-1 add missing argument for the block-count option
2016-08-28Remove unnecessary PLIST_SUBST and FILES_SUBST that are now providedwiz1-2/+1
by the infrastructure. Mark a couple more packages as not ready for python-3.x.
2016-08-21Update KDE Frameworks to 5.25.0markd1-5/+5
5.24: KArchive * Ensure extracting an archive does not install files outside the extraction folder, for security reasons. Instead, extract such files to the root of the extraction folder. 5.25: KArchive * Handle multiple gzip streams * Assume a directory is a directory, even if the permission bit is set wrong
2016-08-19Updated p5-Archive-Zip to 1.59.wiz2-7/+7
1.58 Tue 2 Aug 2016 - avoid relying on . being in @INC [github/karenetheridge] - update MANIFEST.SKIP [github/haarg]
2016-08-13Update to 0.78wen2-8/+7
Upstream changes: 0.78 Wed Jul 27 20:40:15 2016 * CVE-2016-1238: avoid loading optional modules from default .
2016-08-13Update unrar to 5.4.4, from Kimihiro Nonaka in PR pkg/51413.bsiegert2-7/+7
No ChangeLog, as usual :/
2016-08-12Update MASTER_SITES. Previous works, but better for finding newer releasemef1-2/+2
2016-08-03Revbump after graphics/gd updateadam3-5/+6
2016-08-03Updated p5-Archive-Zip to 1.58.wiz2-8/+7
1.58 Tue 2 Aug 2016 - avoid relying on . being in @INC [github/karenetheridge] - update MANIFEST.SKIP [github/haarg]
2016-07-28Update to 0.0945wen2-8/+7
Upstream changes: 0.0945 2016-05-02 18:56:57 America/Toronto - Use 'base' rather than @ISA in Zip.pm 0.0944 2016-04-01 18:30:02 America/Toronto - Use warnings in more modules (Jenish G) 0.0943 2016-04-01 18:28:03 America/Toronto - Use 'base' rather than @ISA (@real-dam and Jenish G)
2016-07-28Update to 2.10wen2-8/+7
Upstream changes: 2.10 27/07/2016 (TONYC) - CVE-2016-1238: avoid loading optional modules from default . 2.08 12/05/2016 - Add the roundtrip test to MANIFEST 2.06 24/04/2016 (ISHIGAKI && BOOK) - changed some of the "A"s in the UNPACK constant to "a" to allow trailing whitespaces in an archived filename - roundtrip tests
2016-07-28Update to 0.11wen2-8/+7
Upstream changes: 0.11 2016/04/29 - improved tar extraction performance
2016-07-19Updated archivers/p7zip from 15.4.1 to 16.02mef3-10/+9
-------------------------------------------- Version 16.02 ============= - From Windows version of 7-Zip 16.02: - The BUG in 16.00 - 16.01 was fixed: 7-Zip mistakenly reported the warning "There are some data after the end of the payload data" for split archives. Version 16.01 (never published) ============= - From Windows version of 7-Zip 16.01: - The bugs in SWM (WIM), EXE (PE) and CHM code were fixed. - there are some internal changes in source code for better compatibility with VS2015 C++ compiler. Version 16.00 (never published) ============= - better support for OpenBsd (CPP/Windows/System.cpp), thanks Josh (https://sourceforge.net/p/p7zip/discussion/383043/thread/ee32dcd8/?limit=25#c322) - From Windows version of 7-Zip 16.00: - 7-Zip now can extract multivolume ZIP archives (z01, z02, ... , zip). - Some fixed bugs: - bzip2 decoder -mmt2 reported E_FAIL (for k_My_HRESULT_WritingWasCut case), if we extract partial file. - 7z solid update (hang in break) - sha1 worked incorrectly for call after call with ((size & 3) != 0) - 7z update bcj bugs were fixed. - split (aaa.001) fixed - iso loop fix - rar4 multivol -stdin kpidSize - drag and drop 1<2.txt - memory access violation fix
2016-07-09+ py-czipfilewiz1-1/+2
2016-07-09Import py27-czipfile-1.0.0 as archivers/py-czipfile.wiz5-0/+52
A replacement for the builtin zipfile module, with fast, C-based zipfile decryption czipfile is a replacement for Python's builtin "zipfile" module, and provides much faster, C-based zipfile decryption. The code is actually 95% identical to Python 2.6.5's Lib/zipfile.py, with some very minor modifications to allow it to compile in Cython, and the _ZipDecrypter class adapted to take advantage of native C datatypes. Package provided by Kimihiro Nonaka in PR 51326, with some cleanups by myself. (Fix typo in MASTER_SITES, pkglint.)