2 Commits

Author SHA256 Message Date
f7586bf02e Accepting request 1248048 from Archiving
OBS-URL: https://build.opensuse.org/request/show/1248048
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dar?expand=0&rev=59
2025-02-24 14:49:41 +00:00
13cb642dd2 - 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.

OBS-URL: https://build.opensuse.org/package/show/Archiving/dar?expand=0&rev=80
2025-02-24 09:39:08 +00:00
6 changed files with 31 additions and 5 deletions

View File

@@ -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
View 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

Binary file not shown.

View File

@@ -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>

View File

@@ -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