summaryrefslogtreecommitdiff
path: root/archivers
AgeCommit message (Collapse)AuthorFilesLines
2005-03-07Fix quoting.uebayasi1-3/+3
2005-03-02Update unalz to 0.31. Patches provided by Kibum Han, and modified by me.minskim5-50/+82
Changes: - Handle the case where encrypted and plain files are mixed. - Even when an archive is corrupted, extract files not affected.
2005-03-02Honor LDFLAGS.minskim3-8/+19
2005-03-01Apply fix for CAN-2005-0160 and CAN-2005-0161.wiz5-8/+180
Bump PKGREVISION.
2005-03-01Distfile changed after one day.. grrrrrrr.salo2-5/+7
Relevant change, +5.52 (28 Feb 05): + - win32/win32.c - defer_dir_attribs(): fixed critical "mem-access to + nirwana" bug when processing directory entries without any local + extra field; added some explaining comments
2005-02-28Update to version 5.52salo2-8/+7
Changes: The 5.52 maintenance release fixes a few minor problems found in the 5.51 release, closes some more security holes, adds a new AtheOS port, and contains a Win32 extra-field code cleanup that was not finished earlier. The most important changes are: - (re)enabled unshrinking support by default, the LZW patents have expired - fixed an extraction size bug for encrypted stored entries (12 excess bytes were written with 5.51) - fixed false "uncompressed size mismatch" messages when extracting encrypted archive entries - do not restore SUID/SGID/Tacky attribute bits on Unix (BeOS, AtheOS) unless explicitely requested by new "-K" command line qualifier - optional support for "-W" qualifier to modify the pattern matching syntax (with -W: "*" stops at directory delimiter, "**" matches unlimited) - prevent buffer overflow caused by bogus extra-long Zipfile specification - performance enhancements for VMS port - fixed windll interface handling of its extraction mode qualifiers nfflag, ExtractOnlyNewer, noflag, PromptToOverwrite; added detailed explanation of their meanings and interactions to the windll documentation
2005-02-26Update to 2.8.4:jmmv2-6/+6
* Updated translations: da, gu, id.
2005-02-26Make this (allegedly) build again on Linux, whose glibc-internalizedtv1-3/+8
gettext doesn't use the renamed symbols. Problem noticed by <minskim@NetBSD.org>.
2005-02-24Changes 2.0:adam4-29/+18
Bug fixes: -- Few bugs that caused overflow of the output buffer were fixed. New features: -- For information about changes in the SZIP source code see http://hdf.ncsa.uiuc.edu/doc_resource/SZIP/Release_notes_2_0.pdf -- This release supports shared libraries. See "Known problems" section for additional information.
2005-02-23Add RMD160 digests in addition to SHA1 ones.agc72-72/+148
2005-02-16Fix quoting.seb1-4/+4
2005-02-14Update to 1.02.006.xtraeme2-5/+5
Changes: # Feb 12, 2005: Fix a crash that affected Zip reading, make tree.c portable to Linux. # Feb 8, 2005: Don't close stdout/stdin. Fix flush code. # Feb 6, 2005: Fix bug in new dir-walk code with non-resolvable symlinks. # Feb 6, 2005: Fix Linux build, flush input in archive_read_open_file() to avoid "broken pipe" warnings.
2005-02-10Update upx to version 1.25. This addresses PR#29327.ben4-53/+27
Changes include: * INFO: http://upx.sourceforge.net is the permanent UPX home page * watcom/le: don't crash on files without relocations * win32/pe: stricter checks of some PE values * source code: much improved portability using ACC, the Automatic Compiler Configuration * source code: compile fixes for strict ISO C++ compilers * source code: compile fixes for Win64
2005-02-09Skip autotest 15 (gzip.at), as different platforms output differenttv2-1/+15
strerror messages that will not match the test's expected output.
2005-02-08We do like optimisations, don't we? I have turned them on, then. :)adam2-1/+15
2005-02-07Update to 4.14.01:wiz5-15/+16
Version 4.14.01 =============== - huge speed up for multi CPUs machines (Thanks to loderunner - http://sourceforge.net/users/loderunner/). - some code cleanup - Fix problems with link files or directories. - "7z a dummy -tgzip -so Doc.txt > archive.gz" now works. - in the messages, the path separator is now '/' instead of '\'. Version 4.14 ============ - From Windows version of 7-zip 4.14 : - STL using was reduced - 7za now supports Split(001) archives - "7za | more" now works - Bugs item #1093095 : Usage banner now says "7za" (instead of "7z") when the binary is "7za" - use of AString instead of std::string (no more need of #include <string>") - makefile.linux_gcc_2.95_no_need_for_libstdc added to build 7za for the p7zip*_bin.tar.bz2 package. 7za provided by p7zip*_bin.tar.bz2 is build on Debian 3.0 with gcc 2.95.4 and should now find the locale on all kinds of Linux (Debian, Fedora, Mandrake, ...).
2005-02-02Add missing buildlink3 dependencies.xtraeme1-1/+3
2005-02-02Added archivers/libarchive.xtraeme1-1/+2
2005-02-02Initial import of libarchive-102.002.xtraeme4-0/+34
Libarchive is a programming library that can create and read several different streaming archive formats, including most popular tar variants and several cpio formats. It can also write shar archives and read ISO9660 CDROM images. See http://people.freebsd.org/~kientzle/libarchive/
2005-01-30Convert the Java related packages to use the alternatives system. To dojmmv2-2/+3
this, we only need some simple logic in java-env.mk to automatically generate an ALTERNATIVES file for us. There are two exceptions, though: fastjar and jikes (pointed out by tv@), which do not use this file; they have to be handled manually. Bump PKGREVISION for all affected packages. While doing this, remove the java-wrapper package, obsoleted by the new functionality provided by pkg_alternatives.
2005-01-24Give the hack a PKG_HACKS name.tv1-1/+2
2005-01-24Fix build on Interix (and others with pkgsrc gettext-lib 0.11+).tv1-2/+9
gettext 0.11+ has renamed internal symbols, and gsharutils is being a very bad neighbor by using them directly. To fix, force use of gettext >= 0.11, and rename the symbol in gsharutils.
2005-01-24Hopefulyl final Interix fix: make test_filesystem.cpp build.tv2-1/+24
2005-01-24Another Interix fix: Fix nonstatic linking in src/testing subdir.tv3-1/+30
2005-01-24Fix build on Interix. (Changes submitted to author.)tv11-8/+133
2005-01-24Also include <sys/types.h> in case neither <stdint.h> nor <inttypes.h> exist.tv2-1/+14
Fixes build on Interix.
2005-01-21Move GCC_REQD-for-Interix check into a hacks.mk; suggested by jlam.tv4-14/+30
2005-01-21Due to popular demand, move distfile to MASTER_SITE_LOCAL.wiz1-2/+2
2005-01-21Add GCC_REQD for Interix to prevent use of the base system gcc, which istv2-2/+14
missing "long long" support in iostream.
2005-01-21Add two patches from RedHat, fixing CAN-2004-0947 and CAN-2004-1027.wiz5-4/+153
Bump PKGREVISION.
2005-01-21regen with correct offsetswiz1-4/+4
2005-01-21Add Makefile, since distfiles comes without one.wiz1-0/+18
2005-01-21Update to 2.65. (Documented) changes:wiz3-13/+15
UNARJ 2.65 - Fixed table boundaries per suggestion of UNARJ 2.63 - Added additional header data checks. UNARJ 2.61 - Added chapter and encryption information.
2005-01-21Fix install on non-NetBSD (don't put a trailing / on a dir name totv1-2/+2
${INSTALL_*_DIR}).
2005-01-21Don't do the Makefile.dep dance; that's not needed in pkgsrc and breaks intv2-5/+30
some bizarre way on Interix. This also makes the build more friendly to non-gcc compilers.
2005-01-21Use PTHREAD_AUTO_VARS to get the correct compile options; fixes Interix.tv3-6/+7
2005-01-21Mark as not for Interix.tv1-1/+3
2005-01-21Need --enable-os-bits for Interix.tv1-2/+7
2005-01-19Compile fix for Interix.tv2-6/+6
2005-01-19nb4: Add missing dependency on gettext-lib for platforms that need it.tv1-2/+3
2005-01-19Build fix for Interix: strerror() is your friend.tv2-1/+36
2005-01-18Use new libiberty/application.mk include.tv1-4/+2
2005-01-18Add makedev->mkdev fix for Interix, adapted from gtar-base.tv2-1/+16
2005-01-16The make rule worked and then didn't work, so make this work again ontv1-4/+4
NetBSD et al by putting the dynamic PLIST component in post-install.
2005-01-16Make build on Interix.tv3-14/+27
2005-01-16MAke build on Interix.tv2-11/+33
2005-01-16Make this build on Interix. (Apparently the sysexits.h override operationtv4-4/+28
in configure.ac was a little backwards....)
2005-01-14Fix build on 1.6.2 by respecting LDFLAGS (and CXXFLAGS, while I am here).wiz2-1/+18
2005-01-12Add and enable pbzip2.wiz1-1/+2
2005-01-12Initial import of pbzip2:wiz4-0/+36
The pbzip2 program is a parallel version of bzip2 for use on shared memory machines. It provides near-linear speedup when used on true multi-processor machines and 5-10% speedup on Hyperthreaded machines. The output is fully compatible with the regular bzip2 data so any files created with pbzip2 can be uncompressed by bzip2 and vice-versa.