Accepting request 1240337 from Base:System

OBS-URL: https://build.opensuse.org/request/show/1240337
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dd_rescue?expand=0&rev=65
This commit is contained in:
Ana Guerrero 2025-01-28 13:58:03 +00:00 committed by Git OBS Bridge
commit e45baf1c8e
6 changed files with 53 additions and 21 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:245590c0028e87d2be0e5aa8b7ecf2df75e0552d943952890698f6e458ca6944
size 199571

View File

@ -1,16 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQIzBAABCgAdFiEEZmn3NA0x6V7FVlSQ3k8bOiv/xb8FAmdxe8UACgkQ3k8bOiv/
xb8K9xAAmTZyzSB1iL2zoAqrAgGdY1Y1YCP6J57Jjmo/Ynf0lDxsK3kXxJzShRrf
EcwkCQh/Ib+NSUCDHojgjOaG62m/CmxCfnR4ZqmTQ+RhiIQ/jW4Xy2GvM/pItq9P
FlFkegxriwUlq2FjVrIwpgy7053IvaoxkjxLFX8gpigF3PXp0oZFfekmoCQkpn5u
6pGFbMJZLFlpySKI+PhD3dBHKFcf/Gmm61M6R8r4WVyRz2IPdpTV+UvfQE5FRvfL
Dc9iQ9TaP4I9dhOqGPqD9SmZnRILtodTf+Q0BfWuzfuUZdGJ+d0iw/XNEKvtmFc8
iUfQYtodWsBj1HucsESc5VQl4rygc2ZWbHT8C23yuwPTcTxmL7zokxm3GsETz/ER
IwS3/tLirkMkdueLl0dpKK9S9idVcJvZBseTxEpXvyOyHyBy4Vs48fDEPHH3M00X
tCsp2TN6nE4T5ej4VxiKG5mYIUdWMz48t4/sn6cKdMhwPVIrnh33R32FSftQVyqe
nJN8Vm48WSqFyU+9x4odncVwbpIImU2L0FXFJBCuYto+lPAZ1QAo2vT7q2YLl5iB
mYVMiMcO3hSQ8brmFDqNM4E8Iaw2wvWCJANFpqoFQe5S9Zb9df7RyQBt+nbgzQXo
bU48d+yiKZLmuMo8vR5/ctUzIB6+JooL2dxJQiseh+4Kn3YyEwI=
=f9ei
-----END PGP SIGNATURE-----

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e6b6dd649566b0886028d6a36c433a7af23cd7675c8dd9fe244d6ed2e234c485
size 211142

View File

@ -0,0 +1,16 @@
-----BEGIN PGP SIGNATURE-----
iQIzBAABCgAdFiEEZmn3NA0x6V7FVlSQ3k8bOiv/xb8FAmeOYTMACgkQ3k8bOiv/
xb9nXxAAmB2UyLdjfMZbwdw2ldc/LTkkkir7AxE7oMXXpc4HDmbJE5lrrVwaofFU
VlEhkGGdv52x6BDMZ+hmftY8uTqbKhalfhJvTy0BlHdRy1iUSSdxrXTzMyipy/dg
VAptSq5BloreL54SelTAyA2dLcw+2jUkQxVcbfmEFZw1rC14cjXrfDPwEikWT7JJ
NHLO/dJBwvgcxp+ZDP8esUr632tguZGlLTScaEWBD43su5kYWGNlxB6UrlzDy4xk
yUrFEK0ipvuRujlk9RgwonDyzdikxRPWoroke3nxwbgNlQVHsnX68SNDhVlg66WJ
JKq7CDS5u4vj2+pNPaGKsayjkR0B35p1U1M5JxyOIE5alceqIyXyQJbb4J8DRxNB
DZGPkrnS74yQbkA3UwfxtwcsLAKvfweHZ1ERTDXzGibhcurK6vxdfloWMxITTI41
Bn4YrMxJ8ZElmVeB+mvTDVEBneCzNKCdokwUf6KELgUT2mRU8jrN17zxAi/RACyf
dYf6rC3ZG8z8ko7bP5FHedT+f6R8Y1/+LvEneCDFM9MW6aSIM7eUqo5OKukfFA8Q
KLf3xf8aJUyxav1+9Vslko0lM3JPnUysnrWaIox17IBUAgl9WqhvA1tdpcOxGVl6
g9i8Qg5supjqxsB54JILHdLUYrfRVnauB+IACkgID1LR+ACJTtQ=
=51Ju
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,35 @@
-------------------------------------------------------------------
Mon Jan 20 16:29:09 CET 2025 - kurt@garloff.de
- Update to dd_rescue-1.99.20:
* Fix an overrun in sparse block detection.
* Fix an off-by-one memory handling issue in ddr_lzo, resulting
in breakage on s390x. (Surprisingly, glibc memory allocator
was graceful on most architectures.)
* Better test coverage, including chains with sparse files.
* Documented (and somewhat cleaner) design of handling sparse
files through chains of plugins.
* Test and support compression+encryption (and reverse
decryption+decompression) chains.
* Improved debug output, including numbering plugins.
-------------------------------------------------------------------
Mon Jan 6 14:45:13 CET 2025 - kurt@garloff.de
- Update to dd_rescue-1.99.19:
* ddr_crypt: Clean hole support with and without skiphole.
(This works cleanly only for CTR and ECB modes.)
* ddr_crypt: Fix backwards copies including holes. Note that
this could result in different files from the forward copies
before (bug). Add test case for the latter.
* Many more testcases for sparse files with plugins: Also use
odd sizes and holes at the beginning and end of the file.
* Also skip over holes with -a when copying in reverse dir.
* Allow setting unsparse and some other flags for ddr_null for
testing.
* Fix lzma compression with hole at the end.
* Warn on lzma buf error (was debug msg only before).
-------------------------------------------------------------------
Sun Dec 29 17:45:37 CET 2024 - kurt@garloff.de

View File

@ -1,7 +1,7 @@
#
# spec file for package dd_rescue
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -21,7 +21,7 @@
%define _lto_cflags %{nil}
%endif
Name: dd_rescue
Version: 1.99.18
Version: 1.99.20
Release: 0
Summary: Data copying in the presence of I/O Errors
License: GPL-2.0-only OR GPL-3.0-only