summaryrefslogtreecommitdiff
path: root/archivers
AgeCommit message (Collapse)AuthorFilesLines
2007-05-06Add a patch to prevent possible buffer overflow by using strcpy()taca3-3/+19
in zzip_open_shared_io(), it was reported as CVE-2007-1614. Bump PKGREVISION.
2007-05-03Update to 3.7.5:wiz2-6/+6
Changes undocumented, probably just bug fixes (diff is small).
2007-04-30Changes 4.45:adam4-12/+15
- Default dictionary size was increased: Normal: 16 MB, Max: 32 MB. - Speed optimizations. - Benchmark was improved (new "b" command in command line version). - The number of DLL files was reduced. - switch -mhcf=off is not supported now. - If -t{Type} switch is not specified, 7-Zip now uses extension of archive to detect the type of archive. - Some bugs were fixed (BZip2 in multithread) - x86 or x86_64 : ASM version of crc32 available - better detection of executable file (scripts do not need BCJ/BCJ2 filter) - default permissions are now : - for a file : -rw------- - for a directory : drwx------ - on MacOSX, locale is always utf8 - makefile.qnx_static and makefile.qnx_shared added
2007-04-19Update to 2.18.2:wiz4-20/+8
version 2.18.2 -------------- * Fixed error when removing folders from tar archives.
2007-04-19Add support for using suse100 with NetBSD/amd64 and COMPAT_LINUX32.xtraeme1-2/+3
Support is added via the options framework, to use 32-bit packages must be used "PKG_OPTIONS.suse=compat32", otherwise it will use the 64-bit packages by default. Known packages working are opera (does not require any change in Makefile) and rar-bin. Tested by some, closes PR pkg/35477 by Michai Chelaru (which provided a patch more or less than this one).
2007-04-14Remove ucl, moved to devel.wiz1-2/+1
2007-04-13The perils of modifying patches by hand... The old patch files applieddsainty3-8/+10
via NetBSD's patch(1) just fine, but failed on a Debian Linux box. We need to provide three lines of context in the diff or else They complain about patching fuzz, even if 100% of the diff context matches the target.
2007-04-11update to 2.18.1drochner4-64/+40
This moves this pkg to the new stable gnome branch, too much to list here.
2007-04-10Merge archivers/ucl and devel/ucl into one. This was an accident.drochner5-50/+0
Pointed out by wiz.
2007-03-25Fix build with gnome-doc-utils-0.10.1.wiz2-1/+15
2007-03-21Bump PKGREVISION for gnome-keyring ABI bump.wiz1-1/+2
2007-03-19Become maintainer.wiz1-2/+2
2007-03-19give away to pkgsrc-userstv2-4/+4
2007-03-18Update to dar 2.3.3, and also fix PLIST for dar-int32 and dar-int64 Pkgsrcdsainty6-21/+58
options. Upgrading to 2.3.3 is strongly recommended if you use Dar to backup across multiple filesystems: http://article.gmane.org/gmane.comp.sysutils.backup.dar.announce/31 Changelog entry from 2.3.2 to 2.3.3: - avoid using getpwuid() and getgrgid() for static linking. - fixed typo in dar's man page - update FAQ - fixed bug: uncaught exception thrown when CTRC-C was hit while dar waits an answer from the user [SF #1612205] - fixed bug: unusable archive generated when CTRC-C was hit and blowfish encryption used [SF #1632273] - added a check to verify that the libdar used is compatible with the current dar suite programs [SF #1587643] - fixed bug: added workaround for the right arithmetic shift operator (the binary produced by gcc-3.4.2 produces computes "v>>s" equal to "v" when when v is a integer field composed of s exactly bits. It should rather compute it to zero...). this problem leads 32 bits generated archive incompatible with 64 bits generated archive only when blowfish is used. - fixed bug met when the inode space is exhausted, thanks to "Jo - Ex-Bart" for this new feedback. [SF #1632738] - replaced &, <, >, ' and " in XML listing by &...; corresponding sequence. [SF #1597403] - dar_manager can receive arguments after stick to -o options (it is an error in regard to documentation, but no warning was issued in that case, leading to confusion for some users) [SF #1598138] - updated Veysel Ozer's automatic_backup script - fixed hard link detection problem [SF #1667400] - verbose output did not displayed hard links information - merged patch on dar_cp by Andrea Palazzi to have it to return EXIT_DATA_ERROR when some data have been reported [SF #1622913]
2007-03-14Updated pbzip2 to 1.0.rillig2-6/+6
Changes since 0.9.6: Changes in 1.0 (Mar 14, 2007) - Official non-beta release! - Fixed minor memory leak in queueDelete() - Added support for UNIX systems to modify max number of CPUs used based on load average
2007-03-12Sync config.{guess,sub} with mk/gnu-configure.joerg2-361/+481
2007-03-08Made the package definition simpler and fixed pkglint -Wall warnings.rillig1-10/+3
2007-03-08Update to 3.7.4:wiz2-6/+6
Changes in \\ handling.
2007-03-08Removed extra parentheses around simple return statements, to align withrillig14-439/+439
the current NetBSD version.
2007-03-08Merged the change from NetBSD's 1.51 to 1.52:rillig1-2/+3
EROFS is not a critical error in a "mkdir -p".
2007-02-27Update to 1.18:wiz2-6/+7
1.18 Wed 25 Oct 2006 - Adam Kennedy - Changing to a production version for final release - No other changes of any kind 1.17_05 Tue 19 Sep 2006 - Adam Kennedy - Seperated the classes from the main file into seperate packages. - Merged the Zip.pod into the main Zip.pm file. - Applied default Perl::Tidy to all of the source files, to improve the readability and maintainability of the files. - Added license in Makefile.PL - Added some additional entries to the realclean files
2007-02-27Update to 2.09:wiz3-76/+7
2.00 Wed Apr 13 16:33:35 2005 This is a complete re-write of Compress::Bzip2. I left the in-memory compress routines much as is, compress and decompress. (re)created by h2xs 1.23 with options -b 5.6.0 -n Compress::Bzip2 bzlib.h I wanted Compress::Zlib compatibility cause I have s/w that uses Compress::Zlib and I wanted an easy migration path, since bzlib gives about 20-30% better compression on ascii files than gzip. This is a 2.x release. Since there was a change in authorship, I figured I should bump the major version number. I could have easily given this a slightly different name. Given the minimal functionality of version 1, that didn't seem like a useful thing to do. Heck, version 1 doesn't even work with bzlib 1.x, you have to patch in the BZ2_ prefixes, so my guess is that Compress::Bzip2 isn't being used in a lot of places. 2.01 Sat Apr 23 2005 - cleaned up for 64bit, HPUX PA-RISC 2.0W and itanium - fleshed out the Compress::Zlib compatibility, added a couple of tests for it. - added bzip2, bunzip2 and bzcat, which act like the bzip commands. - added some compatibility for windows, can't test it out really - added the bzlib library underneath - changed the test suite so that it does not rely on bzip2 being installed. - added a test to the Makefile.PL to determine whether or not the internal Bzlib is necessary. 2.02 Sat Apr 23 2005 - 2.01 rejected by PAUSE because the META.yml was invalid - learned how to do "make dist" 2.03 Sun Apr 24 2005 - didn't have config.in in the MANIFEST, the tarball was unbuildable. - rewrote the INSTALL, README to give help on the config.in options for locating your bzip2 installation. 2.04 Mon Apr 25 2005 - tested different styles of builds. confirmed some errors in the Makefile.PL test for bzip2 that were pointed out by Sisyphus. - Sisyphus reported some changes necessary for windows builds. I injected those changes into the code. one of them, adding aTHX_ to the call to PerlIO_binmode seems like a perl version thing. - added tests for internal_bzlib, copied from bzip2 1.0.2. 2.05 Wed Apr 27 2005 - cleaned up the pod so it's more presentable online. - win32 builds - the eye of the needle. Sisyphus has been doing most of the work. - cater to win32 nmake - :: ok but $^ not - cater to win32 dmake - :: bad but $^ ok - cater to win32 - use File::Spec catfile and rel2abs all over the place 2.06 Fri Apr 29 2005 - build for bzip2.exe fine tuning for win32 nmake 2.07 Sun May 1 2005 - bzlib-src/Makefile.PL had a stupid mistake in it that shows up for win32 nmake. I can't test that stuff out. Plus, got some new info from Sisyphus, so tossed my scribble and put in something known to work. - implemented Compress::Bzip2 1.03 compatibility layer to encompass the post-1.00 development thread taken by Marco Carnut and David Robins. Made an effort to include the three .t test files asis. - Why? Cause I found that PerlIO::via::Bzip2, by Arjen Laarhoven, is built on the streaming interface of 1.03. From looking over it, I gather it redirects a 1.03 compression/decompression stream to/from a file. It doesn't do the extra bit of fiddling with the trailers to make the resultant file usable by the bzip2 commands. Additionally, the 1.03 decompress stream doesn't handle the pause when an embedded EOF marker is found, which is an issue for files larger than the buffer size (900k by default). So, I figured it would be easy to provide a compatibility layer for packages that use 1.03. By using my stuff, the headers and trailers would be automatically taken care of, as would the EOF marker. Something like PerlIO::via::Bzip2 would then interoperate with bzip2 commands. Sure, I think bzread and bzwrite are better choices for file IO, but this is perl, right? There has to be at least 10 ways to do the same thing. 2.08 Wed May 11 2005 - Sisyphus got the win32 nmake problem licked. merging his stuff in. - perldoc changes for bzip2 1.03 compatibility. - got ownership of the module on cpan 2.09 Tue Aug 9 2005 - change email addy - patch for test 041-error.t, thanks to Dave Evans - prototype error for bzwrite, limit variable was not optional, thanks to Christian Drauch for pointing this out.
2007-02-20Add this, required by a new pkg.xtraeme1-0/+22
2007-02-19Cosmetic tweak to MESSAGE to avoid exceeding 80 columns if PKG_SYSCONFDIR is ↵dsainty1-3/+3
longer than usual (PREFIX != /usr/pkg).
2007-02-17Added lzma.obache1-1/+2
2007-02-17Add lzma version 4.43.obache4-0/+33
Packaged and provided by Jonathan A. Kollasch in PR 34610. This package is 7zip LZMA SDK utility.
2007-02-09update to 2.16.3drochner2-6/+6
changes: translation updates
2007-02-05Update to 3.7.3.wiz2-6/+6
Changes: secret, as always. From the diffs it looks like some big-endian fixes and other small changes.
2007-01-28Update ruby-zip package to 0.9.1.taca3-7/+32
Also install some documents and examples. = Version 0.9.1 Added symlink support and support for unix file permissions. Reduced memory usage during decompression. New methods ZipFile::[follow_symlinks, restore_times, restore_permissions, restore_ownership]. New methods ZipEntry::unix_perms, ZipInputStream::eof?. Added documentation and test for new ZipFile::extract. Added some of the API suggestions from sf.net #1281314. Applied patch for sf.net bug #1446926. Applied patch for sf.net bug #1459902. Rework ZipEntry and delegate classes.
2007-01-27Changes 4.44:adam3-18/+20
- From Windows version of 7-zip 4.43 : - 7za : Cab support - Speed optimizations for LZMA, Deflate, BZip2 and unRAR. - fix : now, updating a crypted header archive keeps the crypted header - fixes in the help displayed by 7za/7z/7zr. - code cleanup - remove of mySetModuleFileNameA (and its memory leak), GetModuleFileName ... - fixed : p7zip for DJGPP can now update an archive (thanks stranix) - fixed : in the plugins of 7z, the "Utf16" state was always off. - fixed : support for directory names that are not encoded with the current locale. (ex : directory name is in "iso 8859-15" whereas the locale is "utf8") - patch 1581907 : fix for FreeBSD in contrib/gzip-like_CLI_wrapper_for_7z/p7zip - fixed : p7zip can now restore a symbolic link from a Zip archive (archive.zip made with "zip -y") remark/todo : p7zip stores, in a zip archive, the linked file instead of the symbolic link - fixed 1630452 : small fix in the output of the script install.sh - fixed 632912 : Extracting large directories takes quadratic time - preliminary support of HP-UX : remove of RTLD_GROUP for dlopen in DLL.cpp makefile.hpux-acc should be able to build 7za for HP-UX (thanks to furiol) - Client7z added.
2007-01-15Update to 3.7.2. Changes look like better character encoding support,wiz2-6/+6
but no ChangeLog exists, so who knows...
2007-01-14Fixed the build for sunpro on Solaris 10.rillig5-2/+72
2007-01-11add LICENSE=generic-nonlicense, because RESTRICTED makes it clear thisgdt1-1/+2
is non-free, and that's better than missing LICENSE.
2007-01-08Change RESTRICTED message, suggested by gdt@.obache1-5/+3
2007-01-08Put LICENSE before RESTRICTED, suggested by gdt@.obache1-2/+2
2007-01-08Redistribution of LHa is restricted.obache2-4/+10
2007-01-07Updated dar to 2.3.2.rillig2-6/+11
from 2.3.1 to 2.3.2 - fixed bug in Native Language Support when --enable-locale-dir was not set (Thomas Jacob's patch) - updated Swedish translation by Peter Landgren - --verbose=skipped was not available (only the short -vs form was available) - reviewed regex with ordered mask for the feature to better fits user's need (Dave Vasilevsky's feedback) - fixed bug where compression algorithm was changed to maximum (fixed with Richard Fish's adequate patch) - fixed tutorial with command line evolution (dar's -g option in particular) - latest version of Grzegorz Adam Hankiewicz's mini-howto - fixed bug concerning restoration of only more recent files
2007-01-06Update to 1.0.4:wiz3-15/+15
1.0.4 (20 Dec 06) ~~~~~~~~~~~~~~~~~ Fixes some minor bugs since the last version, 1.0.3. * Fix file permissions race problem (CAN-2005-0953). * Avoid possible segfault in BZ2_bzclose. From Coverity's NetBSD scan. * 'const'/prototype cleanups in the C code. * Change default install location to /usr/local, and handle multiple 'make install's without error. * Sanitise file names more carefully in bzgrep. Fixes CAN-2005-0758 to the extent that applies to bzgrep. * Use 'mktemp' rather than 'tempfile' in bzdiff. * Tighten up a couple of assertions in blocksort.c following automated analysis. * Fix minor doc/comment bugs.
2006-12-19Fixed PKGMANDIR.rillig2-7/+8
2006-12-15Reset maintainer, ben@ has resigned.wiz6-12/+12
2006-12-06added support for IRIX 5schwarz1-1/+6
2006-12-03Add Kees Cook's patch for CVE-2006-6097 taken from Ubuntu Linux.tron5-18/+75
Bump package revision.
2006-12-03Applied the security patch for the CVE-2006-4335, CVE-2006-4337 andobache5-6/+139
CVE-2006-4338 via LHa for UNIX autoconfiscated version. Bump PKGREVISION.
2006-11-29update to 2.16.2drochner2-7/+6
changes: translation updates
2006-11-27Make build on Interix - security fix was assuming that SIZE_MAX is defined;tv2-12/+23
copy #ifndef...#define...#endif block used in other source files.
2006-11-27Fix incremental backups under (at least) NetBSD. Bump PKGREVISION.dsainty3-2/+21
2006-11-19tv@ pointed out that curl-7.16.0 had a shlib major bump --wiz2-4/+4
increase its BUILDLINK_ABI_DEPENDS, and bump PKGREVISIONs of dependencies. Sorry for not finding this earlier.
2006-11-14DESTDIR support.joerg2-6/+8
2006-11-12Added a patch for newer libcurl versions, in which CURLOPT_MUTE has beenrillig2-1/+16
removed.
2006-11-12Fixed PKGMANDIR.rillig1-3/+3