Page MenuHomeSolus

Update dar to 2.5.11 and pkg enhancements
ClosedPublic

Authored by kyrios123 on Jul 7 2017, 9:48 PM.

Details

Summary

Application:

  • minor feature: displays the archive header which is never ciphered and aborts. This feature is activated while listing archive content and adding the -aheader option. This brings the side effect to invert two lines in the archive summary (dar -l archive -q) "catalogue size" and "user comment".
  • adding date format info for -w option in "dar_manager -h" usage help
  • fixed several mistakes in tools.cpp leading compilation to fail under certain environments
  • fixed a typo in filesystem.cpp and portability issue that lead compilation to fail under openbsd 6.0
  • fixed bug in the filtering mechanism relying on file listing (-[ and -] options) that could not find an entry in the listing upon certain condition leading a file not being excluded as requested or not included as requested

Solus package:

  • build with gpgme for asymetric strong encryption and signature (RSA, DSA, etc.)
  • build with attr for extended attributes support
  • build in 64 bits integers instead of "infinit" (see limitations here)

Signed-off-by: Pierre-Yves <pyu@riseup.net>

Test Plan
  • Make a backup dar -c tst_backup -R /tmp -g data2bkp
  • Test the archive dar -t tst_backup

Diff Detail

Repository
R587 dar
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

JoshStrobl added a subscriber: JoshStrobl.
JoshStrobl added inline comments.
package.yml
22

This is part of system.devel and thus doesn't need to be added. You'll notice that libgcrypt already exists in the abi_used_libs, because we're already compiling with support for it.

This revision now requires changes to proceed.Jul 16 2017, 9:27 AM
kyrios123 edited edge metadata.
kyrios123 edited the summary of this revision. (Show Details)

@JoshStrobl removed libgcrypt-devel from builddeps

This revision is now accepted and ready to land.Jul 16 2017, 2:55 PM
This revision was automatically updated to reflect the committed changes.