From e21a8882e055d3c900e2d482b22102901fb8209f2ab32b119d65f55ecda1a65e Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 28 Feb 2023 09:45:50 +0000 Subject: [PATCH] - temporarily remove not-really-detached-signature MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Update to 1.99.13: * Drop fuzz-lzo-* patches, as they have been merged upstream. * Allow overriding strip binary (not used in this build). * Make -fanalyzer more happy: abort() and assert()ions to ensure we always react to failed memory allocations. * ddr_hash: Support reading/writing checksums from stdin/out "-". * Fix aliasing issue with XORN function (in aes.h), spotted by gcc-13: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108695 Drop workaround from Martin Liška again. * Higher optimization level for aes.c driver is beneficial for key setup speed. OBS-URL: https://build.opensuse.org/package/show/Base:System/dd_rescue?expand=0&rev=72 --- dd_rescue-1.99.12.tar.bz2 | 3 --- dd_rescue-1.99.12.tar.bz2.asc | 16 ---------------- dd_rescue-1.99.13.tar.bz2 | 3 +++ dd_rescue.changes | 20 ++++++++++++++++++++ dd_rescue.spec | 9 +++------ 5 files changed, 26 insertions(+), 25 deletions(-) delete mode 100644 dd_rescue-1.99.12.tar.bz2 delete mode 100644 dd_rescue-1.99.12.tar.bz2.asc create mode 100644 dd_rescue-1.99.13.tar.bz2 diff --git a/dd_rescue-1.99.12.tar.bz2 b/dd_rescue-1.99.12.tar.bz2 deleted file mode 100644 index f1b1357..0000000 --- a/dd_rescue-1.99.12.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f304750aecf2b04a4798b26373a66483cf075e0a8e4619e78dc307e8f794c895 -size 181798 diff --git a/dd_rescue-1.99.12.tar.bz2.asc b/dd_rescue-1.99.12.tar.bz2.asc deleted file mode 100644 index df9a6b4..0000000 --- a/dd_rescue-1.99.12.tar.bz2.asc +++ /dev/null @@ -1,16 +0,0 @@ ------BEGIN PGP SIGNATURE----- - -iQIzBAABCgAdFiEEZmn3NA0x6V7FVlSQ3k8bOiv/xb8FAmLgFA4ACgkQ3k8bOiv/ -xb+TWA/+O2JH+LAazgHmb52oLHsNrMLJsrjbpt8SzHD3K20QHgR5GcLMmRR0i+vQ -Lyaia0iLtwSlhE5N2Q4UNoy8jzWVwed8ZCMENp+8teNIKTc5SC+au3R4LXTn6TY2 -TlJBfvTJB5KLXGdhimTxhla3+94A0XeR86IiFmYxn1d8V9z286TOs3FhbTB53iSU -nqL64Gty49GavYCKPeFgXExKU2/3Ij+p/vM/UNCddfYSMT49FhsGY3Ho2TOadIyu -dlxAJDdVItP7k9szJC0+SMDgq3zdh64UQ9F5m3aYy79FWncmudH/NSDk3LRZ9uw4 -F0YrqIfCMcZEJMZ5sj9xNyFb7u27G+fujnDhXPfpZ6xmjL9cTIb+ja4dW6kOqoON -IHVtMJp25F6MFgaGX9eKI5aBj6JU1AzO1AodCRPp29AsY5aOANuTDbV9bhPoPE8N -a6sU5Xvwz2pb1sDnNy67bzZxNqVnqvjx2rBsTig77tvtWDgb/7lGl0uVcGSoUy5s -O89NaW67SgEiKY0cUDUJP/FziI5EbPYRAJme75iXCpousMY2vkbzxI1jogvKABeC -K+5KO9Wjto42/NyIAQg9RxMZoeFVqAgJC4/gFDmE3LVwnKdygg6DyfpEQD9xnHIH -OkYBLbL1b8VGE92J/7RnW08HZwr+n3VvzxvcZ7eKtTo4/QTXteI= -=/tyl ------END PGP SIGNATURE----- diff --git a/dd_rescue-1.99.13.tar.bz2 b/dd_rescue-1.99.13.tar.bz2 new file mode 100644 index 0000000..6d9c2d6 --- /dev/null +++ b/dd_rescue-1.99.13.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f40fe9c770ff5d27d323297ee73d0bbed332d3eafac4e4732e542eadb1c5c1e8 +size 182574 diff --git a/dd_rescue.changes b/dd_rescue.changes index 56a9a06..a2e4fb1 100644 --- a/dd_rescue.changes +++ b/dd_rescue.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Tue Feb 28 09:44:46 UTC 2023 - Dirk Müller + +- temporarily remove not-really-detached-signature + +------------------------------------------------------------------- +Fri Feb 24 09:37:35 CET 2023 - kurt@garloff.de + +- Update to 1.99.13: + * Drop fuzz-lzo-* patches, as they have been merged upstream. + * Allow overriding strip binary (not used in this build). + * Make -fanalyzer more happy: abort() and assert()ions to ensure + we always react to failed memory allocations. + * ddr_hash: Support reading/writing checksums from stdin/out "-". + * Fix aliasing issue with XORN function (in aes.h), spotted by + gcc-13: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108695 + Drop workaround from Martin Liška again. + * Higher optimization level for aes.c driver is beneficial for + key setup speed. + ------------------------------------------------------------------- Wed Feb 8 16:00:38 UTC 2023 - Martin Liška diff --git a/dd_rescue.spec b/dd_rescue.spec index b51ba7f..4cc8ab4 100644 --- a/dd_rescue.spec +++ b/dd_rescue.spec @@ -21,14 +21,14 @@ %define _lto_cflags %{nil} %endif Name: dd_rescue -Version: 1.99.12 +Version: 1.99.13 Release: 0 Summary: Data copying in the presence of I/O Errors License: GPL-2.0-only OR GPL-3.0-only Group: System/Base URL: http://www.garloff.de/kurt/linux/ddrescue/ Source0: http://garloff.de/kurt/linux/ddrescue/%{name}-%{version}.tar.bz2 -Source1: http://garloff.de/kurt/linux/ddrescue/%{name}-%{version}.tar.bz2.asc +# Source1: http://garloff.de/kurt/linux/ddrescue/%{name}-%{version}.tar.bz2.asc Source2: %{name}.keyring Source99: %{name}.changes # PATCH-FIX-UPSTREAM no-python2.patch sf#ddrescue#4 mcepl@suse.com @@ -127,10 +127,7 @@ autoconf # avoid running dependency generation step touch .dep -# GCC 13 newly detects a violation of the strict aliasing rule: -# https://sourceforge.net/p/ddrescue/tickets/6/ -OPT_FLAGS="%{optflags} -fno-strict-aliasing" -%make_build RPM_OPT_FLAGS="$OPT_FLAGS" LIBDIR=%{_libdir} LIB=%{_lib} +%make_build RPM_OPT_FLAGS="%{optflags}" LIBDIR=%{_libdir} LIB=%{_lib} %install %make_install RPM_OPT_FLAGS="%{optflags}" INSTALLDIR=%{buildroot}/%{_bindir} LIB=%{_lib} LIBDIR=%{_libdir} \