Compare commits
2 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| f7586bf02e | |||
| 13cb642dd2 |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fac56b59b78b5435ee19541ff4bd3dc329c8252ff78749ffea240f6421534bfe
|
||||
size 2443741
|
||||
Binary file not shown.
3
dar-2.7.16.tar.gz
Normal file
3
dar-2.7.16.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1aac0eab03602ccfa3696c2e1817c09665deee124da6c319d77f1ee1d641804d
|
||||
size 2444321
|
||||
BIN
dar-2.7.16.tar.gz.sig
Normal file
BIN
dar-2.7.16.tar.gz.sig
Normal file
Binary file not shown.
26
dar.changes
26
dar.changes
@@ -1,3 +1,29 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Feb 22 15:37:44 UTC 2025 - Andrea Manzini <andrea.manzini@suse.com>
|
||||
|
||||
- Update to version 2.7.16
|
||||
* fixed mask building of path exclusion (dar's -P option) when used with
|
||||
regular expression (problem met while testing or merging a backup)
|
||||
* adding support for progressive report to repairing operation at API level
|
||||
* warning before processing to the backup if gnupg signatories are provided
|
||||
without any gnupg recipient.
|
||||
* fixing bug reporting the following message:
|
||||
/Subtracting an "infinint" greater than the first, "infinint" cannot be
|
||||
negative/. This was due to duplicated counter decrement while merging two
|
||||
archives and overwriting policy drives entry to be removed from the
|
||||
resulting archive adding to that, the very specific/rare condition where
|
||||
the number of removals exceeds more than the half of kept entries...
|
||||
* adding kdf support for repairing operation instead of using the values of
|
||||
the archive/backup under reparation.
|
||||
* fixing bug in thread_cancellation class that led a canceled thread kept
|
||||
being recorded as canceled forever, leading libdar to abort immediately
|
||||
when run in a new thread having the the same tid.
|
||||
* fixing bug in libdar leading an API call to return zero instead of the
|
||||
total size of the backup/archive (not use in dar CLI).
|
||||
* applying patch from Gentoo about the "which" command replacement in
|
||||
scripts
|
||||
* fixing some non-initialized variables as reported by cppcheck tool.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Aug 3 18:06:48 UTC 2024 - hui <sturm-fr@web.de>
|
||||
|
||||
|
||||
4
dar.spec
4
dar.spec
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package dar
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
# Copyright (c) 2023 Andreas Stieger <Andreas.Stieger@gmx.de>
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
@@ -19,7 +19,7 @@
|
||||
|
||||
%define sover 6000
|
||||
Name: dar
|
||||
Version: 2.7.15
|
||||
Version: 2.7.16
|
||||
Release: 0
|
||||
Summary: Backup and Restore Application
|
||||
License: SUSE-GPL-2.0+-with-openssl-exception
|
||||
|
||||
Reference in New Issue
Block a user