summaryrefslogtreecommitdiff
path: root/archivers
AgeCommit message (Collapse)AuthorFilesLines
2010-10-08fix typo and add that it's for older file typesbillc1-1/+1
2010-10-06Add fix for Ruby 1.9 from http://gist.github.com/611956.taca4-2/+46
Bump PKGREVISION.
2010-10-04the homepage is invalid, and Nathan Phillip Brink has taken overplunky1-2/+2
maintainership of this program. Update URL to his page.
2010-09-28fix local patch; void function cannot return vaule.tnn2-6/+6
reported by <BugeyeD> in #pkgsrc
2010-09-23Forcefully merge the branch back. This updates the included versionjoerg12-29/+29
numbers.
2010-09-22Update to bzip2-1.0.6: Fix for CVE-2010-0405. Also install variousjoerg2-5/+32
helper scripts.
2010-09-22Update to bzip2-1.0.6: Fix for CVE-2010-0405joerg3-6/+39
2010-09-22Import stripped down bzip2-1.0.6.joerg4-0/+254
2010-09-14Bump dependency on pixman to 0.18.4 because cairo-1.10 needs thatwiz1-1/+2
version, and bump all depends. Per discussion on pkgsrc-changes.
2010-09-11Add and enable ruby-libarchive.taca1-1/+2
2010-09-11Importing ruby-libarchive 0.1.1.taca4-0/+51
Libarchive is a programming library that can create and read several different streaming archive formats, including most popular tar variants, several cpio formats, and both BSD and GNU ar variants.
2010-09-10Update archivers/ruby-zip package to 0.9.4.taca2-9/+11
* Use lang/ruby/gem.mk. = Version 0.9.4 Changed ZipOutputStream.put_next_entry signature (API CHANGE!). Now allows comment, extra field and compression method to be specified. = Version 0.9.3 Fixed: Added ZipEntry::name_encoding which retrieves the character encoding of the name and comment of the entry. Also added convenience methods ZipEntry::name_in(enc) and ZipEntry::comment_in(enc) for getting zip entry names and comments in a specified character encoding. = Version 0.9.2 Fixed: Renaming an entry failed if the entry's new name was a different length than its old name. (Diego Barros)
2010-09-10* Adjust new ruby package's framework.taca3-7/+11
* Add LICENSE. * Install minitar command with ${RUBY_VER} suffix and add ALTERNATIVES. Bump PKGREVISION.
2010-09-03Updating archivers/p5-Archive-Tar from 1.66nb1 to 1.68sno2-7/+7
Upstream changes: * important changes in version 1.68 17/08/2010 - Apply a patch from Colin Newell that checks whether long files can be created or not in 02_methods.t. Hopefully resolves RT #57312 and RT #56163
2010-08-25Add builtin support for xz.obache1-0/+104
2010-08-21Bump the PKGREVISION for all packages which depend directly on perl,seb5-7/+10
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1. The list of packages is computed by finding all packages which end up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl, or PERL5_PACKLIST defined in their make setup (tested via "make show-vars VARNAMES=..."), minus the packages updated after the perl package update. sno@ was right after all, obache@ kindly asked and he@ led the way. Thanks!
2010-08-04Updating archivers/p5-Archive-Tar from 1.58 to 1.66sno2-7/+7
pkgsrc changes: - mark package included in Perl5 CORE Upstream changes: * important changes in version 1.66 26/07/2010 - Applied a patch from Alexandr Ciornii [RT#59699] to Makefile.PL which produces better META.yml - Apply a patch from Alexandr Ciornii to ptar [RT#59700]: Adds option -C to allow archives created with ptar to be uploaded to PAUSE in case of Windows or world +w permissions on unix. * important changes in version 1.64 09/07/2010 - Removed the PERL_CORE specific chdir from all the tests - Apply a patch from David Muir Sharnoff RT #58916, "skip files via a callback and limit memory use when skipping files" - Apply a patch from Daphne Pfister RT #59150 "Assumes all references filename are IO::Handle's instead of trying to stringify." * important changes in version 1.62 28/06/2010 - Apply part of patch from https://bugzilla.redhat.com/attachment.cgi?id=426194 reported by Martin Cermak in RT #58636 relating to a Redhat ticket https://bugzilla.redhat.com/show_bug.cgi?id=606813 * important changes in version 1.60 23/04/2010 - Apply patch from Darrell K. [RT #54850] that makes write() and create_archive() close only handles they opened. When you pass a filehandle to Archive::Tar::write() or create_archive(), it closes the filehandle after writing to it. I think it makes more sense not to close a handle that A::T didn't open, since the application may need to write additional data to it. (Consider sockets, package files containing encapsulated tar archives, etc.) Example: $ perl -e 'use Archive::Tar; open(PKG, ">mypkg") or die "open: $!"; my $tar = Archive::Tar->new; $tar->add_data("foo.txt","hello"); $tar->write(\*PKG); print PKG "more data" or die "print: $!";' print: Bad file descriptor at -e line 1. - Fool the installer into replacing our scripts that were installed by core with versiononly set.
2010-07-24Update to 1.3, set LICENSE.wiz2-6/+7
New in 1.3: * Bugs in the MS-ZIP and Quantum decompressors have been fixed. * MS-ZIP recovery has been improved. * cabextract should now compile with MinGW
2010-07-09Bump libarchive and bsdtar to 2.8.4.joerg2-4/+4
2010-07-09Merge libarchive-2.8.4joerg34-14873/+5609
2010-07-09Import libarchive-2.8.4:joerg67-9609/+16385
- Improved reliability of hash function detection - Fix issues on ancient FreeBSD, QNX, ancient NetBSD and Minix
2010-07-06Add workaround of lack of hard link support on BFS of Haiku.obache1-1/+9
Use symbolic link instead.
2010-07-06Tell Haiku's builtin bzip2.obache1-2/+3
2010-07-06update to 2.30.2drochner2-6/+6
changes: translation updates
2010-07-06Transfer ownership to pkgsrc-users. pancake's address is not valid anyjmmv1-2/+2
more and he has agreed in private mail to drop maintainership.
2010-06-27Use normal libc malloc on NetBSD. Bump revisionjoerg1-4/+2
2010-06-16Changes 9.13:adam5-20/+22
- From Windows version of 7-zip 9.12 - Some bugs were fixed. - "Crash in Rar decoder on a corrupted file" fixed - "Dereferencing a zero pointer in cab handler" fixed - "Division by zero in cab decoder" fixed Changes 9.12: - From Windows version of 7-zip 9.12 - ZIP / PPMd compression ratio was improved in Maximum and Ultra modes. - The BUG in 7-Zip 9.* beta was fixed: LZMA2 codec didn't work, if more than 10 threads were used (or more than 20 threads in some modes). - makefile.openbsd is now compatible with OpenBSD ports tree. - cmake projects added. - 7zFM and 7zG can be built on MacOSX but these ports are in very alpha stage. make app to build p7zip.app (p7zip for MacOSX) Changes 9.11: - From Windows version of 7-zip 9.11 - 7-Zip now supports PPMd compression in .ZIP archives. - Speed optimizations in PPMd codec. - The support for archives in installers was improved. - Some bugs were fixed.
2010-06-15update to 2.30.1.1drochner4-15/+23
This switches to the gnome-2.30 release branch
2010-06-13Bump PKGREVISION for libpng shlib name change.wiz1-1/+2
Also add some patches to remove use of deprecated symbols and fix other problems when looking for or compiling against libpng-1.4.x.
2010-05-17LICENSE=${PERL5_LICENSE}obache1-1/+2
2010-05-16Note commented out LICENSE.obache1-1/+2
README said LGPL, but not unclear about its version, because "See the file 'COPYING'", but no such file in distfile.
2010-05-15Changes 0.13.59:adam6-46/+41
* Bug-fix release.
2010-04-20can't depend on checkperms; it's distfile is gzipped.tnn1-1/+2
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