Accepting request 540652 from home:garloff:branches:Base:System

- Update to 1.99.7:
  * Work around gentoo dash echo -n breakage (reported by whissi).
  * Optimize away strlen() calls in format_int.
- Update to 1.99.7-pre2:
  * ddr_crypt: compat for openssl enc -md sha256 KDF (openssl 1.1 
    default) with new opbkdf11 option
- Update to 1.99.7-pre:
  * Fix for segfault on multi-overwrite with -2/-3/-4.

OBS-URL: https://build.opensuse.org/request/show/540652
OBS-URL: https://build.opensuse.org/package/show/Base:System/dd_rescue?expand=0&rev=37
This commit is contained in:
Kurt Garloff 2017-11-11 07:46:32 +00:00 committed by Git OBS Bridge
parent 2c0a9c28fc
commit 248c48ac80
7 changed files with 44 additions and 35 deletions

View File

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

View File

@ -1,17 +0,0 @@
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.22 (GNU/Linux)
iQIVAwUAWaAjpt5PGzor/8W/AQgt7g/+PH7b5peEe+1vX9nKZgE9R0ssqczGAnND
3YBLYIXdjvMEPBOFu8D9rrZL4Us2oRVv0YfQ6CNaFe2q+AWoJ+TOsv5GI1YdT/my
by6RGkn+t8OCCOaYy3peprb6T0EyiYXOwGwNeq5oPyl7/IeQ7T79z2n456c+M8Mc
Z6Ha75QUV7Mz81Nsb7m01EYd0D4b0al9RYc74/oqqcAfyL1fp31W+hHQ2ovDOYRM
olnj96dggz3nXqtupOSaSD+GR/ZA2G8PDhL5N2d27xOjbmCAZD4evbSAvXDkdFmu
VhYegyW1KuGjJgRndStaNnLz/JauYklO2Vyz5BKO4d8kuRyhzlQYuVs6ibU/uga2
Yu8E9OOWD8WgiCaW4BNy5a/upOCG9NNwdOkrJY55btbKyUmqv3PfPlweoKJ7iHWJ
EOhBwD1qAkJmacZTqPaAWs41dGoKMwetHJzy62uQfeYLre1ouwLjOp1lHm3IRUe9
RfKbl0dP5cUQX/V/zYz6PqroaQZzXGO6WJroDfYFammmeqQEgi9686K+g7RbPwhp
gZMWIFK5QDBxDM0L+j/WtkZm8Qi4kkfjSGlkL89tSBPS+IqqYHszIZ2O6Bb8/zdm
b84OSU9yvZyLAUEQprvhhggMSmBwop9dx4uFEq2ce7Go2/RYzS0pHqFloD0X3baP
vjoBA1NSoRQ=
=bmLD
-----END PGP SIGNATURE-----

3
dd_rescue-1.99.7.tar.bz2 Normal file
View File

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

View File

@ -0,0 +1,17 @@
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.22 (GNU/Linux)
iQIVAwUAWgWkI95PGzor/8W/AQjV2Q/7BzIFxNqmiCxBCuLuSZhnG6hfiWMUNIY3
moKs3DphPDj+OU4sLtMwRz2at4LGIH4pBVyWHAS4FPh/LRI2Jl6przzgP9oQeFiS
rWKUAhXhzc5S3wZKJNILI7HcAC7W99PDTqyjKSES5WujwPIgCxncBW2Fv9WAur/6
M/8FvzAOwZMXf+JLbyI+QJggyRLgedBz1DhFyb5k21SryeUkHufqkpS0FEbdkSvm
RJbXaa+UIX3K4Z70LRcNuAmvpbpo+p3L3GROQcrcrehoOcLkH7vtsadJi97H0pvk
5qFLPiT2rs6JIxRUCpHRmV3z2+7rIiD7TH/bt+vmqWyDKWctAoZP+aLfP478yGk1
Y1m7MBVmpUxZWjBWkrQD9vwHTtQdgHgjSg4Fxh7slBMVBJdgSJhpAzSjkVnlp8Ax
R+/b06FAjNAdN9HWiXiRcSHaGuIFXYgfjd1SgLyT4nn6junOsepQFK5652i3Cb2b
XOyr7BCd/RtRapqjn3gqWidkDKjAyfr/Va3RqmZyVhLvMS+2mCcMmruQ92+lVr4D
Cwe0yGEONagveA7oyuJK86rXBChUdJs2maoU92nwe0WJeo/qFv6NGWnRg/bCGVeg
D8uHzyp75lTTpfqJ3GPpbJCsOHa1z8mZ1tHOXrJ/1LPpiuTz0s+9T4PZ43NmW45M
v3S49wOzPTQ=
=I9NO
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,23 @@
-------------------------------------------------------------------
Fri Nov 10 15:08:21 CET 2017 - kurt@garloff.de
- Update to 1.99.7:
* Work around gentoo dash echo -n breakage (reported by whissi).
* Optimize away strlen() calls in format_int.
-------------------------------------------------------------------
Sat Nov 4 10:29:09 CET 2017 - kurt@garloff.de
- Update to 1.99.7-pre2:
* ddr_crypt: compat for openssl enc -md sha256 KDF (openssl 1.1
default) with new opbkdf11 option
-------------------------------------------------------------------
Thu Nov 2 17:22:06 CET 2017 - kurt@garloff.de
- Update to 1.99.7-pre:
* Fix for segfault on multi-overwrite with -2/-3/-4.
-------------------------------------------------------------------
Mon Sep 4 23:25:28 CEST 2017 - kurt@garloff.de

View File

@ -1,7 +1,7 @@
#
# spec file for package dd_rescue
#
# Copyright (c) 2017 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -17,7 +17,7 @@
Name: dd_rescue
Version: 1.99.6
Version: 1.99.7
Release: 0
Summary: Data copying in the presence of I/O Errors
License: GPL-2.0 or GPL-3.0
@ -27,10 +27,11 @@ Source0: http://garloff.de/kurt/linux/ddrescue/%{name}-%{version}.tar.bz2
Source1: http://garloff.de/kurt/linux/ddrescue/%{name}-%{version}.tar.bz2.asc
Source2: %{name}.keyring
Source99: %{name}.changes
Patch1: libddr_hash-round-down-static.diff
BuildRequires: autoconf
BuildRequires: libattr-devel
%if 0%{?is_opensuse}
BuildRequires: libfallocate-devel
%endif
BuildRequires: lzo-devel
BuildRequires: lzop
BuildRequires: pkgconfig
@ -113,7 +114,6 @@ data to the decompressor; the plugin is still young and might expose bugs.
%prep
%setup -q
%patch1 -p0
# Remove build time references so build-compare can do its work
FAKE_BUILDTIME=$(LC_ALL=C date -u -r %{SOURCE99} '+%%H:%%M')

View File

@ -1,11 +0,0 @@
--- libddr_hash.c.orig 2017-08-25 09:51:38.170686244 +0200
+++ libddr_hash.c 2017-08-25 17:14:33.308431613 +0200
@@ -398,7 +398,7 @@
#error __WORDSIZE unknown
#endif
-inline int round_down(int val, const int gran)
+static inline int round_down(int val, const int gran)
{
return val-val%gran;
}