Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

dar-doc-2.8.6-1.1 RPM for noarch

From OpenSuSE Ports Tumbleweed for noarch

Name: dar-doc Distribution: openSUSE Tumbleweed
Version: 2.8.6 Vendor: openSUSE
Release: 1.1 Build date: Mon Sep 14 11:05:17 2026
Group: Unspecified Build host: reproducible
Size: 1576399 Source RPM: dar-2.8.6-1.1.src.rpm
Packager: http://bugs.opensuse.org
Url: https://dar.sourceforge.io/
Summary: Documentation for dar
Documentation package for dar

Provides

Requires

License

SUSE-GPL-2.0+-with-openssl-exception

Changelog

* Mon Sep 14 2026 Martin Pluskal <mpluskal@suse.com>
  - Move %config(noreplace) /etc/darrc from the libdar64 subpackage
    to the main package, it is dar's config, not the library's
    * Conflicts: libdar64-6000 < 2.8, the old library package still
      owns /etc/darrc and must go on upgrade
  - Fetch the tarball from SourceForge, upstream's own host has no
    IPv4 address
* Sat Sep 12 2026 Martin Pluskal <mpluskal@suse.com>
  - Update to version 2.8.6
    * libdar API v7, soname 6000 -> 7000 (lib package renamed)
    * SFTP repositories now use libssh instead of libcurl
    * new options: -anru, -aefd, -arep, -qcrypto, --enable-thread-stack-size
    * fixes: dry-run restore attrs, dar_xform slice resize of pre-2.4
      archives, isolation thread count, DST one-hour shift, gnupg check
      in sequential-read mode
  - Add BuildRequires libssh and rhash-devel (whirlpool support)
  - Drop tarball signature and keyring: upstream signature host is
    IPv6-only and unreachable, tarball hash-verified against upstream
    metadata and matching other distributions
* Sat Feb 22 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 03 2024 hui <sturm-fr@web.de>
  - Update to version 2.7.15
    * updating libdar about CURLINFO_CONTENT_LENGTH_DOWNLOAD symbol which is
      reported as deprecated by recent libcurl libraries.
    * fixed compilation problem under MacOS Mojave
    * fixed bug that lead the warning about a backup operation about to save
      itself, to not show
    * removing obsolete call to gcry_control(GCRYCTL_ENABLE_M_GUARD) while
      initializing libgcrypt. This led to libgcrypt initialization to fail
      with libgcrypt 1.11 and more recent versions.
    * fixed listing but about "present but unsaved" FSA status
    * fixed dead-lock condition in libdar when used with libcurl > 0.74.0 at
      the end of closing sftp session (undocumented changed behavior in
      libcurl).
* Tue May 14 2024 Dominique Leuenberger <dimstar@opensuse.org>
  - Update to version 2.7.14:
    + Adding safe guard in fichier_libcurl destructor to verify all
      data have been passed to libcurl *and* libcurl has completed
      the writing operation before destroying a fichier_libcurl
      object.
    + Adding support for thread cancellation when interacting with
      libcurl.
    + Updating man page.
    + Fixing some error in the code documentation.
    + updated FAQ.
* Mon Nov 13 2023 Andreas Stieger <andreas.stieger@gmx.de>
  - fix Leap 15.6 build (libattr)
* Wed Nov 01 2023 Andreas Stieger <andreas.stieger@gmx.de>
  - update to 2.7.13:
    * fix bug auto-reported in "slice_layout.cpp line 48" concerning
      isolated catalogs triggered when dar/libdar has been compiled
      with some version gcc (gcc >= 11) with optimizations set.
    * documentation and build system updates
  - enable lz4, zstd compression support (boo#1216790)
  - enable multi-threading support with libthreadar (boo#1216790)
  - package license files
  - reduce -devel dependencies
  - make -doc noarch
* Sun Sep 17 2023 Dirk Müller <dmueller@suse.com>
  - update to 2.7.12:
    * fixed bug avoid restoration of binary patch when it was based
      on another binary patch.
    * fixing bug in testing routine that lead regression unseen and
      released in 2.7.11.
    * removed set_unexpected() invocation (not useful for years in
      libdar and incompatible with C++17)
    * fixed generated dynamic libdar binary to include all its
      dependent libraries
    * modified default block size for binary deltas, to be closer
      to what rsync uses (more details in man page).
    * adding support for ronna (10^27) and quetta (10^30) new SI
      prefixes, R and Q respectively
    * fixing bug in infinint class met when extending underlying
      storage by zero bytes
    * avoiding delta sig block size calculation when not necessary
* Mon Jul 03 2023 Paolo Stivanin <info@paolostivanin.com>
  - Update to 2.7.10:
    * displaying the slicing information about the archive of reference
      stored within a isolated catalogue when using -l and -q options
    * cleanup code from obsolete and unused readdir_r invocation
    * fixing display bug in dar_manager (shell_interaction class of libdar)
    * fixing python binding build system with John Goerzen's proposal
    * replacing the deprecated PYBIND11_OVERLOAD_* by PYBIND11_OVERRIDE_*
      equivalents
* Thu Jun 15 2023 Avinesh Kumar <avinesh.kumar@suse.com>
  - update to 2.7.9:
    * added sanity check in elastic buffer code upon Sviat89@github
    feedback.
    * fixed bug in block_compressor module found by sviat89 while reading
    the code. Seen its context, it does not seem however to have much
    chance to express and would lead dar/libdar to loop forever
    consuming CPU.
    * adding the misc/dar_static_builder_with_musl_voidlinux.bash script
    which automatically builds dar_static from source code under
    VoidLinux/musl
    * fixing bug concerning the restoration in sequential read mode of a
    backup containing binary patches
    * fixed bug in tuyau_global class that lead to seeking at a wrong
    in sequential read mode and the unability to properly rely on a
    isolated catalogue to read (test/extract/diff) an backup in sequential
    read mode, leading dar to report CRC error.

Files

/usr/share/doc/packages/dar
/usr/share/doc/packages/dar/FAQ.html
/usr/share/doc/packages/dar/Features.html
/usr/share/doc/packages/dar/Good_Backup_Practice.html
/usr/share/doc/packages/dar/Limitations.html
/usr/share/doc/packages/dar/Notes.html
/usr/share/doc/packages/dar/README
/usr/share/doc/packages/dar/References.html
/usr/share/doc/packages/dar/Tutorial.html
/usr/share/doc/packages/dar/api_tutorial.html
/usr/share/doc/packages/dar/authentification.html
/usr/share/doc/packages/dar/benchmark.html
/usr/share/doc/packages/dar/benchmark_logs.html
/usr/share/doc/packages/dar/dar-catalog.dtd
/usr/share/doc/packages/dar/dar-differential-backup-mini-howto.en.html
/usr/share/doc/packages/dar/dar-differential-backup-mini-howto.es.html
/usr/share/doc/packages/dar/dar-differential-backup-mini-howto.it.html
/usr/share/doc/packages/dar/dar_doc.jpg
/usr/share/doc/packages/dar/dar_key.txt
/usr/share/doc/packages/dar/dar_s_doc.jpg
/usr/share/doc/packages/dar/examples
/usr/share/doc/packages/dar/examples/JH-dar-make_user_backup.sh
/usr/share/doc/packages/dar/examples/JH-readme.txt
/usr/share/doc/packages/dar/examples/JH_dar_archiver.options
/usr/share/doc/packages/dar/examples/JH_darrc
/usr/share/doc/packages/dar/examples/MyBackup.sh.tar.gz
/usr/share/doc/packages/dar/examples/PN_backup-root.options
/usr/share/doc/packages/dar/examples/PN_backup-root.sh
/usr/share/doc/packages/dar/examples/PN_backup-storage.options
/usr/share/doc/packages/dar/examples/PN_backup-storage.sh
/usr/share/doc/packages/dar/examples/PN_ftpbackup.sh
/usr/share/doc/packages/dar/examples/Patrick_Nagel_Note.txt
/usr/share/doc/packages/dar/examples/README
/usr/share/doc/packages/dar/examples/automatic_backup
/usr/share/doc/packages/dar/examples/automatic_backup.txt
/usr/share/doc/packages/dar/examples/available_space.duc
/usr/share/doc/packages/dar/examples/cdbackup.sh
/usr/share/doc/packages/dar/examples/cluster_digital_backups.sh
/usr/share/doc/packages/dar/examples/cluster_digital_readme.txt
/usr/share/doc/packages/dar/examples/dar_backup
/usr/share/doc/packages/dar/examples/dar_backups.sh
/usr/share/doc/packages/dar/examples/dar_par.dcf
/usr/share/doc/packages/dar/examples/dar_par_create.duc
/usr/share/doc/packages/dar/examples/dar_par_test.duc
/usr/share/doc/packages/dar/examples/dar_rqck.bash
/usr/share/doc/packages/dar/examples/darrc_sample
/usr/share/doc/packages/dar/examples/date_past_N_days
/usr/share/doc/packages/dar/examples/index.html
/usr/share/doc/packages/dar/examples/pause_every_n_slice.duc
/usr/share/doc/packages/dar/examples/sample1.txt
/usr/share/doc/packages/dar/examples/slicer.py
/usr/share/doc/packages/dar/from_sources.html
/usr/share/doc/packages/dar/index.html
/usr/share/doc/packages/dar/index_dar.html
/usr/share/doc/packages/dar/index_internal.html
/usr/share/doc/packages/dar/index_libdar.html
/usr/share/doc/packages/dar/libdar_test.py
/usr/share/doc/packages/dar/mini-howto
/usr/share/doc/packages/dar/mini-howto/dar-differential-backup-mini-howto.en.html
/usr/share/doc/packages/dar/mini-howto/dar-differential-backup-mini-howto.es.html
/usr/share/doc/packages/dar/mini-howto/dar-differential-backup-mini-howto.it.html
/usr/share/doc/packages/dar/mini-howto/index.html
/usr/share/doc/packages/dar/old_dar_key1.txt
/usr/share/doc/packages/dar/old_dar_key2.txt
/usr/share/doc/packages/dar/presentation.html
/usr/share/doc/packages/dar/pybind11_libdar.cpp
/usr/share/doc/packages/dar/ref_irisa.html
/usr/share/doc/packages/dar/ref_john-goerzen.html
/usr/share/doc/packages/dar/ref_max_planck.html
/usr/share/doc/packages/dar/ref_per-jensen.html
/usr/share/doc/packages/dar/restoration-with-dar.html
/usr/share/doc/packages/dar/samples
/usr/share/doc/packages/dar/style.css
/usr/share/doc/packages/dar/usage_notes.html
/usr/share/licenses/dar-doc
/usr/share/licenses/dar-doc/COPYING


Generated by rpm2html 1.8.1

Fabrice Bellet, Fri Sep 18 00:30:19 2026