Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 516094 - app-backup/dar-2.4.17 version bump
Summary: app-backup/dar-2.4.17 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Richard Freeman
URL: http://dar.linux.free.fr/
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-07-03 07:11 UTC by Per Pomsel
Modified: 2015-02-08 15:17 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
Ebuild for dar 1.4.16 (dar-2.4.16.ebuild,2.03 KB, text/plain)
2015-01-22 13:43 UTC, J. Roeleveld
Details
Ebuild for dar 1.4.17 (dar-2.4.17.ebuild,2.03 KB, text/plain)
2015-02-02 13:08 UTC, J. Roeleveld
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Per Pomsel 2014-07-03 07:11:01 UTC
Version 2.4.14 of DAR is out.

from 2.4.13 to 2.4.14
- limiting memory consumption of the cache layer to stay below 10 MiB, under
  certain circumstances (very large archive), it could grow up to an insane
  value like 50% or the available RAM. reducing to 10 MiB does not impact
  performance in a noticeable manner while it avoids system to swap out due
  to the libdar cache layer becoming huge.
- added --with-pkgconfigdir to define an alternative path for libdar
  pkgconfig file (to ease portability to FreeBSD)
- modified some Makefile.am for better FreeBSD support
- fixed display bug in XML listing output concerning hard linked inodes
- fixing typo in man page
- fixing bug met while isolating a catalogue in --sequential-read mode.
  Using such isolated catalogue lead dar report an error about inaccessible
  EA.
- displaying compression rate for sparse files even when they are
  uncompressed, sparse file detection also leads to compress files
- fixing bug that lead libdar to fail comparing an inode having EA when
  comparison is done in --sequential-read mode
- fixing display bug in in ligcrypt check of configure script for minimum
  required version
- fixing 'make clean' to remove some forgotten files generated by 'make'



Reproducible: Always
Comment 1 Per Pomsel 2014-07-03 07:40:22 UTC
Renaming of dar-2.4.13.ebuild to dar-2.4.14.ebuild works fine here (testet on x86 and amd64).
Comment 2 Per Pomsel 2014-09-11 06:56:16 UTC
from 2.4.14 to 2.4.15
- fixing bug met when reading an encrypted archive in sequential mode
- fixing bug met when reading an encrypted archive in sequential mode from
  an anonymous pipe
- changed option '-;' to -9 as '-;' does not work on all systems with getopt
  (only long option equivalent --min-digits worked) for dar, dar_cp,
  dar_manager, dar_xform and dar_slave commands.
- fixing bug met when restoring deleted files in sequential read mode and
  some directory where they should be "restored" are not readable or
  could not be restored earlier
- adding extra buffer to handle sequential read of encrypted archive
  when the last crypto block contains some but not all clear data after
  encrypted one (the archive trailer).
- fixing compilation issue using clang
- fixing bug that prevents using -~ option with on-fly catalogue isolation
  in order to execute an user command once on-fly isolation has completed
- added some autoconf magic to determine the correct (BSD/GNU) flag to
  use with sed in order to activate regular expression parsing
- new implementation of mask_list class which is compatible with libc++
- fixed bug met on FreeBSD with dar_xform where the system provides a
  standard input file descriptor in read-write instead of read-only mode.
Comment 3 Per Pomsel 2015-01-21 06:56:55 UTC
from 2.4.15 to 2.4.16
- fixing archive listing displayed information for catalogue size when
  archive is read in --sequential-read mode
- fixing bug that avoided dar releases 2.4.x up to 2.4.15 to read encrypted
  archive generated by dar release 2.3.x and below
- adding informational note at the end of ./configure script execution
  when --enable-mode has not been used.
- adding support for case sensitivity in filename comparison (-an option)
  for other character sets than POSIX/C locale like Cyrillic for example.
- fixing bashisms in doc/samples scripts
Comment 4 J. Roeleveld 2015-01-22 13:43:24 UTC
Created attachment 394616 [details]
Ebuild for dar 1.4.16

This ebuild builds succesfully.
Not tested functionally yet.
Comment 5 Per Pomsel 2015-02-02 10:53:35 UTC
from 2.4.16 to 2.4.17
- fixing issue when case insensitive comparison was requested and invalid
  wide char for the current local was met in a filename. In such situation
  the corresponding file was never saved before (considering a filesystem
  error for that file), while now the ASCII case insensitivity is used
  as fallback.
Comment 6 J. Roeleveld 2015-02-02 13:08:04 UTC
Created attachment 395374 [details]
Ebuild for dar 1.4.17
Comment 7 Richard Freeman gentoo-dev 2015-02-08 15:17:59 UTC
Sorry for not getting to this sooner.  In portage (based on the EAPI5 ebuilds, not this one, though in both cases it is just a bump).