summaryrefslogtreecommitdiff
path: root/archivers
AgeCommit message (Collapse)AuthorFilesLines
2014-05-29Bump for perl-5.20.0.wiz9-13/+18
Do it for all packages that * mention perl, or * have a directory name starting with p5-*, or * depend on a package starting with p5- like last time, for 5.18, where this didn't lead to complaints. Let me know if you have any this time.
2014-05-26Updated to latest release, 3.91. Minor whitespace fixes in the Makefile.rodent6-31/+48
Use BUILD_DIRS and MAKE_ENV instead of writing do-install phase manually. Add sparc{,64} support to package. Fixes build on OpenBSD/sparc64 at least. Defuzz patches. From NEWS: ================================================================== User visible changes for UPX ================================================================== Changes in 3.91 (30 Sep 2013): * Added experimental support for Windows 64-bit PE files, based on work by Stefan Widmann. Please use for testing only! * bug fixes ================================================================== Changes in 3.09 (18 Feb 2013): * New option --preserve-build-id for GNU ELF. * Allow for code signing and LC_UUID on Mac OS X executables. * Allow non-contiguous LC_SEGMENTs and 0==.vmsize for Mach-O. * Allow zero-filled final page in PackUnix::canUnpack(). * bug fixes
2014-05-25Move struct declaration to make ISO C90 happier.rodent2-9/+12
2014-05-25Removing LICENSE, since licenses/xbin-license doesn't exist.rodent1-2/+1
2014-05-25Fix build for OpenBSD.rodent3-9/+56
2014-05-22No need to set BUILDLINK_PREFIX.xz here.obache1-2/+1
Default value set in mk/bsd.buildlink3.mk should be sufficient. Moreover, this guess will not works well on Haiku. Its header files are in "headers", not "include".
2014-05-17Bump applications PKGREVISIONs for python users that might be usingwiz1-2/+2
python3, since the default changed from python33 to python34. I probably bumped too many. I hope I got them all.
2014-05-15Revbump after updating graphics/giflibadam1-2/+2
2014-05-14Forgot USE_TOOLS+=groff for OpenBSD.rodent1-2/+2
2014-05-14Updated to latest release, 2.4.13, as requested by doc/TODO. Removedrodent25-509/+58
patches which were applied upstream or deprecated. USE_TOOLS+=groff to fix generation of a few .html files on OpenBSD. Depends on libgcrypt instead of openssl now. From ChangeLog: from 2.4.12 to 2.4.13 - adding initialization value for two variables to avoid inappropriate warning when compiling with -Wall option - reducing UNIX_PATH_MAX by the system when not defined from 108 to 104 bytes to accommodate BSD systems - fixing assignment operator of class criterium that was not returning any value as it should - removing useless boolean expression that always succeeds in logical AND expression - adding support for back-slash of quoting characters in DCF files - fixed compilation issues with clang / FreeBSD, Thanks to Neil Darlow's server ;-) - fixed compilation warning due to deprecated symbols in libgcrypt header files - replaced gnu make specific rules by legacy ones to avoid automake warning about them - removed old unused stuff from misc sub-directory - adding warning at compilation time if libgcrypt used is older than 1.6.0 - adding warning at execution time if hash computation is requested with slices greater than 256 Gio and ligbcrypt dynamically or statically linked is older than 1.6.0 - adding alternative methods in list_entry API class to return dates as number of seconds - fixed bug in hour-shift (-H option) when comparing dates from an old extracted catalogue (archive format 7 or older). - fixed documentation bug about the meaning of the compression ratio - fixed a display bug about the "compression flag" wrongly displayed for uncompressed files - fixed unhandled exception when giving non number argument to -1 option from 2.4.11 to 2.4.12 - for correctness fixed delete vs delete[] on vector of char (not incidence reported) - fixed out of range access in routine used to read very old archive format - fixed error in logical expression leading a sanity test to be useless - removed duplicated variable assignment - updated FAQ - fixed typo and spelling errors - fixed bug (reported by Torsten Bronger) in the escape layer leading libdar to wrongly reporting a file as corrupted at reading time - fixed bug in the sparse file detection mechanism that lead the minimum size hole detection to become a multiple of the default value or specified one. This implied a less efficient reduction of sparse files because smaller holes in files were ignored - fixed and updated man page about --go-into option - updated full-from-diff target in /etc/darrc default file - added a debug option in hash_file class (option only used from testing tools) to troubleshoot sha1/md5 hash problem on slices larger than (2**38)+63 bytes, bug reported by Mike Lenzen and understood by Yuriy Kaminskiy at libgcrypt. Note: This bug is still open due to an integer overflow in libgcrypt. - backported from current development code an additional and more simple way to read an archive using the libdar API. This API extension is not used by dar command-line tools for now. - Fixing installation of libdar header files on Darwin, where "DARwin" macros were not filtered out from the generated libdar header files. - Fixing self reported bug 'generic_file.cpp line 309' met while comparing an archive with a filesystem - Update code in order to compile with gcc-4.8.2 in g++11 mode (partial implementation and adaptation of Fabian Stanke's patch) - Fixing bug met while performing a verbose archive listing in sequential read mode - Added Ryan Schmidt's Patch to properly display status at end of ./configure script under BSD systems (in particular Mac OS X) - Updating configure.ac script to fix warning reported by autoconf when generating the ./configure script - Addressed portability problem with BSD systems that do not provide a -d option to the 'cp' command, preventing proper installation of the Doxygen documentation. Fix based on patch provided by Jan Gosmann. from 2.4.10 to 2.4.11 - Modified behavior of 'dar -h' and 'dar -V', both now return 0 as exist status instead of 1 (which means syntax error). - Fixed bug: -Q is now available with -V under the collapsed form -QV or -VQ - fixed typo in documentation - fixed memory leakage met when dar fails a merging operation because the resulting archive is specified in an directory that does not exist. - fixed bug met when isolating a differential backup in sequential read mode - fixed bug about slice file permission not taking care about umask variable when the --hash feature is used. - fixed performance issue when reading an archive over a pair of piles using dar_slave (possibly over ssh) when the archive makes use of escape marks and when no encryption is used - added target "full-from-diff" in /etc/darrc default file - fixed bug avoiding reading an truncated archive in direct access mode with the help of an external catalogue. - new and better implementation of archive extraction in sequential read mode - fixing bug (segfault) met when hitting CTRL-C while reading an archive in sequential mode - fixing libdar.pc for pkg-config for the cflags given to external applications - fixed memory allocation/desallocation mismatches (delete vs delete [] ) concerning four vector of chars. - fixed error in logical expression leading a sanity test to be useless
2014-05-11Fix build for OpenBSD. Defuzz patches (casuality of mkpatches).rodent9-23/+41
2014-05-05Recursive revbump from x11/pixmanryoon1-2/+2
Fix PR pkg/48777
2014-05-03Add ALTERNATIVES for moved bin/${BINARY} to bin/${BINARY}${PYVERSSUFFIX}.rodent1-0/+1
2014-05-03Fix OpenBSD 5.5 buildryoon2-3/+17
2014-05-03+py-yuicompressorrodent1-1/+2
2014-05-03Import py27-yuicompressor-2.4.8 as archivers/py-yuicompressor.rodent4-0/+45
YUI Compressor is a JavaScript and CSS minifier written in Java. This package bundles the YUI Compressor JAR file to ease its use in Python projects. Note that you still need to have Java Runtime Environment installed.
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.