summaryrefslogtreecommitdiff
path: root/archivers
AgeCommit message (Collapse)AuthorFilesLines
2011-08-06Revision bump after updating perl to 5.14.1adam3-18/+16
2011-08-06Changes 1.76:adam2-19/+19
* upstream blead patches from Peter Acklam Changes 1.74: * Skip extracting pax extended headers
2011-08-06Revision bump after updating perl to 5.14.1adam1-10/+10
2011-08-01Avoid gcc-inline vs C99-inline difference by using static inline.joerg2-4/+13
2011-07-21Fix build with newer curl.joerg2-4/+12
2011-06-15Changes 5.0.3:adam3-7/+8
* liblzma fixes: - A memory leak was fixed. - lzma_stream_buffer_encode() no longer creates an empty .xz Block if encoding an empty buffer. Such an empty Block with LZMA2 data would trigger a bug in 5.0.1 and older (see the first bullet point in 5.0.2 notes). When releasing 5.0.2, I thought that no encoder creates this kind of files but I was wrong. - Validate function arguments better in a few functions. Most importantly, specifying an unsupported integrity check to lzma_stream_buffer_encode() no longer creates a corrupt .xz file. Probably no application tries to do that, so this shouldn't be a big problem in practice. - Document that lzma_block_buffer_encode(), lzma_easy_buffer_encode(), lzma_stream_encoder(), and lzma_stream_buffer_encode() may return LZMA_UNSUPPORTED_CHECK. - The return values of the _memusage() functions are now documented better. * Fix command name detection in xzgrep. xzegrep and xzfgrep now correctly use egrep and fgrep instead of grep. * French translation was added.
2011-05-28DESCR_SRC now contains full paths to DESCR filescheusov1-2/+2
2011-05-28add heirloom-tar, oked by sponsorscheusov1-1/+2
2011-05-28heirloom-tarcheusov3-0/+21
2011-05-18update to 2.32.2drochner3-13/+12
changes: -bugfixes -translation updates
2011-05-13Changes 1.4:adam3-20/+20
* 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.
2011-05-11Changes 1.26:adam11-181/+30
* Fix the --verify option, which broke in version 1.24. * Fix storing long sparse file names in PAX archives. * Fix correctness of --atime-preserve=replace. * Work around POSIX incompatibilities on FreeBSD, NetBSD and Tru64. * Fix bug with --one-file-system --listed-incremental.
2011-04-23Changes 2.05:adam3-17/+17
* Converted the configure system to non-recursive Automake. * Applied some overdue speed optimizations for modern x86/x64 architectures and current compilers like gcc 4.6 and MSVC 2010.
2011-04-22recursive bump from gettext-lib shlib bump.obache7-14/+14
2011-04-15get liblzo back from Attic, it is still neededdrochner8-1/+96
2011-04-14Changes 5.0.2:adam3-7/+8
* LZMA2 decompressor now correctly accepts LZMA2 streams with no uncompressed data. Previously it considered them corrupt. The bug can affect applications that use raw LZMA2 streams. It is very unlikely to affect .xz files because no compressor creates .xz files with empty LZMA2 streams. (Empty .xz files are a different thing than empty LZMA2 streams.) * "xz --suffix=.foo filename.foo" now refuses to compress the file due to it already having the suffix .foo. It was already documented on the man page, but the code lacked the test. * "xzgrep -l foo bar.xz" works now. * Polish translation was added.
2011-03-27Allow to build with gcc44.obache2-1/+18
2011-03-27Allow to build on FreeBSD-x86_64 and DragonFly-x86_64.obache1-2/+3
2011-03-23Removed archivers/liblzo successor archivers/lzoadam8-96/+1
2011-03-22Manually define BUILDLINK_INCDIRS so that lib/libzip/include/zipconf.h canjmmv1-1/+3
be found and included. This lets textproc/ebook-tools build.
2011-03-21Changes 9.20.1:adam3-35/+12
- "p7zip 9.20 - "unsupported method" with RAR files - " fixed "install.sh" installs again "bin/Codecs/Rar29.so"
2011-03-18libzip-0.10:wiz3-7/+15
0.10 [2010/03/18] * Added zip_get_num_files(), deprecated zip_get_num_entries(). * Better windows support. * Support for traditional PKWARE encryption added. * Fix opening archives with more than 65535 entries. * Fix some memory leaks. * Fix cmake build and installation * Fix memory leak in error case in zip_open() * Fixed CVE-2011-0421 (no security implications though) * More documentation.
2011-03-18Recursive bump for libzip-0.10.wiz1-1/+2
2011-03-17Changes in 1.03:adam2-10/+9
* Assorted minor updates. Changes in 1.02rc1: * Made lzop compile with LZO v2. * Under Windows files are now opened using the _O_SEQUENTIAL flag, which results in a major speedup when (de)compressing large files. * Under MacOS X, the configure script now will use the '-no-cpp-precomp' compiler option in order to work around bugs in Apple's native "smart" preprocessor. * File sizes > 2GB are correctly displayed.
2011-03-14Appears to need gmake, at least on netbsd-5.1abs1-1/+2
2011-03-14Changes 9.20:adam4-24/+10
* 7-Zip now supports LZMA2 compression method. * 7-Zip now can update solid .7z archives. * 7-Zip now supports XZ archives. * 7-Zip now supports PPMd compression in ZIP archives. * 7-Zip now can unpack NTFS, FAT, VHD, MBR, APM, SquashFS, CramFS, MSLZ archives. * 7-Zip now can unpack GZip, BZip2, LZMA, XZ and TAR archives from stdin. * 7-Zip now can unpack some TAR and ISO archives with incorrect headers. * 7-Zip now supports files that are larger than 8 GB in TAR archives. * NSIS and WIM support was improved. * Partial parsing for EXE resources, SWF and FLV. * The support for archives in installers was improved. * 7-Zip now can stores NTFS file timestamps to ZIP archives. * Speed optimizations in PPMd codec. * Speed optimizations in CRC calculation code for Intel's Atom CPUs. * New -scrc switch to calculate total CRC-32 during extracting / testing. * 7-Zip File Manager now doesn't use temp files to open nested archives stored without compression. * Disk fragmentation problem for ZIP archives created by 7-Zip was fixed. * Some bugs were fixed. * New localizations: Hindi, Gujarati, Sanskrit, Tatar, Uyghur, Kazakh. * Not in p7zip : Speed optimizations in AES code for Intel's 32nm CPUs.
2011-03-12Changes 4.0.7:adam2-6/+6
Bug-fixes.
2011-03-11remove non-working mirror. prevent timing out. fetch from backup.zafer1-2/+2
2011-03-11remove non-working mirror. prevent timing out.zafer1-3/+3
2011-03-11remove non-working mirror. prevent time out.zafer1-3/+3
2011-03-11service disabled since march 2010. prevent timing out by fetching from backup.zafer1-2/+2
2011-03-11service unavailable since july 2010. uncomment master_sites. fetch from backup.zafer1-2/+2
2011-03-08try to fix for ruby19.obache2-1/+296
2011-02-22Add missing USE_PHP_EXT_PATCHES to apply patches really.taca1-2/+3
2011-02-21Bump PKGREVISION reflects fix of SA43328.taca1-1/+2
2011-02-21Bump PKGREVISION due to ABI change of ruby18-base.taca2-2/+4
2011-02-15+ ruby-bz2obache1-1/+2
2011-02-15Import ruby-bz2-0.2.2 as archivers/ruby-bz2.obache4-0/+29
This is an interface to the library libbzip2 for Ruby.
2011-02-09Changes 5.0.1:adam4-9/+11
* xz --force now (de)compresses files that have setuid, setgid, The man page had it documented this way already, but the code had a bug. * gzip and bzip2 support in xzdiff was fixed. * Portability fixes * Minor fix to Czech translation
2011-02-08It helps if you don't change the comment in the patch after generating distinfo.jakllsch1-2/+2
2011-02-08Remove artificial 2GiB file size limitation in cabextract. Bump pkgrev.jakllsch3-2/+37
2011-02-07Changes 4.0.6:adam2-6/+6
No release notes available.
2011-02-05OpenBSD does not have lchmod.hiramatsu1-1/+2
2011-02-04Fix path in patch.wiz2-5/+5
2011-02-04Fix building with Clangadam2-1/+15
2011-01-16Fix build on AIX, from J Raynor on pkgsrc-users.wiz1-1/+2
2011-01-15Fix build under NetBSD-currenty removing unused custom function "getline"tron3-1/+37
which conflicts with getline(3).
2011-01-13png shlib name changed for png>=1.5.0, so bump PKGREVISIONs.wiz1-1/+2
2011-01-13Honor PKGMANDIR, per PR#44380.obache1-1/+2
2010-12-16Add patch from upstream fixing test 39. Bump PKGREVISION.wiz3-3/+36