Revisions of restic

buildservice-autocommit accepted request 1144499 from Marcus Meissner's avatar Marcus Meissner (msmeissn) (revision 53)
baserev update by copy to link target
Marcus Meissner's avatar Marcus Meissner (msmeissn) accepted request 1144075 from Marcus Rueckert's avatar Marcus Rueckert (darix) (revision 52)
- Update to version 0.16.4
  This release works around and improves detection of a bug in the
  compression library used by restic. The resulting issue only
  happens when using restic 0.16.3 and the max compression level
  (the default auto and off compression levels are not affected),
  and when the source files being backed up have specific data in
  them to trigger the bug. If you use max compression, you can use
  restic check --read-data to make sure you're not affected.
buildservice-autocommit accepted request 1140635 from Martin Pluskal's avatar Martin Pluskal (pluskalm) (revision 51)
baserev update by copy to link target
Martin Pluskal's avatar Martin Pluskal (pluskalm) accepted request 1139463 from Marcus Rueckert's avatar Marcus Rueckert (darix) (revision 50)
- Update to version 0.16.3
  - Fix #4560: Improve errors for irregular files on Windows
  - Fix #4574: Support backup of deduplicated files on Windows
    again
  - Fix #4612: Improve error handling for rclone backend
  - Fix #4624: Correct restore progress information if an error
    occurs
  - Fix #4626: Improve reliability of restoring large files
buildservice-autocommit accepted request 1123922 from Marcus Meissner's avatar Marcus Meissner (msmeissn) (revision 49)
baserev update by copy to link target
Marcus Meissner's avatar Marcus Meissner (msmeissn) accepted request 1123824 from Dominique Leuenberger's avatar Dominique Leuenberger (dimstar) (revision 48)
Fix build with RPM 4.19: unnumbered patches are no longer supported.
buildservice-autocommit accepted request 1121689 from Martin Pluskal's avatar Martin Pluskal (pluskalm) (revision 47)
baserev update by copy to link target
Martin Pluskal's avatar Martin Pluskal (pluskalm) accepted request 1121041 from Marcus Rueckert's avatar Marcus Rueckert (darix) (revision 46)
- Update to version 0.16.2
  - Fix #4540: Restore ARMv5 support for ARM binaries
  - Fix #4545: Repair documentation build on Read the Docs
buildservice-autocommit accepted request 1120181 from Marcus Meissner's avatar Marcus Meissner (msmeissn) (revision 45)
baserev update by copy to link target
Marcus Meissner's avatar Marcus Meissner (msmeissn) accepted request 1120120 from Marcus Rueckert's avatar Marcus Rueckert (darix) (revision 44)
- Update to version 0.16.1
  A very long list of improvements for all the details see
  https://github.com/restic/restic/releases/tag/v0.16.1
  It contains an important bug fix which prevents data corruption
  when compression is set to max.
buildservice-autocommit accepted request 1105019 from Martin Pluskal's avatar Martin Pluskal (pluskalm) (revision 43)
baserev update by copy to link target
Martin Pluskal's avatar Martin Pluskal (pluskalm) accepted request 1103542 from Herbert Graeber's avatar Herbert Graeber (hgraeber) (revision 42)
- Add missing vendor.tar.gz
Martin Pluskal's avatar Martin Pluskal (pluskalm) accepted request 1101577 from Marcus Rueckert's avatar Marcus Rueckert (darix) (revision 41)
- Update to version 0.16.0
  A very long list of improvements for all the details see
  https://github.com/restic/restic/releases/tag/v0.16.0
buildservice-autocommit accepted request 1083800 from Martin Pluskal's avatar Martin Pluskal (pluskalm) (revision 40)
baserev update by copy to link target
Martin Pluskal's avatar Martin Pluskal (pluskalm) accepted request 1083053 from Herbert Graeber's avatar Herbert Graeber (hgraeber) (revision 39)
- Update to version 0.15.2
  * Update golang.org/x/net to address CVE-2022-41723
  * Sanitize filenames printed by backup during processing
  * Make dump interpret --host and --path correctly
  * Correct number of blocks reported in mount point
  * Minimize risk of spurious filesystem loops with mount
  * Add release binaries for riscv64 architecture on Linux
  * Upgrade Minio to version 7.0.49
buildservice-autocommit accepted request 1062419 from Martin Pluskal's avatar Martin Pluskal (pluskalm) (revision 38)
baserev update by copy to link target
Martin Pluskal's avatar Martin Pluskal (pluskalm) accepted request 1062345 from Herbert Graeber's avatar Herbert Graeber (hgraeber) (revision 37)
- Update to version 0.15.1
  * Fix: Remove b2_download_file_by_name: 404 warning from B2 backend
  * Fix: Make prune --quiet not print progress bar
  * Fix: Make self-update --output work with new filename on Windows
  * Fix: Add missing ETA in backup progress bar
  * Enh: Ignore empty lock files
- Remove accidentally left over unused patch build.patch
Martin Pluskal's avatar Martin Pluskal (pluskalm) accepted request 1060692 from Herbert Graeber's avatar Herbert Graeber (hgraeber) (revision 36)
- Allow build with architectures that do not support -buildmode=pie
- New Patch disable-selfupdate.patch: Disable self-update, because updates
  will be made using package manager
- Replace packageand by conditionals
- Update to version 0.15.0
  * Make mount return exit code 0 after receiving Ctrl-C / SIGINT
  * Make restore replace existing symlinks
  * Don't read password from stdin for backup --stdin
  * Delete files on Backblaze B2 more reliably
  * Make SFTP backend report no space left on device
  * Improve handling of interrupted syscalls in mount command
  * Fix stuck copy command when -o <backend>.connections=1
  * Correct prune statistics for partially compressed repositories
  * Make ls return exit code 1 if snapshot cannot be loaded
  * Make backup no longer hang on Solaris when seeing a FIFO file
  * Support ExFAT-formatted local backends on macOS Ventura
  * Make init ignore "Access Denied" errors when creating S3 buckets
  * Make self-update enabled by default only in release builds
  * Don't generate negative UIDs and GIDs in tar files from dump
  * Include full snapshot ID in JSON output of backup
  * Make unlock display message only when locks were actually removed
  * Don't print skipped snapshots by default in copy command
  * Update dependencies and require Go 1.18 or newer
  * Implement rewrite command
  * Restore files with long runs of zeros as sparse files
  * Support restoring symbolic links on Windows
  * Inform about successful retries after errors
  * Improve handling of directories with duplicate entries
  * Support B2 API keys restricted to hiding but not deleting files
  * Make init open only one connection for the SFTP backend
  * Handle cache corruption on disk and in downloads
  * Stricter repository lock handling
  * Make backup file read concurrency configurable
  * Add support for credential_process to S3 backend
  * Make mount command support macOS using macFUSE 4.x
  * Support JSON output for the init command
  * Optimize prune memory usage
  * Improve speed of parent snapshot detection in backup command
  * Add compression statistics to the stats command
  * Provide command completion for PowerShell
  * Allow backup file tree scanner to be disabled
  * Improve handling of ErrDot errors in rclone and sftp backends
  * Ignore additional/unknown files in repository
  * Improve backup performance for small files
buildservice-autocommit accepted request 1000851 from Marcus Meissner's avatar Marcus Meissner (msmeissn) (revision 35)
baserev update by copy to link target
Marcus Meissner's avatar Marcus Meissner (msmeissn) accepted request 999303 from Jeff Kowalczyk's avatar Jeff Kowalczyk (jfkw) (revision 34)
- Update to version 0.14.0:
Displaying revisions 1 - 20 of 53
openSUSE Build Service is sponsored by