summaryrefslogtreecommitdiff
path: root/archivers
AgeCommit message (Collapse)AuthorFilesLines
2010-03-05"Solaris" has no LCHMOD, says Jörn Clausen in PR 42924.wiz1-1/+2
2010-03-03Update to 6.0:wiz7-165/+44
New features in UnZip 6.0, released 20 April 2009: * Support PKWARE ZIP64 extensions, allowing Zip archives and Zip archive entries larger than 4 GiBytes and more than 65536 entries within a single Zip archive. This support is currently only available for Unix, OpenVMS and Win32/Win64. * Support for bzip2 compression method. * Support for UTF-8 encoded entry names, both through PKWARE's "General Purpose Flags Bit 11" indicator and Info-ZIP's new "up" unicode path extra field. (Currently, on Windows the UTF-8 handling is limited to the character subset contained in the configured non-unicode "system code page".) * Added "wrong implementation used" warning to error messages of the MSDOS port when used under Win32, in an attempt to reduce false bug reports. * Fixed "Time of Creation/Time of Use" vulnerability when setting attributes of extracted files, for Unix and Unix-like ports. * Fixed memory leak when processing invalid deflated data. * Fixed long-standing bug in unshrink (partial_clear), added boundary checks against invalid compressed data. * On Unix, keep inherited SGID attribute bit for extracted directories unless restoration of owner/group id or SUID/SGID/Tacky attributes was requested. * On Unix, allow extracted filenames to contain embedded control characters when explicitly requested by specifying the new command line option "-^". * On Unix, support restoration of symbolic link attributes. * On Unix, support restoration of 32-bit UID/GID data using the new "ux" IZUNIX3 extra field introduced with Zip 3.0. * Support for ODS5 extended filename syntax on new OpenVMS systems. * Support symbolic links zipped up on VMS. * On VMS (only 8.x or better), support symbolic link creation. * On VMS, support option to create converted text files in Stream_LF format. * New -D option to suppress restoration of timestamps for extracted directory entries (on those ports that support setting of directory timestamps). By specifying "-DD", this new option also allows to suppress timestamp restoration for ALL extracted files on all UnZip ports which support restoration of timestamps. On VMS, the default behaviour is now to skip restoration of directory timestamps; here, "--D" restores ALL timestamps, "-D" restores none. * On OS/2, Win32, and Unix, the (previously optional) feature UNIXBACKUP to allow saving backup copies of overwritten files on extraction is now enabled by default. For the UnZip 6.0 release, we want to give special credit to Myles Bennet, who started the job of supporting ZIP64 extensions and Large-File (> 2GiB) and provided a first (alpha-state) port.
2010-03-02Switch to use zip extension bundled with php 5.2.13 which istaca2-8/+8
internal version 1.8.11. Changes are unknown, please refer PHP's changes.
2010-02-27Reset PKGREVISION.taca1-2/+1
2010-02-26Reset maintainer for developers who gave back their commit bit.wiz1-2/+2
2010-02-23Updating archivers/p5-Archive-Tar from 1.56 to 1.58sno2-7/+7
pkgsrc changes: - "drop" explicit core dependency Upstream changes: * important changes in version 1.58 17/02/2010 - Apply a patch from toddr@null.net that addreses RT #54714 Subject: $@ not cleaned up after eval This section of code seems to be trying to use future functionality not yet present in IO::Zlib (tell). I was chasing another bug and getting very confused by this population of $@. Could I request you cleanup $@ if you expect and/or don't care about failure from this eval?
2010-02-21Add two patches for big-endian platforms from Fedora via gentoo andwiz4-2/+233
Nick Coleman in PR 40658. Bump PKGREVISION. Set LICENSE.
2010-02-20Update build rules for bsdtar and libarchive 2.8.0joerg3-11/+15
2010-02-20Merge again...joerg239-0/+121879
2010-02-20Mergejoerg284-140669/+0
2010-02-20Import libarchive 2.8.0:joerg449-32247/+110965
- Infrastructure: - Allow command line tools as fallback for missing compression libraries. If compiled without gzip for example, gunzip will be used automatically. - Improved support for a number of platforms like high-resolution timestamps and Extended Attributes on various Unix systems - New convience interface for creating archives based on disk content, complement of the archive_write_disk interface. - Frontends: - bsdcpio ready for public consumption - hand-written date parser replaces the yacc code - Filter system: - Simplified read filter chains - Option support for filters - LZMA, XZ, uudecode handled - Format support: - Write support for mtree files based on file system or archive content - Basic read support for Joliet - Write support for zip files - Write support for shar archives, both text-only and binary-safe
2010-02-19Don't mess with ldconf.joerg2-4/+4
2010-02-19Added LICENSE information.heinz1-1/+2
2010-02-11g/c stale BUILDLINK_API_DEPENDS requirementsdrochner1-3/+1
2010-02-11Check explicitly if the distfile exists early and mark as broken forjoerg1-1/+5
bulk builds.
2010-02-10Bump revision for PYTHON_VERSION_DEFAULT change.joerg1-2/+2
2010-02-07Update to 1.56:wiz2-7/+6
* important changes in version 1.56 03/02/2010 - Apply a patch from Mark Swayne that addresses RT #50471; Archive::Tar generates file headers with space padded numbers for size, mtime and checksum. This format is incompatible with some versions of the busybox implementation of tar (I am using 1.13.2), which requires 0 padded numbers (despite comments in the source that say otherwise). I've included a patch that adds a control flag that enables zero padded numbers in the header. It passes all tests with ActiveState Perl 5.8.8 on WinXP.
2010-02-06fix homepagegdt1-2/+2
2010-02-02Add patches for CVE-2009-2624 and CVE-2010-0001.taca4-3/+46
Bump PKGREVISION.
2010-01-31Update to 0.9.2:wiz2-6/+6
0.9.2 [2010/01/31] * Avoid passing uninitialized data to deflate(). * Fix memory leak when closing zip archives.
2010-01-30DESTDIR supportjoerg3-8/+20
2010-01-30Add Haiku support. patch taken from Haiku support for libarchive.obache1-1/+6
2010-01-25update master_sites.zafer1-2/+2
2010-01-25Update to 2.1.6zafer2-8/+8
The changes from 2.1.5 are: - Added pigz.spec to distribution for RPM systems [Brown] - Avoid some compiler warnings - Process symbolic links if piping to stdout [Hoffst?tte] - Decompress if executable named "gunzip" [Hoffst?tte] - Allow ".tgz" suffix [Chernookiy] - Fix adler32 comparison on .zz files
2010-01-24update master_siteszafer1-2/+2
2010-01-24Update to 0.9.1:wiz2-6/+7
0.9.1 [2010/01/24] * Fix infinite loop on reading some broken files. * Optimization in time conversion (don't call localtime()). * Clear data descriptor flag in central directory, fixing Open Office files. * Allow more than 64k entries.
2010-01-21Added LICENSE information for zip/unzip. The license is not approved byheinz2-2/+4
OSI but it is derived from BSD so I added it to the acceptable set of licenses.
2010-01-17Recursive PKGREVISION bump for jpeg update to 8.wiz4-7/+8
2010-01-15provide a mirror for 9e.zafer1-2/+2
2010-01-0964-bit time_t fixes for NetBSD-current. PKGREVISION++. ok agcdholland4-9/+48
2009-12-16update to 2.28.2drochner3-7/+8
changes: -bugfixes -translation updates
2009-12-13Software needs at least gcc 3.4 to compile and link.heinz1-1/+3
With gcc 3.3.3 (from NetBSD/i386 3.1) there are problems with undefined references to LZMA_CRC32_TABLE and LZMA_CRC64_TABLE in crc32.S and crc64_x86.S.
2009-12-13Add buildlink3.mk file for R. (hi adam!).wiz1-0/+13
2009-11-29Reworking patches to avoid gnu-ld's --export-dynamic flag for environmentssno6-85/+38
without gnu-ld
2009-11-22Apply patches to compile on AIXsno6-1/+99
2009-11-18Added LICENSE according to WRKSRC/DOCS/License.txtheinz1-1/+2
2009-11-01Enable unicode support. Bump PKGREVISION.wiz1-2/+3
2009-11-01Retire archivers/zip1. It was originally needed because zip didn'tjoerg12-288/+1
include the encryption support, but that has been addressed ages ago.
2009-10-31Added missing requirement for p5-Package-Constants.heinz1-1/+3
2009-10-29Force extraction with pkgsrc's unzip on NetBSD, due to:tnn1-1/+6
unzip: Unsupported ZIP compression method (imploded)
2009-10-21update to 2.28.1drochner3-18/+19
This switches to the gnome-2.28 release branch.
2009-10-11fix typosno1-2/+2
2009-09-19Missed this patch in my last unzip commit.ahoka1-0/+48
2009-09-19Force pkgsrc's unzip so we can actually list archive content onahoka2-3/+13
NetBSD 5.99.16 with unzip in base.
2009-09-18Allow assembler to be disabled completely and do so with sunpro.sketch3-2/+27
2009-09-18Explicitly disable assembler when using sunpro, it can't handle it.sketch1-1/+7
2009-09-16include both inttypes.h and stdint.h. patch taken from upstream r897.obache1-1/+2
Fixes build failure on SUA 6.0.
2009-09-14update master_sites. remove ftp.uni-koeln.de. file has been removed.zafer1-3/+2
2009-09-13Disable assembler code under Mac OS X Snow Leopard to fix build failure.tron1-2/+3
2009-09-12Updating archivers/p5-Archive-Tar from 1.52 to 1.54sno2-6/+6
Upstream changes: * important changes in version 1.54 10/09/2009 - Apply a patch from Niko Tyni (ntyni@debian.org) that resolves RT #48879; As seen in [rt.cpan.org #48879], although the recommended way of retrieving the last error is to use an instance method ($tar->error), the returned value is effectively global: an error in one Archive::Tar instance changes the error string of another instance. This change separates the error strings from each other while keeping the (deprecated) global value of $Archive::Tar::error pointing to the last error regardless of its instance. We also support calling error() as a class method (Archive::Tar->error). In this case it returns the global value, which matches the old behaviour.