summaryrefslogtreecommitdiff
path: root/archivers
AgeCommit message (Collapse)AuthorFilesLines
2005-12-28Update patch-aa for Makefile.in to install man pages to PKGMANDIR.reed2-5/+10
The configure script doesn't know --mandir (but doesn't fail either).
2005-12-27Install man pages to PKGMANDIR instead of "man".reed1-6/+6
2005-12-27Honor PKGMANDIR.reed1-3/+3
2005-12-27Add "archiver" to the COMMENT.reed1-2/+2
2005-12-27Install man pages to PKGMANDIR (instead of "man").reed1-7/+7
2005-12-12First step at reworking Linux binary packages.joerg3-16/+12
Change most pkgs to depend on either emulators/suse_linux/Makefile.application (normal pkgs) or Makefile.common (suse91 and suse themselves) to filter out Operating Systems without Linux ABI support. Use CPU masks to limit the pkg to supported platforms.
2005-12-06Update to 7.30:wiz3-8/+10
- From Windows version of 7-zip 4.30 : - Speed optimizations in LZMA maximum/ultra compressing. - LZMA now supports word size up to 273 - 7-Zip now reduces dictionary size for LZMA, if you compress files smaller than specified dictionary size. - Some bugs were fixed - fix minor build trouble with MacOS X - fix "Bugs item #1349229" : 7-zip now displays "e: Extract files from archive (without using directory names)"
2005-12-05Ran "pkglint --autofix", which corrected some of the quoting issues inrillig5-10/+10
CONFIGURE_ARGS.
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig4-8/+8
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-12-05SunPro on Solaris needs -D__EXTENSIONS__ for getopt().rillig1-1/+4
2005-12-03Update PHP5 to version 5.1.1. Some of the key features include:jdolecek1-1/+3
* A complete rewrite of date handling code, with improved timezone support. * Significant performance improvements compared to PHP 5.0.X. * PDO extension is now enabled by default (separate pkg for pkgsrc) * Over 30 new functions in various extensions and built-in functionality. * Bundled libraries, PCRE and SQLite upgraded to latest versions. * Over 400 various bug fixes. * PEAR upgraded to version 1.4.5 This release also fixes various security problems discovered in 5.0.X.
2005-12-03Security update to version 0.53.salo3-32/+12
Changes: - fix buffer overflow (CVE-2005-3862)
2005-12-01Fixed pkglint warnings:rillig2-4/+4
- Removed partial RCS tag from patch-ad.
2005-12-01Fixed some pkglint warnings of the form:rillig12-27/+27
- WARN: archivers/bzip2/Makefile:15: Please use ${CC:Q} instead of "${CC}".
2005-12-01Update pax to 20051108. The previous version failed to handle the -Xminskim24-297/+607
option, which is used in print/teTeX3-texmf. The only difference from the pax in src is that tar does not support the --chroot option if fchroot(2) is not available. Major changes and bug fixes since 20040802: PR/18759: FUKAUMI Naoki: pax/tar dot-dot handling broken PR/18840: Frederick Bruckman: Fix for PR/18663 incomplete pax symlink handling This patch makes ``--insecure'' do something. Now if ``--insecure'' is not set (the default) we do a realpath(3) in all the pathnames that we are trying to create and if either realpath fails, or the path is outside our working directory, we print a warning and die. This maybe too strict and might fail on valid archives that create symlinks and directories in the wrong order. PR/31923: Sergey Svishchev: pax-as-tar ignores -k, overwrites existing files Fix from Onno van der Linden PR/30132: Juan RP: tar --chroot refuses to extract files. fchroot() changes the effective path, so we need to call updatepath(). Apply user supplied patterns first before applying actions for -A. This way pax behavior WRT to patterns lines up with the example in the documentation and how other implementations do it as well since -A is a non-standard option/behavior. Fixes items noted in PR#23776 Add an option --chroot to tar. Causes it to chroot(".") before doing an extract. With -h this will cause existing absolute symlinks to be treated as relative to the current directory. Helps sysinst handle existing symlinks in the target system. Remove 'L' from the usage (got spilt into 'h' and 'H' many moons ago) Add 'S' to usage, and put into correct place in options list. PR/27213: Greg A. Woods: pax doesn't honour SIGPIPE when listing But always exit, not just on SIGPIPE. Properly handle "cpio" archives where the last hardlink includes the data of a file. This fixes PR bin/26514. PR/20228: Simon Burge: pax has problems reading a particular cpio archive The problem here is that the archive is too short (< 512 bytes). The buffer routines, try to read at least 512 bytes, even when we try to determine what format file we have, which is wrong. Don't leave arcn->org_name pointing to ftent->fts_path, if we being cpio then ftent is freed just below. Take a copy of the name and point org_name at the copy. Should fix PR/30627 (the fix in the PR will break pax and tar!) PR/30167: J.T. Conklin: NetBSD tar does not support GNU tar --no-recursion flag Fix from PR#29290. Properly terminate the cpio_longopts struct so an unknown option doesn't run off the end and core dump Fix broken cpio(1) option handling: - "cpio -i -t" should list the contents of a file, not extract it. - Don't extract a file when only option "-d" is given. Patch supplied by Paul Ripke in PR bin/26513. PR/27212: Greg A. Woods: Accept "-C <dirname>" inside filelists in addition to "-C\n<dirname>". But we are not making it the default output option as the patch suggests. PR/19490: Julio Merino: Teach tar about --sparse, -S option. Do it for cpio too. PR/27208: Greg A. Woods: pax must call options() before using syswarn() or tty_warn() PR/20071: Perry Metzger: --extract handling is broken. This patch fixes Perry's example.
2005-11-25Bump PKGREVISION for libgsf dependencies, and BUILDLINK_DEPENDS becausewiz1-1/+2
of the libgsf shlib major bump and associated BUILDLINK_DEPENDS bump.
2005-11-07Use sys/endian.h on DragonFly as well.joerg2-5/+5
2005-11-07When checking for POSIX NAME_MAX style variables, limits.h should bejoerg2-1/+13
included first.
2005-11-07Don't define extern int errno, just depend on errno.h for it.joerg2-6/+14
2005-11-04Replaced the use of PLIST_SRC with PLIST_SUBST. Provided uniform names forrillig2-9/+9
the PLIST conditionals.
2005-11-04Changed the "+=" after CATEGORIES to "=". It looked unusal.rillig1-2/+2
2005-11-03Do not declare a static function as non-static. This makes theminskim2-1/+14
package build with gcc-4.
2005-11-03Remove obsolete patchesadrianp2-57/+0
2005-11-03Fixes for CAN-2005-1111 and CAN-2005-1229adrianp16-94/+396
2005-10-31Get useful definitions of unalz_le*toh() on Interix.tv2-6/+13
2005-10-31Fix build on Interix by including <stdlib.h> to get [u]intptr_t.tv2-6/+7
(Actually in stddef.h, but that would require yet another autoconf check.)
2005-10-31Fix build on Interix (u_int64_t, but no uint64_t).tv2-1/+17
2005-10-31Regen to make GNU patch happy.minskim2-18/+8
2005-10-31Make this package build on Darwin.minskim3-1/+27
- Do not declare a static variable as non-static. - Build a Unix-style binary.
2005-10-31Make this package build on platforms with setxattr(2) (e.g., Linux andminskim5-1/+99
Darwin).
2005-10-31Do not declare static variables as non-static. This makes the packageminskim2-1/+18
build with gcc-4.
2005-10-31Regen patch-ad to make GNU patch happy.minskim2-8/+6
2005-10-30Update to 3.5.1:wiz2-6/+6
Version 3.51 1. Bugs fixed: a) previous version tried to create symbolic links even when testing an archive; b) symbolic links unpacked with -ow switch had a wrong owner; c) RAR failed to restore setuid and setgid access rights when unpacking files with -ow switch. Version 3.50 1. New -n<mask> and -n@<listfile> switches set additional include filters, so only files matching the mask will be processed. 2. New -id[c,d,p,q] switch. Additionally to previously available -idp switch (disable percentage indicator), switches -idc, -idd and -idq instruct the console RAR to hide the copyright message, "Done" message and all information messages. 3. Switch -e+<attr> allows to specify file include attributes mask. It is possible to use 'd' and 'v' characters in -e[+]<attr> switch to denote directory and device attributes. 4. Switch -ver[n] supports the optional 'n' parameter also when archiving. It limits the maximum number of file versions.
2005-10-23Use "+=" instead of "=" for CONFIGURE_ARGS.rillig1-2/+4
2005-10-23Use "+=" for MAKE_FLAGS instead of "=". Properly quote LOCAL_ZIP andrillig1-2/+3
LFLAGS1.
2005-10-23Use "+=" for MAKE_FLAGS instead of "=". Properly quote CF and LF2.rillig1-4/+5
2005-10-23Use "+=" instead of "=" for MAKE_FLAGS. Properly quote CC and COPTS.rillig1-2/+5
2005-10-23Use "+=" instead of "=" for CONFIGURE_ARGS.rillig1-2/+3
2005-10-23Use "+=" instead of "=" for MAKE_FLAGS.rillig1-3/+3
2005-10-23Use "+=" instead of "=" for MAKE_FLAGS.rillig1-3/+3
2005-10-23Removed definition for empty PKGREVISION.rillig3-6/+3
2005-10-23Append to CFLAGS instead of overwriting them. Fixes pkglint warnings.rillig1-3/+3
2005-10-23Fixed pkglint warning by including gtar in quotes.rillig1-2/+2
2005-10-23Added RCS Id to patch-ad.rillig2-2/+4
2005-10-23Fixed typo.rillig1-2/+2
2005-10-23Don't use an absolute pathname in the symlink target of runzip.1.rillig1-2/+2
2005-10-23Include <stdint.h> on Darwin to make the integer types known.rillig2-1/+16
Fixes PR 31896.
2005-10-22Added a patch to make the package build on NetBSD/i386-1.6.2.rillig2-1/+16
2005-10-21Update to version 2.02. Fixes PR#31876.cube2-6/+6
Changes in 2.02 (17 Oct 2005) * Updated the build and Autoconf scripts to fix some reported compilation problems.
2005-10-20Update archivers/p5-Archive-Zip to 1.16abs2-7/+6
1.16 Mon Jul 04 12:49:30 CDT 2005 - Grrrr...removed test that fails when installing under CPANPLUS. 1.15 Wed Jun 22 10:24:25 CDT 2005 - added fix for RT #12771 Minor nit: warning in Archive::Zip::DirectoryMember: :contents() - added fix for RT #13327 Formatting problem in Archive::Zip::Tree manpage 1.15_02 Sat Mar 12 09:16:30 CST 2005 - fixed dates in previous entry! - began the process of migrating from the monolithic t/test.t to smaller scripts using Test::More. - started work on improving Archive::Zip's test coverage. Coverage is now up to just over 80%. - added error handling to writeToFileHandle - fixed small bug in extractMember from previous version 1.15_01 Wed Mar 9 22:26:52 CST 2005 - added fix for RT #11818 extractMember method corrupts archive - added t/pod.t to test for pod correctness