summaryrefslogtreecommitdiff
path: root/archivers
AgeCommit message (Collapse)AuthorFilesLines
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.
2009-08-26Update to 3.0, add dependency on bzip2. New features in 3.0:wiz3-34/+8
- Large files. Support for files and archives greater than 2 GB using large file I/O and the Zip64 extensions. Also can now have more than 64K entries in an archive. - Split archives. Zip now supports split archives, zip archives split into a set of files that can then be stored on removable media for instance. - Unicode. If Unicode support is enabled and supported on the system Zip is run on, Zip now can read paths not in the current character set and store those paths in portable UTF-8 format. These Unicode paths can then be used to partially or fully recreate the paths on other systems depending on the character set support provided by the unzip on the receiving system. In particular, this allows portability of paths between Windows and Unix. Unicode comments are also supported on systems where UTF-8 is the current character set. Unicode comment support for other systems is expected in Zip 3.1. - New command line parser. This new parser allows for command line permuting, where options can appear almost anywhere on the command line. This allows adding options to the end of the command line, for instance. It also supports long options, allowing for more readable command lines, and also allows lists for the -x exclude and -i include options to appear not just at the end of the command line. And some bugs in command line processing in Zip 2.32 have been fixed. - Unix 32-bit UIDs/GIDs. Now UIDs/GIDs larger than 16 bits are supported, but UnZip 6.0 is needed to restore these larger UIDs/GIDs. If Zip detects that the current system does not use 16-bit UIDs/GIDs, the old 16-bit UID/GID storage is not used as putting 32-bit UIDs/GIDs into 16-bit fields can cause problems. - New modes. Additional archive modes have been added, including a difference mode for supporting incremental backups, a file sync mode for synchronizing an existing archive with the current file system (which can be much faster than creating a new archive), and a copy mode that allows copying entries from one archive to another. - Compression using bzip2. Now can add bzip2 compression as a compression option in Zip. bzip2 compression can result in much more compact entries in some cases, but the user should verify that bzip2 is supported on the target unzip before using this new compression choice. - New Windows dll. The Windows dll has been updated to support the new Zip64 large file and larger number of entries limits. This new dll is not backward compatible with the Zip 2.32 dll, as the arguments to the dll have been updated to support the added capabilities, but modifying existing programs to use the new dll should be simple. See the included Visual Basic example project for details. - Better streaming and piping. Zip now has better support of streaming and piping and handles Unix FIFOs (named pipes) better. - Gobs of new progress information. Zip can now output progress information, such as how many entries processed and to go, how many bytes processed and to go, and adjustable size progress dots. If the initial file scan takes longer than about 5 seconds, Zip now outputs dots during the scan to avoid a long period of quiet. Zip can also now generate log files. - Updated archive fixing. The archive fixing capability is slightly improved, and now can fix split archives. - Windows Archive bit support. The Windows archive bit is now supported, though the new difference mode is probably more reliable than relying on the Windows archive bit for creating incremental backups. - File lists. Zip can list the files that would be added to an archive as well as the files in an existing archive. - Extended help. A new extended help option lists a very terse summary of the major features of Zip and how to use them. - Many bug fixes.
2009-08-26bump revision because of graphics/jpeg updatesno1-1/+2
2009-08-23Marked as CONFLICT each other, both package contains lib/liblzma.{a,so}.obache2-3/+5
Noticed by Jukka Salmi in pkgsrc-users@.
2009-08-16Update to 1.22:wiz7-36/+26
version 1.22 - Sergey Poznyakoff, 2009-03-05 * Support for xz compression Tar uses xz for compression if one of the following conditions is met: 1. The option --xz or -J (see below) is used. 2. The xz binary is set as compressor using --use-compress-program option. 3. The file name of the archive being created ends in `.xz' and auto-compress option (-a) is used. Xz is used for decompression if one of the following conditions is met: 1. The option --xz or -J is used. 2. The xz binary is set as compressor using --use-compress-program option. 3. The file is recognized as xz compressed stream data. * Short option -J reassigned as a short equivalent of --xz * New option -I The -I option is assigned as a short equivalent for --use-compress-program. * The --no-recursive option works in incremental mode. version 1.21 - Sergey Poznyakoff, 2008-12-27 * New short option -J A shortcut for --lzma. * New option --lzop * New option --no-auto-compress Cancels the effect of previous --auto-compress (-a) option. * New option --no-null Cancels the effect of previous --null option. * Compressed format recognition If tar is unable to determine archive compression format, it falls back to using archive suffix to determine it. * VCS support. Using --exclude-vcs handles also files used internally by Bazaar, Mercurial and Darcs. * Transformation scope flags Name transformation expressions understand additional flags that control type of archive members affected by them. The flags are: - r Apply transformation to regular archive members. - s Apply transformation to symbolic link targets. - h Apply transformation to hard link targets. Corresponding upper-case letters negate the meaning, so that `H' means ``do not apply transformation to hard link targets.'' The scope flags are listed in the third part of an `s' expression, e.g.: tar --transform 's|^|/usr/local/|S' Default is `rsh', which means that transformations are applied to both regular archive members and to the targets of symbolic and hard links. If several transform expressions are used, the default flags can be changed using `flags=' statement before the expressions, e.g.: tar --transform 'flags=S;s|^|/usr/local/|S' * Bugfixes ** The --null option disabled handling of tar options in list files. This is fixed. ** Fixed record size autodetection. If detected record size differs from the expected value (either default, or set on the command line), tar always prints a warning if verbosity level is set to 1 or greater, i.e. if either -t or -v option is given.
2009-08-15update to 3.9.5christos2-6/+6
2009-08-12Update php-zip from version 1.0 to version 1.8.10. This appears to be thedsainty2-9/+9
last version that can build under both www/php4 and lang/php5, since version 1.9.0 and 1.10.1 both require PCRE support in the PHP engine, which Pkgsrc php4 seems to build without. Changes since version 1.0: 1.8.10 - Fixed build, missing macro 1.8.9 - Fixed a possible crash in the event directory cannot be created, due to a double free. (Ilia) 1.8.8 - PECL bug #10414, Fixed macros name in stream - Fixed possible leak when open_basedir checks fail in extractTo (Ilia) 1.8.7 - Add missing openbasedir or safemode (php 5.x and 4.x) checks in zip:// stream or ZipArchive::open - Fixed possible relative path issues in zip_open and TS mode (old API) - rename SAFEMODE_CHECKFILE to OPENBASEDIR_CHECKPATH (no confusion when used wiht php6) 1.8.6 - Fixed possible leaks in zip_read() and zip_entry_read (old API) - Fixed leak when an entry is 0 bytes length in ZipArchive::getFrom*() methods - Use snprintf instead sprintf (Ilia, Marcus) - Add examples images and odt in release 1.8.5 - Fixed leaks happening on error (Nuno Lopes) - PHP bug #40228, extractTo does not create recursive empty path (empty1/empty2/) 1.8.4 - Use phplibdir in config.m4 (for lib64 or other custom location) - Add path length sanity checks (Ilia, Tony) - Update year, happy new year 1.8.3 - Fixed threadsafe issue with localtime function, it uses now the php php_localtime_r (Ron Korving, Ilia) 1.8.2 - restore compatibility with php 5.1.0 to 5.1.2 (other versions are not affected) 1.8.1 - PECL #9278, Binary access issues on Windows in any SAPI but CGI, CLI and embed (windows API does not respect "b" mode given to fopen) - Fixed a possible leak in the entries managements (Nuno Lopes) - createEmptyDir returns true one success - Use static for each internal functions when possible (Nuno Lopes) - Update protos in the sources 1.8.0 - Fixed a possible leak in statName and statIndex - Added zipArchive::adEmptyDir() method, creates an empty directory - Fixed setComment when used with a freshly added entry - setComment now returns the expected value (boolean) (Hannes) 1.7.5 - PECL Bug #9082, wrong entry name like "a/b//file.txt" cannot be extracted on windows A "bug" in php mkdir was the cause, a work around has been introduced for php versions before 5.2.0 1.7.4 - PHP Bug #38943, properties in extended class cannot be set - PHP Bug #38944, freshly created archive has no comment or cdir 1.7.3 - PECL Bug #8700, zipArchive::getFromIndex fails - PECL Bug #8676, zipArchive::addFile was not updated and still used VCWD_REALPATH, it now uses expand_filename - Fixed wrong internal types for comment lenghts, does not affect userland script (Nuno Lopes) 1.7.2 - Previous release was broken in non threaded environment. This release works smoothly in threaded and non threaded. Thanks to "FamilleCollet dot com" (Fedora-Extra maintainer for the head up) 1.7.1 - Fix issues with relative path in threaded environment, VCWD_REALPATH is used in ZipArchive::open() and ::addFile 1.7.0 - Add ZIPARCHIVE::OVERWRITE mode for ::open(), creates a new archive and write over an existing file - locateName do not change anymore the state, it can now be used to test an entry - fix possilbe crashes when two entries with the same name have been added - Enhanced safemode support - fix builds against php 6.0 (HEAD) - fix compiler warning (Ilia, Tony) - cleanup phpinfo() output (Ilia) 1.6.0 - Rename Class Zip to ZipArchive, required to be bundled in php 5.2.0 (Zip being a ZipCode in US), making the role of this class more obvious *Gah* 1.5.0 - bring consistency to the method names: - rename zip::delete() to deleteIndex() - add zip::deleteName() - rename zip::statPath to zip::statName() - rename zip::rename to zip::renameIndex() - add zip::renameName(); - add zip::locateName(), returns the index of an entry, allows case insensitive or directory free lookup (ZIP::FL_NOCASE, ZIP::FL_NODIR) - add zip::unchangeName(), ::unchangeIndex(), unchangeAll() and unchangeArchive() revert changes to an entry, to all entries or the archive - add zip::getNameIndex(), get the name of the entry at the given position - Bug #7658, Modify zip archives causes corruption if the data descriptor is used (bit 3 of the general flags) - fix a bug when in the delete and rename methods when the index is lower than 1 - zip::addFile() must return true on success - zip::open() returns now the error code on error and true on success 1.4.1 - Add missing files in the package release 1.4.0 - Add write mode to the archive comment (zip::comment property) - Add zip::setCommentName and ::setCommentIndex, add or remove entrie comment - Add zip::getCommentName and ::getCommentIndex, get an entrie comment - Add zip::setArchiveComment - Full sync with zip-0.7.1 - #8009, modify archives on windows cannot be closed 1.3.1 - #7500, Fix build with php 5.1.0, 5.1.1 and 5.1.2 1.3.0 - Fix possible leak with __set/__get in classes extending the Zip intern object (tony2001[at]php.net) - Added getFromName(), return the contents of an entry using its name - Added getFromIndex(), return the contents of an entry using its index 1.2.3 - #7214, use binary safe string as return value, 0x00 was considered as the end of the content, affected only the procedural API 1.2.2 - fix a bug in internal zip_close, new archives were not written - ::open returns now false on error - update the "create.php" example, status and returned codes are now checked - fix a leak when the ::open method is called twice or more with the same object 1.2.1 - fixed a possible build problem (mkstemp missing) - fix a bug where extending the Zip class does allow to write to a property, see php bugs #36743 (array) 1.2.0 - enable stream by default, * use uri like zip:///path/to/my.zip#entryname.dat (the URI format may change in future version) - add support for print_r/var_dump (Zip object) - add tests for the OO (still need more) - add more example, like using xmlreader and zip stream to parse OpenDocument meta info 1.1.2 - do not create empty file when a zip entry is only a directory (empty or not) 1.1.1 - Fix PHP 5.1 detection at compiletie - fix possible build errors with gcc other than 4.0.x - add better zlib detection - "--with-zlib-dir=[DIR]" added 1.1.0 - replace the old zip extensions - 100% compatible with the old API - added zip creation support (write mode) - added OO interface - Stream support, getStream method returns a file handler - bundled libzip and drop zzlib usage (see http://www.nih.at/libzip/) 1.0 - Initial Release in PECL
2009-08-11Updated to 2.1.5. Added license.zafer2-6/+7
ChangeLog: Added 2008, 2009 to --license statement Allow numeric parameter immediately after -p or -b Enforce parameter after -p, -b, -s, before other options Enforce numeric parameters to have only numeric digits Try to determine the number of processors for -p default Fix --suffix short option to be -S to match gzip [Bloch] Decompress if executable named "unpigz" [Amundsen] Add a little bit of testing to Makefile
2009-08-11remove master site www.engergyhq.es.eu.org. Doesn't resolve anymore.zafer1-3/+2
2009-08-08Actually add patch-aa. Www, permission problems.wiz1-0/+31
2009-08-08fcrackzip was changed and does not conflict any longer. Adapt pattern.wiz1-2/+2
2009-08-08Rename zipinfo to fcrackzipinfo. Addresses PR 40113.wiz3-6/+6
(Upstream didn't react.) Bump PKGREVISION.
2009-08-06getline -> get_linejoerg1-10/+10
2009-07-26Bump PKGREVISION because of BUILDLINK_ABI_DEPENDS.zziplib change.minskim1-1/+2