summaryrefslogtreecommitdiff
path: root/archivers
AgeCommit message (Collapse)AuthorFilesLines
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.)
2016-07-09Bump PKGREVISION for perl-5.24.0 for everything mentioning perl.wiz4-6/+8
2016-07-07Remove obsolete patch (not in distinfo).wiz1-14/+0
2016-07-03Corrected distinfo.jaapb1-2/+1
2016-07-03Removed superfluous patches and revbumpjaapb3-16/+4
2016-07-02Fixed PLIST error (now uses ocaml.mk framework properly). No upstreamjaapb1-10/+10
changes.
2016-07-01The recent libarchive update changed the library major. Increase thejperkin5-8/+10
ABI depends and perform a PKGREVISION bump for dependents. Noticed by OSX binary package users.
2016-06-25Updated package to use ocaml.mk framework. No upstream changes.jaapb2-14/+5
2016-06-25Updated package to latest version (1.06) and made it compatible withjaapb3-23/+15
ocaml 4.03 and the latest framework version. Discussed on packages@ and OK'd by jperkin. Changes include: - Switch to "safe string" mode. Some API functions that use to take strings now take byte sequences instead. OCaml 4.02 or up is required. - Update for OCaml 4.03. - Avoid Zlib error when calling Gzip.output with length = 0. - Improve support for ZIP files / ZIP file members greater than 2 Gbytes.
2016-06-23Detect vfsconf for DragonFly, since it doesn't use xvfsconf likejoerg4-0/+32
FreeBSD.
2016-06-22Restore fix for lzma_stream_encoder_mt detection. Lost while syncingjoerg2-4/+11
with upstream.
2016-06-22Make signo static again to reduce diff against upstream.joerg1-5/+1