summaryrefslogtreecommitdiff
path: root/archivers
AgeCommit message (Collapse)AuthorFilesLines
2011-02-23Pullup ticket #3362 - requested by tacatron1-1/+3
archivers/php-zip: security patch graphics/php-exif: security patch lang/php5: security patch lang/php53: security patch Revisions pulled up: - archivers/php-zip/Makefile 1.12-1.13 - graphics/php-exif/Makefile 1.9-1.10 - lang/php5/Makefile 1.82-1.83 - lang/php5/Makefile.php 1.43-1.44 - lang/php5/distinfo 1.86-1.87 - lang/php5/patches/patch-ext_exif_exif.c 1.1 - lang/php5/patches/patch-ext_zip_lib_zip__name__locate.c 1.1 - lang/php5/patches/patch-ext_zip_php__zip.c 1.1 - lang/php53/Makefile 1.7 - lang/php53/Makefile.php 1.5 - lang/php53/distinfo 1.12 - lang/php53/patches/patch-ext_exif_exif.c 1.1 - lang/php53/patches/patch-ext_zip_lib_zip__name__locate.c 1.1 - lang/php53/patches/patch-ext_zip_php__zip.c 1.1 --- Module Name: pkgsrc Committed By: shattered Date: Tue Feb 15 20:52:24 UTC 2011 Modified Files: pkgsrc/lang/php5: Makefile Makefile.php Log Message: Re-enable DL_AUTO_VARS -- makes PHP CLI work again with extensions that are linked to pthread (like mysql.so). --- Module Name: pkgsrc Committed By: taca Date: Mon Feb 21 16:21:17 UTC 2011 Modified Files: pkgsrc/lang/php5: Makefile.php distinfo Log Message: Re-enable suhosin patch as php53. --- Module Name: pkgsrc Committed By: taca Date: Mon Feb 21 16:23:58 UTC 2011 Modified Files: pkgsrc/lang/php53: Makefile.php Log Message: Re-enable DL_AUTO_VARS as php5 package. --- Module Name: pkgsrc Committed By: taca Date: Mon Feb 21 16:25:33 UTC 2011 Modified Files: pkgsrc/lang/php5: Makefile Added Files: pkgsrc/lang/php5/patches: patch-ext_exif_exif.c patch-ext_zip_lib_zip__name__locate.c patch-ext_zip_php__zip.c Log Message: Add patches to fix SA43328. Bump PKGREVISION. --- Module Name: pkgsrc Committed By: taca Date: Mon Feb 21 16:26:50 UTC 2011 Modified Files: pkgsrc/lang/php5: distinfo Log Message: Regen distinfo. --- Module Name: pkgsrc Committed By: taca Date: Mon Feb 21 16:29:15 UTC 2011 Modified Files: pkgsrc/lang/php53: Makefile Log Message: Bump PKGREVISION for DL_AUTO_VARS. --- Module Name: pkgsrc Committed By: taca Date: Mon Feb 21 16:30:44 UTC 2011 Modified Files: pkgsrc/archivers/php-zip: Makefile pkgsrc/graphics/php-exif: Makefile Log Message: Bump PKGREVISION reflects fix of SA43328. --- Module Name: pkgsrc Committed By: taca Date: Mon Feb 21 16:38:40 UTC 2011 Modified Files: pkgsrc/lang/php53: distinfo Added Files: pkgsrc/lang/php53/patches: patch-ext_exif_exif.c patch-ext_zip_lib_zip__name__locate.c patch-ext_zip_php__zip.c Log Message: Oops, it should be commit before CHANGE-2011 update. Add Add patches to fix SA43328. --- Module Name: pkgsrc Committed By: taca Date: Tue Feb 22 07:36:08 UTC 2011 Modified Files: pkgsrc/archivers/php-zip: Makefile pkgsrc/graphics/php-exif: Makefile Log Message: Add missing USE_PHP_EXT_PATCHES to apply patches really.
2011-01-16Pullup ticket 3326 - requested by tronspz3-1/+37
build fix Revisions pulled up: - pkgsrc/archivers/star/distinfo 1.11 Files added: pkgsrc/archivers/star/patches/patch-ae pkgsrc/archivers/star/patches/patch-af ------------------------------------------------------------------------- Module Name: pkgsrc Committed By: tron Date: Sat Jan 15 17:46:02 UTC 2011 Modified Files: pkgsrc/archivers/star: distinfo Added Files: pkgsrc/archivers/star/patches: patch-ae patch-af Log Message: Fix build under NetBSD-currenty removing unused custom function "getline" which conflicts with getline(3). To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 pkgsrc/archivers/star/distinfo cvs rdiff -u -r0 -r1.1 pkgsrc/archivers/star/patches/patch-ae \ pkgsrc/archivers/star/patches/patch-af
2011-01-15Pullup ticket #3324 - requested by obachetron1-1/+2
archivers/star: build fix Revision pulled up: - archivers/star/Makefile 1.24 --- Module Name: pkgsrc Committed By: obache Date: Thu Jan 13 08:56:19 UTC 2011 Modified Files: pkgsrc/archivers/star: Makefile Log Message: Honor PKGMANDIR, per PR#44380.
2010-12-16Add patch from upstream fixing test 39. Bump PKGREVISION.wiz3-3/+36
2010-12-15Remove two patches: one disabled a test that however succeeds onwiz4-54/+3
NetBSD-current and Solaris 10 (tested by tez@), the other one was adding a --no-unlink-first option that was added because NetBSD's version of tar had made --unlink-first default. Since this default was changed quite some time ago and the option never was in upstream, remove it. Bump PKGREVISION.
2010-12-15Fix bug with --one-file-system --listed-incremental (used by amanda)tez5-2/+108
per: http://www.mail-archive.com/bug-tar@gnu.org/msg03019.html Pass FORCE_UNSAFE_CONFIGURE=1 in the configure env to allow building of this package as root.
2010-12-14Remove patch that should have been removed with gtar-1.25 update.wiz1-26/+0
2010-12-12Update gtar to 1.25.wiz10-46/+67
version 1.25 - Sergey Poznyakoff, 2010-11-07 * Fix extraction of empty directories with the -C option in effect. * Fix extraction of device nodes. * Make sure name matching occurs before eventual name transformation. Tar 1.24 changed the ordering of name matching and name transformation so that the former saw already transformed file names. This made it impossible to match file names in certain cases. It is fixed now. * Fix the behavior of tar -x --overwrite on hosts lacking O_NOFOLLOW. * Improve the testsuite. * Alternative decompression programs. If extraction from a compressed archive fails because the corresponding compression program is not installed and the following two conditions are met, tar retries extraction using an alternative decompressor: 1. Another compression program supported by tar is able to handle this compression format. 2. The compression program was not explicitly requested in the command line by the use of such options as -z, -j, etc. For example, if `compress' is not available, tar will try `gzip'. version 1.24 - Sergey Poznyakoff, 2010-10-24 * The --full-time option. New command line option `--full-time' instructs tar to output file time stamps to the full resolution. * Bugfixes. ** More reliable directory traversal when creating archives Tar now checks for inconsistencies caused when a file system is modified while tar is creating an archive. In the new approach, tar maintains a cache of file descriptors to directories, so it uses more file descriptors than before, but it adjusts to system limits on the number of file descriptors. Tar also takes more care when a file system is modified while tar is extracting from an archive. The new checks are implemented via the openat and related calls standardized by POSIX.1-2008. On an older system where these calls do not exist or do not return useful results, tar emulates the calls at some cost in efficiency and reliability. ** Symbolic link attributes When extracting symbolic links, tar now restores attributes such as last-modified time and link permissions, if the operating system supports this. For example, recent versions of the Linux kernel support setting times on symlinks, and some BSD kernels also support symlink permissions. ** --dereference consistency The --dereference (-h) option now applies to files that are copied into or out of archives, independently of other options. For example, if F is a symbolic link and archive.tar contains a regular-file member also named F, "tar --overwrite -x -f archive.tar F" now overwrites F itself, rather than the file that F points to. (To overwrite the file that F points to, add the --dereference (-h) option.) Formerly, --dereference was intended to apply only when using the -c option, but the implementation was not consistent. Also, the --dereference option no longer affects accesses to other files, such as archives and time stamp files. Symbolic links to these files are always followed. Previously, the links were usually but not always followed. ** Spurious error diagnostics on broken pipe. When receiving SIGPIPE, tar would exit with error status and "write error" diagnostics. In particular, this occurred if invoked as in the example below: tar tf archive.tar | head -n 1 ** --remove-files `Tar --remove-files' failed to remove a directory which contained symlinks to another files within that directory. ** --test-label behavior In case of a mismatch, `tar --test-label LABEL' exits with code 1, not 2 as it did in previous versions. The `--verbose' option used with `--test-label' provides additional diagnostics. Several volume labels may be specified in a command line, e.g.: tar --test-label -f archive 'My volume' 'New volume' 'Test volume' In this case, tar exits with code 0 if any one of the arguments matches the actual volume label. ** --label used with --update The `--label' option can be used with `--update' to prevent accidental update of an archive: tar -rf archive --label 'My volume' . This did not work in previous versions, in spite of what the docs said. ** --record-size and --tape-length (-L) options Usual size suffixes are allowed for these options. For example, -L10k stands for a 10 kilobyte tape length. ** Fix dead loop on extracting existing symlinks with the -k option.
2010-12-02Update to 1.72:wiz2-7/+6
* important changes in version 1.72 18/11/2010 - Apply patch from Grant McLean to update docs for ptargrep * important changes in version 1.70 15/11/2010 - Add ptargrep utility courtesy of Grant McLean
2010-11-29Generally use CPPFLAGS for preprocessor flags, after a hinthauke1-6/+10
of Georg Schwarz.
2010-11-28update to 2.32.1drochner4-9/+32
This switches to the gnome-2.32 release branch.
2010-11-26Commit the one-liner os specific CFLAGS addition from pkg/43723hauke1-1/+3
and add same for Darwin.
2010-11-15PKGREVISION bumps for changes to gtk2, librsvg, libbonobo and libgnomeabs1-2/+2
2010-11-13Update lzo to 2.04.obache2-6/+6
Changes in 2.04 (31 Oct 2010) * Fixed a gcc-4.5 aliasing issue in lzo_init(). * Updated the configure system. * Assorted cleanups.
2010-11-03Changes 5.0.0:adam6-40/+14
* The memory usage limit is now disabled by default. * Added support for XZ_DEFAULTS environment variable. * The compression settings associated with the preset levels -0 ... -9 have been changed. --extreme was changed a little too. * If a preset level (-0 ... -9) is specified after a custom filter chain options have been used (e.g. --lzma2), the custom filter chain will be forgotten. Earlier the preset options were completely ignored after custom filter chain options had been seen. * xz will create sparse files when decompressing if the uncompressed data contains long sequences of binary zeros. * Support for "xz --list" was added. Combine with --verbose or --verbose --verbose (-vv) for detailed output. * I had hoped that liblzma API would have been stable after 4.999.9beta, but there have been a couple of changes in the advanced features, which don't affect most applications: - Index handling code was revised. If you were using the old API, you will get a compiler error (so it's easy to notice). - A subtle but important change was made to the Block handling API. lzma_block.version has to be initialized even for lzma_block_header_decode(). Code that doesn't do it will work for now, but might break in the future, which makes this API change easy to miss. * The major soname has been bumped to 5.0.0. liblzma API and ABI are now stable, so the need to recompile programs linking against liblzma shouldn't arise soon.
2010-10-27Fix installation in DESTDIR case.shattered1-2/+2
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