summaryrefslogtreecommitdiff
path: root/archivers
AgeCommit message (Collapse)AuthorFilesLines
2008-02-12Not MAKE_JOBS_SAFE.tnn1-1/+2
2008-02-07Merge a fix from NetBSD's src/bin/pax by tls:joerg6-30/+38
Teach set_ftime about symbolic links, because it has to know: on some Linux systems, when we build as a tool we think we have lutimes but it doesn't work on some filesystems at runtime. A bit ugly but effective and without use of AC_TRY_RUN in the tool build. Tidier (than mine) set_ftime reorganization from christos. Bump version to 20080110.
2008-02-01- updated to 1.38rhaen2-6/+6
- ok'ed by rillig ChangeLog: * important changes in vesrion 1.38 14/12/2007: - Promote 1.37_01 to stable. * important changes in version 1.37_01 11/11/2007: _ Address #30380: directory traversal vulnerability in Archive-Tar - Add $INSECURE_EXTRACT_MODE which defaults to 0, disallowing archives to extract files outside of cwd(). This is a backwards incompatible change from 1.36 and before. - Add a -I option to ptar to enable insecure extraction if needed
2008-01-25Packages set EMUL_PLATFORMS, not EMUL_PLATFORM. Unbreaks build onjoerg1-2/+2
NetBSD.
2008-01-18Per the process outlined in revbump(1), perform a recursive revbumptnn5-7/+10
on packages that are affected by the switch from the openssl 0.9.7 branch to the 0.9.8 branch. ok jlam@
2008-01-12trailing white-spacetnn1-5/+5
2008-01-11update to 2.20.3drochner2-6/+6
changes: translation updates
2007-12-30Star treats BSD and SysV differently for man page installation. Sincecjep3-3/+19
we "own" the filesystem underneath LOCALBASE (e.g. /usr/pkg), let's stick with BSD-style installation for this package. This addresses PR#29725.
2007-12-28Simplify pattern for Mac OS X Leopard Intel.tron1-2/+2
2007-12-22Disable gcc's unit-at-atime optimization if we're using gcc4, since ittnn1-1/+7
interferes with ARJ's "postproc" utility. PR pkg/36919 from Yakovetsky Vladimir.
2007-12-22Make this build with recent glibc.minskim4-1/+46
Patches provided by Yakovetsky Vladimir in PR 37384.
2007-12-21Fixed pkglint warnings.rillig2-4/+3
2007-12-21Fix info page handlign as reported by Aleksey Cheusov. Bump revision.joerg2-4/+5
2007-12-16Changes 4.57:adam3-9/+8
- From Windows version of 7-zip 4.57: - Fixed BUG in command line version: -up3 switch could work incorrectly. - Minor improvement in ZIP compression. Changes 4.56: - From Windows version of 7-zip 4.56: - Some bugs were fixed - On HPUX : fixed "Can't load '../bin/7z.dll'" - bug: p7zip used to build a zip file with FAT header instead of Unix header - On AIX : fixed "HugeFiles=off" - bug 1800180: LZMAlone compilation error in COutFile - Patch 1796569: Fix FreeBSD FTBFS - Patch 1796575: fix man1/7za.1 man1/7zr.1 man1/7z.1
2007-12-16Disable assembler code under Mac OS X Leopard i386 to fix build failure.tron1-2/+7
2007-12-11Update to version 2.3.6:bjs2-28/+67
Changes within pkgsrc: (*) While here, add some logic to allow REPLACE_PERL and REPLACE_BASH to work without USE_TOOLS+="perl bash". Thus, the paths in share/dar/samples will now [usually] be correct. Simplify options handling. (*) Use PTHREAD_AUTO_VARS to ensure harmony with the rest of pkgsrc, add USE_FEATURES.openssl=threads when necessary. Threads are enabled if a built-in thread library is used. Changes in source (since version 2.3.5): (*) fixed: Makefile.am in src/dar_suite (removed "/" after $(DESTDIR)) (*) fixed: bug in regex mask building when not using ordered masks (*) fixed: bug that led dar_manager to report no error while some files failed to be restored due to command-line for dar being too large. (*) fixed: bug encountered when user aborts operation while dar is finalizing archive creation [SF #1800507] (*) fixed: problem with execvp when dar_manager launches dar
2007-12-11Diction/spelling/grammar fixes.bjs1-8/+9
2007-12-11- updated package to 1.36rhaen2-8/+7
- USER_DESTDIR support added - new maintainer for the package - ok'ed by rillig Changelog: * important changes in version 1.36 16/9/2007: - Portability fixes for VMS, as offered by Craig Berry.
2007-11-30Remove explicit set of USE_BUILTIN.bzip2 and .zlib, it breaks the buildjoerg1-4/+1
on amd64.
2007-11-30Update to libarchive-2.4.0:joerg3-5/+7
- portability fixes - run format auction only once, simpler and more reliable - speed up handling of uncompressed archives - fix skipping of archive entries of exactly 4GB size on 32bit platforms - fix reading files > 8 GB from tar archives - many improvements for bsdcpio
2007-11-30Merge changes.joerg1-213/+0
2007-11-30Import libarchive-2.4.0joerg118-850/+16139
2007-11-29update to 2.20.2drochner2-7/+7
changes: translation updates
2007-11-25Update to 3.7.8, changes unknown.wiz2-6/+6
2007-11-13Defining PKGNAME in main Makefile fixes "Cannot extract rarnb1 version"jklos1-2/+3
error for architectures other than i386.
2007-11-11Revert pax large file support as it breaks bootstrap on variousjoerg4-2726/+1891
platforms. Bump revision.
2007-11-08Update of gzip to 1.3.12 and removal of gzip-base and gzip-info.joerg1-3/+1
2007-11-08Update gzip to 1.3.12 and merge base and info back into gzip.joerg18-373/+34
This includes many security fixes, improvements for files over 4GB, portability improves, zless, etc.
2007-11-08DESTDIR support.joerg1-3/+4
2007-11-06Add another mirror. From Zafer in PR #37269.reed1-2/+3
2007-11-06Add another mirror.reed1-2/+3
This closes PR 37268.
2007-11-05update to 2.20.1drochner4-18/+31
This switches to the new gnome-2.20 branch.
2007-11-03Set LICENSE and RESTRICTED.wiz1-1/+6
License does not talk about binaries or modifications.
2007-10-31Add missing LICENSE=.gdt3-3/+6
2007-10-27enable large filefile support, if applicable.grant4-1891/+2726
fixes tar/pax with >2gb files on 32bit Solaris. bump PKGREVISION.
2007-10-25* If PLIST_SRC is explicitly set to an empty value in a package Makefile,jlam4-6/+4
then automatically generate a PLIST that says "${PKGNAME} has no files". * If PLIST_SRC and GENERATE_PLIST are not set in a package Makefile, and no PLIST files exist, then fail during the package build with PKG_FAIL_REASON. * Remove "intentionally empty" PLISTs again. Now, the easy way to say that a package installs no files is to just add the following to the package Makefile: PLIST_SRC= # empty
2007-10-25Re-add "intentionally empty" PLISTs for meta-packages and other packagesjlam2-0/+4
that directly manipulate empty PLISTs. Modify plist/plist.mk so that if the PLIST files are missing and no GENERATE_PLIST is defined, then the package fails to build.
2007-10-25Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mkjlam5-7/+0
can handle packages having no PLIST files.
2007-10-23If OpenSSL is available, Dar will use it for crypto support. Buildlink this ↵dsainty1-1/+2
back under Pkgsrc control.
2007-10-14Update unalz to 0.61.minskim3-28/+11
Changes: - Check endian at run-time. - Avoid using functions that may cause buffer overflow. - Fix a build problem on Linux.
2007-09-29g++4 for i386 doesn't know -mcpu anymore, and I doubt this flag isrillig1-1/+3
necessary in this case at all. Fixes the build on NetBSD 4.99.
2007-09-25Fix comment (GConf2 -> GConf).hira1-2/+2
2007-09-25Back out previous. Pointed out by uebayasi@ and martti@.hira1-3/+3
2007-09-25ln -> ${LN}.hira1-3/+3
2007-09-21Fix paths for GConf, libglade, libart, libsigc++, lablgtk moves.wiz1-6/+6
Bump PKGREVISION.
2007-09-20Adapt for librsvg rename. Bump PKGREVISION.wiz1-2/+2
2007-09-20Adapt eel dependencies; bump PKGREVISION.wiz1-2/+2
2007-09-19Use gnome-vfs instead of gnome-vfs2.wiz1-3/+4
2007-09-19Changes 4.55:adam2-7/+7
- From Windows version of 7-zip 4.55 : - Some bugs were fixed - fixed 1789154: 7z use default or -m0=LZMA runtime error under HP-UX IA11.23 - support added for HPUX on Itanium. Changes 4.54: - From Windows version of 7-zip 4.54: - Decompression speed was increased
2007-09-16Update dar to version 2.3.5:dsainty4-18/+19
This is a minor release. Changes from 2.3.4 are: - changed displayed message when adding a hard link to an archive while performing a differential backup - added back the possibility to use old blowfish implementation (bfw cipher) - integrated optimization patch from Sonni Norlov - updated Swedish translation by Peter Landgren - updated French translation - fixed broken Native Language Support in 2.3.x (where x<5)