summaryrefslogtreecommitdiff
path: root/archivers
AgeCommit message (Collapse)AuthorFilesLines
2008-07-13Add a temporary workaround for missing vfork on IRIX.joerg3-2/+14
Fixes PR 38674, tested by tnn@.
2008-06-23Changes 4.58:adam2-7/+7
- Some speed optimizations. - 7-Zip now can unpack .lzma archives. - Unicode (UTF-8) support for filenames in .ZIP archives. - Now it's possible to store file creation time in 7z and ZIP archives. - 7-Zip now can unpack multivolume RAR archives created with "old style volume names" scheme and names *.001, *.002, ... - Some bugs were fixed.
2008-06-22Update Dar to 2.3.8:dsainty3-15/+14
from 2.3.6 to 2.3.7 - fixed bug in dar_manager about the localization of the archive in which to fin d the latest EA - fixed bug in configure script to properly report full blowfish encryption supp ort - fixed a bug in the statistics calculus of dar_manager for most recent files pe r archive - removed inappropriate internal error check - added --disable-libdl-linking option - fixed mistake in API tutorial - updated Swedish translation by Peter Landgren - fixed bug in the file filtering based on listing file ( -[ option ) - fixed typo and spelling errors in documentation - updated code for clean compilation with gcc-4.2.3 - updated code for clean compilation with gcc-4.3 20080208 (experimental gcc) from 2.3.7 to 2.3.8 - fixed bug in libdar met when user supply an empty file as a list of file to include or exclude ( -[ and -] options ) - fixed bug concerning elastic buffers used beside strong encryption. No security issue here, just in some almost rare situations the generated archive was not readable (testing your archive prevents you loosing data in this situation) - added some speed optimizations - avoided warning to appear without -v option set, when an error is met while fetching value of nodump flag (flag not supported on filesystem for example).
2008-06-21Make the build more robust by using a temporary arj binary.joerg2-4/+17
This fixes random build errors that disappeared after running make again.
2008-06-20Add DESTDIR support.joerg5-5/+12
2008-06-19Add a marker for bootstrap packages to allow special cases them duringjoerg1-1/+2
bulk builds.
2008-06-15NEW HOMEPAGE and MASTER_SITES.obache1-3/+3
Noticed by Zafer Aydogan via private mail.
2008-06-12Add DESTDIR support.joerg10-19/+32
2008-06-08Fix directory traversal vulnerability (CVE-2007-4134) in star.tonnerre3-3/+68
2008-06-01Update nomarch to 1.4.obache2-7/+7
Based on patch provided by Zafer Aydogan via private mail. ChangeLog: 2006-06-18 Russell Marks <russell.marks@ntlworld.com> * Version 1.4. * README: some minor updates to reflect changes in the last 4 years. :-) * readlzw.c (code_resync): fixed a possible hang with corrupt files.
2008-06-01Update p5-Archive-Zip to 1.23.obache2-8/+7
Based on patch provided by Zafer Aydogan via private mail. 1.23 Thu 8 Nov 2007 - Adam Kennedy - Temporarily skilling some failing tests on Win32 in the interests of toolchain sanity. (until we work out the real problem here) 1.22 Fri 2 Nov 2007 - Adam Kennedy - Fixing platform compatibility bugs in the new regression tests from 1.21. 1.21 Thu 1 Nov 2007 - Adam Kennedy - Tidying up copyright formatting a bit. - Disable the GPBF_HAS_DATA_DESCRIPTOR_MASK bit when auto-switching directory storage to STORED because of a WinZip workaround because the read code in Java JAR which was... ok, I really don't understand, but Roland from Verisign says this one extra line unbreaks JAR files, so I just applied it :) - fixed http://rt.cpan.org/Public/Bug/Display.html?id=27463 with a regression test - cannot add files whose entire filenames are "0". (SHLOMIF). - fixed http://rt.cpan.org/Public/Bug/Display.html?id=26384 with a regression test - Archive::Zip::MemberRead::getline ignores $INPUT_RECORD_SEPARATOR . The modified file in the bug had it to be reworked a bit and tests were added in the file 08_readmember_record_sep.t. - Thanks to kovesp [...] sympatico.ca - (SHLOMIF) 1.20 Tue 5 Jun 2007 - Adam Kennedy - Removing dependency on File::Which due to public outburst of flaming on cpanra(n)tings by H.Merijn Brand. Try a simple email next time. :( - Embedding an entire copy of File::Which inside the tests instead as an alternative to compensating for the lack of build_requires. - Removing the docs directory. It only had out of date files and non-free copyrighted materials. The tarball was probably illegal to distribute as a result. (reported by Debian devs) 1.19 Internal use, public release skipped
2008-05-30Apply change 142573 from Perforce master:joerg1-1/+9
Don't use case '1' ... '9', not ISO C.
2008-05-29Apply change 142518 from Perforce master to fix PR 38787:joerg1-0/+4
Minor portability enhancement; define REG_BASIC if it's not already defined.
2008-05-29update to 2.22.3drochner3-7/+8
changes: -bugfixes -Provide and install a 24x24 application icon
2008-05-28Update SaraB to 0.2.4.dsainty3-27/+8
Update prompted: by http://secunia.com/advisories/30394/ ... but the previous version in Pkgsrc (0.2.2) wasn't vulnerable, the advisory only relates to new functionality added in SaraB 0.2.3. Pkgsrc changes: - Remove patch-aa, which has been applied upstream via bug 1184476: http://sourceforge.net/tracker/index.php?func=detail&aid=1184476&group_id=91804&atid=598441 - Minor pkglinting ===================================================== 05/18/2008 - SaraB version 0.2.4 ===================================================== * Security fix: Encryption ciphers are no longer passed on the dar command line ===================================================== 04/21/2008 - SaraB version 0.2.3 ===================================================== * Fixes for bugs long mentioned
2008-05-26Second round of explicit pax dependencies. As reminded by tnn@,joerg1-2/+3
many packages used to use ${PAX}. Use the common way of directly calling pax, it is created as tool after all.
2008-05-25Update build glue for libarchive 2.5.4b.joerg2-4/+4
2008-05-25Resolve conflicts.joerg10-1447/+29
2008-05-25Import libarchive-2.5.4b. Major changes:joerg102-2285/+6431
- much improved mtree support - fix a number of non-exploitable integer and buffer overflows - bsdtar get -s and SIGINFO/SIGUSR1 support - fix hardlink extraction bug where latter hardlinks would overwrite the permissions of earlier entries even when they don't carry data - fix bsdtar crashes on entries with empty filenames
2008-05-25Assert OWNERship of some packages, relinquish others entierly.dillo2-4/+4
2008-05-24Fix unsafe LP64 pointer arithmetics spotted in bulk build.tnn4-3/+31
2008-05-20Update to 2.03:wiz2-6/+6
Changes in 2.03 (30 Apr 2008) * Updated the ELF assembler sources to mark the stack as non-executable. * Fixed a HP-UX 11 build issue with Itanium in ILP32 mode. * Updated the configure system.
2008-05-18Catch up with gtar-base-1.20.tnn3-13/+11
2008-05-18Update to GNU tar 1.20.tnn14-354/+57
All self-tests pass under NetBSD-current. Changes: 3.5 years worth of development; too much to list here.
2008-05-14Update to unshield 0.5.1.jmcneill4-15/+25
2008-05-06Add and enable torrentzip (noted by wiz)dillo1-1/+2
2008-05-06Initiail import of torrentzip 0.2, a program that brings zip archivesdillo5-0/+53
into ``normal form'': If the contained files are identical, the produced zip archive will always be the same, byte-wise.
2008-04-29Drop clauses 3 and 4 from TNF licensesmartin6-51/+9
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.