summaryrefslogtreecommitdiff
path: root/archivers
AgeCommit message (Collapse)AuthorFilesLines
2008-04-25Update to libarchive-2.5.1b. Fix a counter bug and make UTF8 conversionjoerg1-2/+2
for PAX format more robust.
2008-04-25Update to libarchive-2.5.1b:joerg2-9/+13
- Simplify character-translation logic. pkgsrc: Fix a bug in the linkresolver for tar format. When linkresolver is done, the entry belongs to the caller, so don't keep a reference to it and use the local copy for inode comparision.
2008-04-25Import libarchive-2.5.1b.joerg33-608/+1513
2008-04-25+fcrackzipkefren1-1/+2
2008-04-25initial import of fcrackzip, a brute-force zip archive password crackerkefren5-0/+38
2008-04-24Update to 0.5:wiz2-8/+7
New for release 0.5 (2006-08-29) Including public domain contributions from Paul Wise o Modify Makefile to append CFLAGS and LDFLAGS o Modify error handling to suppress gcc warnings o Include man page o Minor typo/documentation changes New for release 0.4 (2005-11-12) o Discontinue tar patch (replaced by out of the box GNU cpio) o Update instructions New for release 0.3 (2005-03-13) o Convert from mmap to traditional buffered file reads in gzrecover o Convert gzrecover to GPL licensing
2008-04-20sortjnemeth1-2/+2
2008-04-15update to 2.22.2drochner3-13/+14
This switches to the gnome-2.22 release branch.
2008-04-12Convert to use PLIST_VARS instead of manually passing "@comment "jlam4-41/+37
through PLIST_SUBST to the plist module.
2008-04-11Fix builtin.mk for libarchive-2.5.0 and newer.joerg1-5/+14
2008-04-07Fix PLIST.joerg1-2/+2
2008-04-05Fix DESTDIR installation.joerg1-2/+2
2008-04-04Add and enable new ruby-* packages.jlam1-1/+2
2008-04-04Install as a gem using the pkgsrc rubygem.mk framework instead ofjlam3-36/+53
directly into site_ruby.
2008-04-04Initial import of ruby18-archive-tar-minitar-0.5.2 asjlam4-0/+40
archivers/ruby-archive-tar-minitar. Archive::Tar::Minitar is a pure-Ruby library and command-line utility that provides the ability to deal with POSIX tar(1) archive files.
2008-04-02Fix extraneous semicolon in gtar-base which slipped into the patchtonnerre3-6/+6
before commit. This will unbrick archive/gtar-base. Approved-by: tnn
2008-03-31Add patch for gtar-base to fix a directory traversal vulnerabilitytonnerre3-3/+23
(CVE-2007-4131, pkgsrc-sec ticket #15481) Approved-by: joerg
2008-03-29Update libarchive and bsdtar to 1.5.0b.joerg2-4/+4
- Improve hardlink handling of hardlinks in bsdcpio - Extend linkify to handle all sane hardlink strategies - Improve mtree support - Make bsdtar and bsdcpio more like the NetBSD counterparts - Drop uudecode dependency.
2008-03-29Import libarchive-2.5.0b.joerg91-1375/+2973
2008-03-26Update to 1.0.5adrianp16-42/+58
The only change is to address the vulnerability detailed in CERT/CC: VU#813451 OK'ed joerg@
2008-03-23Really bump the package revision.tron1-2/+2
2008-03-23Add fix for the security vulnerability reported in CVE-2008-0888 takentron2-1/+54
from Debian. Bump package revision.
2008-03-15Update to bsdtar-2.4.14 and libarchive-2.4.14.joerg2-4/+4
2008-03-15libarchive-2.4.14:joerg6-14/+20
Fix mix-up of gname and uname on one place when writing pax archives. Reported by tron@.
2008-03-08Support DESTDIR.joerg1-1/+2
2008-03-06Recursive PKGREVISION bump for gnutls-2.2.2 update with shlib major bump.wiz1-2/+2
2008-03-06+ Remove pkgtools/pax and pkgtools/tnftp as they are no longer differentjlam3-49/+37
from archivers/pax and net/tnftp, respectively. In the past, the pkgtools version of these packages installed into ${PKG_TOOLS_BIN}, but this was changed in: pkgtools/pax/Makefile:1.15 pkgtools/tnftp/Makefile:1.3 + Get rid of archivers/pax/Makefile.common and net/tnftp/Makefile.common by merging them into their respective Makefiles. The Makefile.common files existed solely for inclusion by the pkgtools versions of these packages, but with the removal of those packages, these files are now unnecessary. + Add full DESTDIR support to archivers/pax and net/tnftp. + Modify the bootstrap to build archivers/pax and net/tnftp instead of the pkgtools versions of these packages.
2008-03-04Resign from maintaining a lot of packages, so everyone is free to updaterillig1-2/+2
them at will.
2008-03-02+ Add termcap.buildlink3.mk to get proper termcap support acrossjlam1-9/+4
platforms. Bump the PKGREVISION to 1.
2008-03-02Mechanical changes to add full DESTDIR support to packages that installjlam32-112/+187
their files via a custom do-install target.
2008-03-01+ Add full DESTDIR support.jlam1-18/+26
+ Clean up the way that flags are passed to the compiler and linker through the make process.
2008-02-26Update build infrastructure for libarchive-2.4.13.joerg2-4/+4
2008-02-26Import libarchive-2.4.13. This brings a number of bugfixes, support forjoerg173-4769/+18642
more ZIP archives and a more complete cpio frontend.
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