summaryrefslogtreecommitdiff
path: root/archivers
AgeCommit message (Collapse)AuthorFilesLines
2014-04-26Use BUILDLINK_TRANSFORM to edit -ldl as required, fixing the build for Linux.dsainty3-8/+9
2014-04-25Add upstream bug report URL.wiz2-3/+4
2014-04-25Update to 0.6.5.wiz8-316/+33
27 February 2014 Ike Devolder * release: 0.6.5 * fix blocksize calculation 25 February 2014 JCF Ploemen * lintian warning spelling fix 7 February 2014 Ike Devolder * add manfile for par2 29 January 2014 Jan van Haarst * README in Markdown 21 January 2014 Ike Devolder * add spelling fixes to cmdline output 18 January 2014 Jan van Haarst * fixed some spelling 6 January 2014 Ike Devolder * simplify FindFiles 4 January 2014 Ike Devolder * release: 0.6.4 * when directory is removed, recreate * add test to verify directory behaviour * add test with valgrind 16 December 2013 Ike Devolder * allow verification of files even with ducplicates in parfiles 15 December 2013 Ike Devolder * avoid adding of duplicates 14 December 2013 Ike Devolder * release: 0.6.3 * rework original tests so parallelisation is no issue * add test8 which makes sure the paths stored are relative * add test9 rename wrongly named file, passed to par2 result is correctly named files after repair 13 Decebmer 2013 Ike Devolder * move tests in separate folder, tests will be extended and otherwise eventually clutter the source too much 9 December 2013 Ike Devolder * rework parfilename handling + it fixes passing par filename without extension for repair 7 December 2013 Ike Devolder * release: 0.6.2 * basepath was not set correctly in restoring of 'old' way 5 December 2013 Ike Devolder * release: 0.6.1 * show usage / version / copyright on request * restore 'old' way of creating make -a optional 30 November 2013 Ike Devolder * release: 0.6.0 * test8: windows generated recovery files with subdir * windows recurses in . and .. which leads to deadlock so dont recurse in folders starting with . on windows * when recursion happens make sure windows can recover with unix created par2 files * fixed fc -> fd typo in windows part of diskfile * FTBFS fix on GNU/kFreeBSD (by Cyril Brulebois) * fixed non quiet output when creating par2 * Applied fix preventing a stack overflow (by Robert Schneider) 14 October 2013 Ike Devolder * Implemented recursion * NOTE: only for unix like systems * Windows can be done i guess but i have no access to windows machines 16 June 2013 Ike Devolder * Implemented initial subdir handling * added subdir tests 13 June 2013 Ike Devolder * Fixed failing testsuite 9 December 2012 Ike Devolder * rework purging of par(2) files because of possible segfaults and other inconsistencies 4 December 2012 Ike Devolder * fix purge option so it removes the par files when there is no repair needed * add purge option to verify so when there is no repair needed the par2 files are removed when the purge option is given 30 November 2012 Ike Devolder * add purge option remove backup files (mostly .1) and par files on request **USE AT YOUR OWN RISK * purge option available in par1 and par2 repair * fix memory leak when using par1 repair 30 January 2012 Ike Devolder * add inlining performance improvement of Gerard Putter * release: 0.5.4 19 January 2012 Ike Devolder * fix wrongly created par2 files in quiet mode this was related to the -q -qq fix * release: 0.5.3 17 January 2012 Ike Devolder * fix deadlock condition when repairing and filepath is longer than _MAX_PATH * increase _MAX_PATH, 255 is no longer of these days * release: 0.5.2 16 January 2012 Ike Devolder * fixup 0.5 version display * "par2 create" dumps core with -q or -qq, but non-quiet mode works fine FIXED * removed automake files * updated copyrights * release: 0.5.1 12 December 2011 Marcel Partap * Reanimate par2cmdline development on new github repository * Merge available distro patches since 2004 0.4 release back upstream * Release: Version 0.5 ;) 3 January 2005 Peter B Clements * par2creatorsourcefile.cpp: "offset" must be updated when computing file and block hashes even if progress is not being displayed. 23 June 2004 Peter B Clements * diskfile.cpp: Changed DiskFile::GetFileSize for WIN32 so that it uses _stati64() to get the size of a file. * par2creatorsourcefile.cpp: In UpdateHashes() the test that adjusts the length of the last block of a file when before updating the file hash was incorrect. 17 June 2004 Peter B Clements * par1repairer.cpp, par2repairer.cpp: Report empty files when scanning for data.
2014-04-15Uses libexecinfo.asau1-2/+3
2014-04-10recursive bump from ilmbase shlib version change.obache1-2/+2
2014-04-07Non-void function must return a valueadam1-1/+1
2014-04-03Apply fixes for CVE-2011-1777 and CVE-2011-1778 (add check forhe3-53/+94
buffer overflows in handling iso9660 and tar images), despite Joerg telling me I should have better things to spend my time on. Fixes pulled from https://bugzilla.redhat.com/show_bug.cgi?id=705849 Bump PKGREVISION.
2014-03-31Update pbzip2 to 1.1.18.fhajny3-9/+9
Changes in 1.1.18: - Fixed bug of metadata unpreserved on empty files compress (bug #1011021) Changes in 1.1.17: - Fixed refusal to write to stdout on -dc from stdin (bug #886628) - Fixed occasional failure on decompress with --ignore-trailing-garbage=1 with multiple bad blocks in the archive (bug #886625) Changes in 1.1.16: - Fixed bug - deadlock due to unsynchronized broadcasts (bug #876686) - Prevent deletion of input files on error (bug #874543) - Document how to compress/decompress from standard input (bug #820525) - Added more detailed kernel error messages (bug #874605) - Fixes for error handling in muliti-file processing (bug #883782)
2014-03-18Add a workaround for the lack of strto{i,u}max on MirBSD, fix build.bsiegert1-1/+5
2014-03-18Add workaround for NetBSD-5.x.obache2-1/+16
readlink is defined as a macro, it produce build failure reported in PR pkg/48622.
2014-03-16Fix build problem with RUBY_VER == 21.taca2-24/+36
2014-03-14Fix build under SCO OpenServer 5.0.7/3.2ryoon2-3/+25
2014-03-13Add GEM_EXTSDIR support.taca1-1/+2
No functional change for current versions of Rubys.
2014-03-13Use RUBY_SUFFIX instead of RUBY_VER.taca2-4/+4
2014-03-12For lack of a better source of gtar.1, regenerate said using help2man, asfhajny2-197/+554
the previous one was seriously outdated. Provide a helpful target for the future. Bump PKGREVISION.
2014-03-10optimization hack for m68k is not required anymore.obache1-15/+0
confirmed by tsutsui@ on NetBSD/luna68k 6.1.3.
2014-03-08fixes the guard nameobache1-4/+4
2014-02-24Changes 1.27.1:adam6-17/+16
* Bug fixes * Fix unquoting of file names obtained via the -T option. * Fix GNU long link header timestamp (backward compatibility). * Fix extracting sparse members from star archives.
2014-02-19GCC_REQD should be appended to, not set.jperkin1-2/+2
Fixes issues where a newer GCC has been chosen by the user but the GCC_REQD was forcing an older (and broken) one to be pulled regardless.
2014-02-12Recursive PKGREVISION bump for OpenSSL API version bump.tron6-10/+12
2014-02-06Updated archivers/p5-Archive-Tar to 1.96abs2-8/+6
1.96 24/10/2013 - integrate Package::Constants into Constant module and remove requirement on it. 1.94 24/10/2013 - install into site if >= 5.012 1.93_02 22/10/2013 (XLAT) - [rt.cpan.org #78030] symlinks resolution on MSWin32
2014-02-06Updated archivers/p5-Archive-Zip to 1.37abs2-7/+6
1.37 Wed 08 Jan 2014 - Need newer Test::More to support done_testing() [thaljef] 1.36 Mon 30 Dec 2013 - Fix error in version update with 1.35 [RT #91744] 1.35 Mon 30 Dec 2013 - fallback on copy if move gives permission denied [github.com/plicease] 1.34 Mon 2 Dec 2013 - Restore svn history from svn.ali.as (thanks H. Merijn Brand) - #90854 Test 17 in t/03_ex.t is failing - Allow reading ZIP from seekable streams (like PerlIO::Scalar) - RT#75197 - Fixes: #76780: Cannot create member called "0" with addString (HAGGAI) 1.33 Sat 9 Nov 2013 - #59102 (Spelling error in manapage) [github.com/dsteinbrunner] - #86600 typo fixes [github.com/dsteinbrunner] 1.32 Fri 8 Nov 2013 - #89777 Unlink temp files generated by tempFile. [PHRED] 1.31_04 Fri 14 Oct 2011 - Alan Haggai Alavi - Updated Perl dependency to 5.006 to reflect implicit dependencies in the code exposed by Perl::MinimumVersion xt test (ADAMK) - Fixes: #68446: Set compressed size and uncompressed size of an entry to 0 if either of them is 0 (HAGGAI) - Added $VERSION to crc32 (ADAMK) 1.31_03 Thu 30 Jun 2011 - H.Merijn Brand - Add decryption support 1.31_02 Wed 9 Mar 2011 - Adam Kennedy - More fixes by HAGGAI, which he still doesn't detail in Changes 1.31_01 Fri 5 Mar 2010 - Adam Kennedy - Various fixes by HAGGAI, which he has not yet provided details on: - Experimental Unicode in file/dir names
2014-02-06Updated archivers/p5-Archive-Any to 0.0941abs2-13/+14
0.0941 2013-11-06 21:38:55 America/Toronto - Fixes version number in lib/Archive/Any.pm - Previous release had broken permissions. 0.0940 2013-10-18 01:35:34 America/Toronto - Adds x-bzip2 as per PERLER's patch in RT#67738. - Converts dist to Dist::Zilla
2014-02-01Update to KDE SC 4.11.5markd2-6/+5
bug fixes
2014-01-25No need to have two variables for the same logic.wiz1-2/+2
Replace PYTHON_PATCH_SCRIPTS with REPLACE_PYTHON.
2014-01-20Fix build with libc++ by doing the sorting explicitly. Bump revision.joerg4-18/+175
2014-01-09Avoid existing ERR macros. Fixes SunOS.jperkin2-3/+12
2014-01-09Add cfmakeraw compatability for SunOS.jperkin2-1/+24
2014-01-09Needs bzip2 and zlib.jperkin1-1/+3
2014-01-09Needs zlib.jperkin1-1/+2
2014-01-09Needs bzip2.jperkin1-1/+2
2014-01-02Fix pkgsrc patch to only include dirent.h once.dholland2-5/+5
2014-01-01Recursive PKGREVISION bump for libgcrypt-1.6.0 shlib major bump.wiz1-1/+2
2013-12-31Update to 0.11.2:wiz3-7/+9
0.11.2 [2013/12/19] * Support querying/setting operating system and external attributes. * For newly added files, set operating system to UNIX, permissions to 0666 (0777 for directories). * Fix bug when writing zip archives containing files bigger than 4GB.
2013-12-23Reset maintainer for resigned developers.wiz2-6/+4
2013-12-09Fix/Update DEPENDS paterns for perl CORE modules, with some trivial fixes.obache4-12/+14
Bump PKGREVISION for runtime dependency pattern changed packages.
2013-12-02Changes 0.2.0:adam2-14/+12
* Decompression of archives using the -lhx- file format supported by unlha32.dll is now supported (thanks Multi for the patch). * The -p (print to stdout) command line option is now supported. * The test suite should now run correctly on Windows. Bugs fixed: * Bug where archives read from pipes (eg. stdin) were not extracted beyond the first file in the archive. * Output when using the -w (extract directory) option now correctly matches the output of Unix lha.
2013-11-23Use find-headers instead of find-files to detect builtin header files.obache3-13/+10
2013-11-14Substitute Bash properly. Bump PKGREVISION.fhajny1-1/+4
2013-11-13Let ruby-xz use a full filename in loading a library.minskim3-5/+6
2013-11-08Needs pod2man. Fix missing ffsll on NetBSD.joerg3-3/+17
2013-11-07Update to KDE SC 4.11.3markd2-6/+5
bugfixes, many new features, improved stability and performance.
2013-11-04Make guard variable used by the integrity check non-static, so that itjoerg3-5/+18
won't get dropped as unused.
2013-11-01Only create the rmt symlink if rmt is built.jperkin1-4/+7
2013-10-29Change to use uncompressed archive for distfile (put on our ftp server)obache2-7/+9
to avoid circular dependency of archive tool.
2013-10-27Don't play with -fno-schedule-insns2 or -fno-strength-reduce.joerg2-4/+22
2013-10-23Changes 0.6:adam3-17/+17
fix use of -L (lowercase) option with -d
2013-10-21Add lrzipfhajny1-1/+2
2013-10-21Import lrzip-0.616 as archivers/lrzip.fhajny6-0/+95
Compression program optimised for large files. The larger the file and the more memory you have, the better the compression advantage this will provide, especially once the files are larger than 100MB. The advantage can be chosen to be either size (much smaller than bzip2) or speed (much faster than bzip2).
2013-10-12Use "if empty()" instead of comparing with an empty string.tron1-2/+2