summaryrefslogtreecommitdiff
path: root/archivers
AgeCommit message (Collapse)AuthorFilesLines
2010-04-15Drop myself as MAINTAINER.jakllsch1-2/+2
2010-03-23add patch for CVE-2010-0624tez3-3/+20
2010-03-23Update gtar to 1.23 - fixes CVE2010-0624tez11-95/+72
Also: # Improved record size autodetection # Use of lseek on seekable archives # New command line option --warning # New command line option --level # Improved behavior if some files were removed during incremental dumps # Modification times of PAX extended headers # Time references in the --pax-option argument # Augmented environment of the --to-command script # Bugfixes: * Fix handling of hard link targets by -c --transform * Fix hard links recognition with -c --remove-files * Fix restoring files from backup (debian bug #508199) * Correctly restore modes and permissions on existing directories * The --remove-files option removes files only if they were succesfully stored in the archive * Fix storing and listing of the volume labels in POSIX format * Improve algorithm for splitting long file names (ustar format)
2010-03-21Pick up maintainership.joerg1-2/+2
2010-03-21Apply patches from PR 34941 to match prototype and implementatio w.r.tjoerg2-8/+8
static.
2010-03-21Reset maintainer, developer lost his commit bit.wiz1-2/+2
2010-03-20Fix detection of available memory. From Ryu ONODERA in PR 42969.wiz4-8/+9
Bump PKGREVISION.
2010-03-16libarchive 2.8.3 and bsdtar-2.8.3joerg2-4/+4
2010-03-16Mergejoerg8-4375/+14412
2010-03-16libarchive-2.8.3: Build fix for Linuxjoerg54-15827/+9410
2010-03-14Update build infrastructure for libarchive 2.8.2.joerg2-4/+4
2010-03-14Merge.joerg13-14420/+4536
2010-03-14libarchive-2.8.2:joerg57-9469/+15917
- Fix NULL deference for short self-extracting zip archives - Don't dereference symlinks on Linux when reading ACLs - Better detection of SHA2 support for old OpenSSL versions - Fix parsing of input files for bsdtar -T - Do not leak setup_xattr into the global namespace - Fix build when an older libarchive is already installed - Use O_BINARY opening files in bsdtar - Include missing archive_crc32.h - Correctly include iconv.h required by libxml2
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