summaryrefslogtreecommitdiff
path: root/archivers/dar/patches
AgeCommit message (Collapse)AuthorFilesLines
2012-11-23archivers/dar: #include <unistd.h>marino1-0/+12
Fixes out-of-scope errors seen on gcc 4.7.x
2011-08-20Update to 2.4.1. For a list of changes in this release,cheusov4-21/+35
see the documentation.
2008-08-02Fix broken build on amd64.dholland1-0/+32
2008-06-22Update Dar to 2.3.8:dsainty1-7/+7
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).
2007-09-16Update dar to version 2.3.5:dsainty1-10/+10
This is a minor release. Changes from 2.3.4 are: - changed displayed message when adding a hard link to an archive while performing a differential backup - added back the possibility to use old blowfish implementation (bfw cipher) - integrated optimization patch from Sonni Norlov - updated Swedish translation by Peter Landgren - updated French translation - fixed broken Native Language Support in 2.3.x (where x<5)
2007-04-13The perils of modifying patches by hand... The old patch files applieddsainty2-5/+7
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-03-18Update to dar 2.3.3, and also fix PLIST for dar-int32 and dar-int64 Pkgsrcdsainty3-10/+42
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]
2006-10-08Fixed "test ==".rillig1-0/+39
2006-08-30Added a patch for Solaris.rillig1-0/+17
2006-08-30Added a patch for Solaris to the configure script.rillig1-0/+20
2006-05-26Changes 2.3.0:adam1-22/+0
- added user_interaction::pause2() method - added the snapshot feature - added the Cache Directory Tagging detection feature - adapted Wesley's patch for a pkgconfig for libdar - more...
2006-05-07Do not convert char* to int, which may cause an error on 64-bit platforms.minskim1-5/+14
Bump PKGREVISION.
2005-09-09Added CVS Id tag to patch-ac.rillig1-0/+2
2005-09-07Add patch to check the gettext implementation correctly --reed1-0/+11
so it doesn't build with its own libintl. The error was: error: too many arguments to function `const char* _nl_expand_alias()' Include devel/gettext-lib/buildlink3.mk. Bump PKGREVISION. This is for PR 30993.
2005-06-29Updated dar to 2.2.2martti11-158/+12
* lots of new options * lots of bug fixes * translation updates * documentation updates
2005-01-24Hopefulyl final Interix fix: make test_filesystem.cpp build.tv1-0/+22
2005-01-24Another Interix fix: Fix nonstatic linking in src/testing subdir.tv2-0/+27
2005-01-24Fix build on Interix. (Changes submitted to author.)tv8-0/+110
2004-05-29Remove superfluous SED/MV.minskim1-3/+3
2003-12-15Initial import of dar-2.0.2 into the NetBSD Packages Collection.agc1-0/+13
Provided in PR 23738 by David Simas. DAR is a Disk ARchiver, for backing-up file systems to disk. It's rather in the spirit of TAR, with some additions. Notably: DAR can break up a archive into multiple files, to facillitate storage on portable media, like CDs or DVDs. Can perform incremental back-ups against a reference archive, or, more conveniently, a "catalog" of an archive, which is sort of a combination of a TAR table-of-contents and a file checksum list. DAR also supports filtering, so files or directories can be excluded from an archive, compression, filtered compression, and the inclusion of parity in archives, to help recover from media errors. See http://dar.sourceforge.net/