summaryrefslogtreecommitdiff
path: root/archivers
AgeCommit message (Collapse)AuthorFilesLines
2008-09-29Common/String.h confounds with case insensitive filesystem.obache3-1/+42
Remove "Common" from include path.
2008-09-24On Linux systems, don't use ext2_fs.h features if we don't have the header.dsainty1-4/+4
Fixes build of pkgsrc/archivers/bsdtar on some systems, no functional change intended on systems that already successfully built. Ok'd during freeze by joerg@ and agc@
2008-09-22Explicitly disable building the shared libarchive. This fails to linkjoerg1-2/+2
on HP-UX against the static libz.a used if the system doesn't have a native version. It also reduces build time in other cases.
2008-09-21Remove workaround patch for old compiler problem, snj (who added it)wiz3-103/+3
thinks it's not necessary any longer. Bump PKGREVISION.
2008-09-18Fix MASTER_SITE.obache1-2/+2
2008-09-16Drop NO_BIN_ON_FTP per private correspondence with upstream author,gdt2-9/+17
and include permission grant. Simplify DESCR and add note about the prohibition on using unrar to develop an rar-compatible archiver. PKGREVISION++ due to DESCR change.
2008-09-11Update from version 1.23 to 1.24.he2-6/+6
Upstream changes: 1.24 Sun 23 Aug 2008 - Adam Kennedy - Blatantly pander to CPANTS by adding use strict to a deprecated module - Add an explicit load of FileHandle since in some circumstances, calling GLOB->print() failed. - Fixed http://rt.cpan.org/Public/Bug/Display.html?id=25925 : - Archive-Zip wrote faulty .zip files when $\ was set (such as when running using perl -l). - Incorporated a heavily modified version of ECARROLL's test file. - Thanks for ECARROLL for reporting it, and helping with the investigation. - The fix was to convert all $fh->print(@data) to $self->_print($fh, @data) where the _print() method localizes $\ to undef. - Fixed http://rt.cpan.org/Ticket/Display.html?id=14132 : - Incorrect file permissions after extraction. - Archive-Zip did not set the file permissions correctly in extractToFileNamed(). - Added t/10_chmod.t and t/data/chmod.zip. Changed lib/Archive/Zip/Member.pm. - Reported by ak2 and jlv (Thanks!) - SHLOMIF wrote the test script. - (SHLOMIF) - Removed a double "required module" from the Archive::Zip POD. - Fixed http://rt.cpan.org/Ticket/Display.html?id=24557 ("documentation improvement"): - mentioned Archive::Zip::MemberRead in a few places. - TODO: - 1. Add a method to Archive::Zip to get a ::MemberRead from an archive member using -> notation. (?) - 2. In the POD of ::MemberRead - replace the indirect object call. - Changed the POD of ::MemberRead: - replaced the indirect object construction with $PKG->new(). - Fixed http://rt.cpan.org/Public/Bug/Display.html?id=34103 : - changed the example to read unless ( .. == AZ_OK) instead of unless ( != AZ_OK), which was incorrect.
2008-09-10Set NO_BIN_ON_FTP; not clear if our patches qualify as 'modified'.gdt1-1/+2
2008-09-08Changes 2.1:adam3-15/+15
Bug fixes: - On some platforms configure didn't add -lm flag; fixed. New features: -- Configure was updated to use GNU autotools version 1.5.14.
2008-09-07Fix zgrep -h. PR 37528 from Rob Quinn.dholland3-3/+17
PKGREVISION++
2008-09-04Add andn enable lzmalib and p5-Compress-LZMA-Simple.obache1-1/+3
2008-09-04Import p5-Compress-LZMA-Simple-0.2 as archivers/p5-Compress-LZMA-Simple.obache3-0/+26
This module is a Perl interface of "lzmalib", which is a tiny wrapper of the LZMA SDK.
2008-09-04Import lzmalib-0.0.1 as archivers/lzmalib.obache6-0/+79
This package includes a thin wrapper library of LZMA SDK written by Igor Pavlov.
2008-09-02Add and enable ocaml-zip.obache1-1/+2
2008-09-02Import ocaml-zip-1.03 as archivers/ocaml-zip.obache7-0/+92
Packaged by Jaap Boender and provided by PR 39113. This Objective Caml library provides easy access to compressed files in ZIP and GZIP format, as well as to Java JAR files. It provides functions for reading from and writing to compressed files in these formats.
2008-08-24Mark unzip and fcrackzip as mutually conflicting: both install bin/zipinfo.wiz2-3/+7
2008-08-15Add RubyForge's project page as HOMEPAGE.taca1-1/+2
2008-08-05-stuffitdillo1-2/+1
2008-08-05Remove stuffit: They now charge for the Linux version, and sincedillo4-69/+0
we can't redistribute the old free version, this package cannot be fixed.
2008-08-02Fix broken configure step on NetBSD by patching an unmatched quotedholland2-1/+15
character that bash improperly accepts.
2008-08-02Fix broken build on amd64.dholland2-1/+34
2008-07-28add bin to INSTALLATION_DIRSplunky1-2/+2
2008-07-28update to lcab 1.0b12 (timestamp fixes)plunky2-8/+8
also lcab home page has moved
2008-07-28add PKG_DESTDIR_SUPPORTplunky1-1/+2
2008-07-28add DESTDIR to -install targetplunky1-2/+2
2008-07-25Update to 0.9:dillo3-7/+11
* remove erroneous references to GPL * add support for torrentzip * new functions: zip_get_archive_flag, zip_set_archive_flag * zip_source_zip: add flag to force recompression * zip_sorce_file: only keep file open while reading from it
2008-07-20fix bug in previous, make sure NBPAX_PROGRAM_PREFIX is always defined in PLISTdbj1-4/+4
2008-07-20re-add support for --program-prefix and NBPAX_PROGRAM_PREFIX pkgsrc vardbj5-1910/+2410
PR pkg/37989
2008-07-15update to 2.22.4drochner2-6/+6
change: translation update
2008-07-14Update libarchive and bsdtar to 2.5.5.joerg3-16/+4
This further polishes bsdcpio and brings in a number of portability fixes. Revert temporary hack to not use vfork on IRIX.
2008-07-14Merge changes from libarchive-2.5.5.joerg1-1/+4
2008-07-14Import libarchive-2.5.5.joerg84-869/+826
2008-07-14Mark as destdir ready.joerg5-5/+11
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