summaryrefslogtreecommitdiff
path: root/archivers
AgeCommit message (Collapse)AuthorFilesLines
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.
2009-09-06Reformat, was badly cut-n-pasted.wiz1-9/+7
2009-09-04Fix build on NetBSD-4.0/i386. Patches from Robert Elz in PR 41963.wiz3-1/+29
(Also sent upstream.)
2009-08-31Remove lzma-utils, use xz instead.wiz5-58/+1
2009-08-31Update to 4.999.9beta:wiz3-8/+43
XZ Utils 4.999.9beta was released on 2009-08-27. Among many less important changes, this release fixes a data corruption in the compression code. (The bug was specific to XZ Utils and was not present in 7-Zip or LZMA SDK.) Everyone using an older version of XZ Utils should upgrade. This is the last beta release before XZ Utils 5.0.0. No big changes are planned before the first stable release.
2009-08-30Patch zip's Makefile to pass LDFLAGS at link time to include Pkgsrc's run timedsainty3-2/+20
link path. Required for finding non-builtin bzip2 library. Bump PKGREVISION, since the problem only comes to light at run time.