136 Commits

Author SHA256 Message Date
Ana Guerrero
e45baf1c8e 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
2025-01-28 13:58:03 +00:00
Kurt Garloff
6a54235536 - 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.
- 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).

OBS-URL: https://build.opensuse.org/package/show/Base:System/dd_rescue?expand=0&rev=89
2025-01-26 08:05:31 +00:00
Ana Guerrero
a64d04ed93 Accepting request 1234487 from Base:System
OBS-URL: https://build.opensuse.org/request/show/1234487
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dd_rescue?expand=0&rev=64
2025-01-06 15:04:44 +00:00
Andreas Jaeger
6b4fb28886 - Update to dd_rescue-1.99.18:
* Cleanup libddr_lzma flags and memory handling; support sparse
    input. Default preset to 4 now.
  * Detect sparse output from unsparse plugins (decompression
    and decryption may benefit from this).
  * Testcase for (de)compression with sparse files.
  * Fix calchmac.py for Python 3.12, so HMAC tests succeed again.
  * Rationalize log level handling (control by -q, -v, -E).
  * Move cache prefetching fomr plugins to main program.

OBS-URL: https://build.opensuse.org/package/show/Base:System/dd_rescue?expand=0&rev=87
2025-01-02 07:24:55 +00:00
Ana Guerrero
412392fc3c Accepting request 1221796 from Base:System
OBS-URL: https://build.opensuse.org/request/show/1221796
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dd_rescue?expand=0&rev=63
2024-11-07 15:24:16 +00:00
Kurt Garloff
cbb4678fa2 - Update to dd_rescue-1.99.17:
* Plugin libddr_lzma.so: LZMA2/xz de/compression from Dmitrii
    Ivanov. Covering the other end of the spectrum of LZO, with
    high compression ratios at high CPU cost for compression.
    (Decompression is cheap for both.)
  * Code review and streamlining for dd_rescue integration by
    Kurt Garloff.

OBS-URL: https://build.opensuse.org/package/show/Base:System/dd_rescue?expand=0&rev=85
2024-11-06 15:22:44 +00:00
Ana Guerrero
4d809c2a78 Accepting request 1204673 from Base:System
OBS-URL: https://build.opensuse.org/request/show/1204673
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dd_rescue?expand=0&rev=62
2024-10-01 15:11:18 +00:00
c7b411f803 - Update to dd_rescue-1.99.16:
* Refactoring: Move CPU feature detection to archdep.c.
  * libddr_cypt: Support passing in password via pipe and passfd=
  * Add testcase for this
  * Support sha256 acceleration on x86-64 and armv8.
  * Improve detection of armv8 crypto (aes) acceleration (32bit).

OBS-URL: https://build.opensuse.org/package/show/Base:System/dd_rescue?expand=0&rev=83
2024-09-30 07:08:01 +00:00
Ana Guerrero
9897586e92 Accepting request 1202366 from Base:System
OBS-URL: https://build.opensuse.org/request/show/1202366
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dd_rescue?expand=0&rev=61
2024-09-23 13:18:49 +00:00
Kurt Garloff
56df400b5c - Update to dd_rescue-1.99.15:
* Build issue: Detect pread64() and pwrite64() support separately
    and provide individual replacement functions. 
    Thanks to David Geiger for reporting (Mageia).
  * Bugfix: printstatus() would not be called with odd offsets,
    resulting in missing progress report and missing sync (-y) and
    write throttling (-C).
  * Optimization: Some unrolling for the hash functions gives up to
    10% better performance (on Zen4).
  * Optimization: Rationalize prefetching for hash functions and
    clear memory after using (avoid cleartext data on the stack).
  * Optimization: Save function calls for fault injection and for
    graph updates when unneeded.
  * Usability: Better handle progress update frequency.
  * Build improvement: Add -target linux-aarch64/arm-android28
    automatically where needed.
  * Drop: ddr-autoconf-no-fortify.diff (included upstream).

OBS-URL: https://build.opensuse.org/package/show/Base:System/dd_rescue?expand=0&rev=81
2024-09-21 16:15:49 +00:00
Kurt Garloff
2f1bd26104 Accepting request 1195603 from home:garloff:branches:Base:System
- Avoid setting _FORTIFY_SOURCE in configure script, it may
  conflict with flags passed in otherwise (e.g. rpmbuild).
- Update to dd_rescue-1.99.14:
  * Drop patches dd_rescue-u-emptyout-segfault.diff:,
    dd_rescue-fuzz-test-more-err.diff:,
    dd_rescue-md5-unaligned-armv7.diff:,
    dd_rescue-ossl3-evpcipherctx.diff: All integrated upstream.
  * Fix detection of LFS function availability for musl.
  * Include headers and settings to make it work on musl.
  * Replaced basename() with mybasename.h.
  * Prefetch lookup table for sha hashing. 
  * Fix verbose output when falling back to small blocksize.
  * Fix clearing of errno (unaligned writes at EOF on musl)
- Final tarball with fixes for Android Makefiles.

OBS-URL: https://build.opensuse.org/request/show/1195603
OBS-URL: https://build.opensuse.org/package/show/Base:System/dd_rescue?expand=0&rev=80
2024-08-30 19:31:38 +00:00
Dominique Leuenberger
d498de117a Accepting request 1193484 from Base:System
OBS-URL: https://build.opensuse.org/request/show/1193484
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dd_rescue?expand=0&rev=60
2024-08-14 12:14:09 +00:00
a58ff294aa - dd_rescue-u-emptyout-segfault.diff: Prevent (cosmetic) segfault
in cleanup path with option -u and empty output file name.

OBS-URL: https://build.opensuse.org/package/show/Base:System/dd_rescue?expand=0&rev=78
2024-08-12 15:49:40 +00:00
Dominique Leuenberger
93c0b64f8a Accepting request 1154999 from Base:System
OBS-URL: https://build.opensuse.org/request/show/1154999
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dd_rescue?expand=0&rev=59
2024-03-06 22:03:15 +00:00
c503629574 Accepting request 1154455 from home:garloff:branches:Base:System
- dd_rescue-md5-unaligned-armv7.diff: gcc-12 does make unaligned
  accesses on armv7 work sometimes, which breaks a configure test
  and then makes the make check fail with SIGBUS when using hash
  after lzo compression. Hardcode knowledge about armv7.
- Drop %setup (not needed if using %autosetup, thanks Valentin!)
- Mention [bsc#1219882], as suggested by Valentin Lefebvre.

- Fix openssl version detection for 3.0.x. 
- dd_rescue-ossl3-evpcipherctx.diff: There's an additional field
  in the (private) struct _evp_cipher_ctx_st in openssl-3 since
  3.0.6, which makes a difference on 32bit. (On 64bit, the effect
  is hidden by the compiler's alignment rules.)

- Specify libopenssl-devel as BuildRequirements. This will select
  openssl-3 on new distributions. 
  This fixes [bsc#1219882].

OBS-URL: https://build.opensuse.org/request/show/1154455
OBS-URL: https://build.opensuse.org/package/show/Base:System/dd_rescue?expand=0&rev=76
2024-03-05 08:54:24 +00:00
Dominique Leuenberger
3f8611cd9c Accepting request 1072685 from Base:System
- Readd detached signature.

OBS-URL: https://build.opensuse.org/request/show/1072685
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dd_rescue?expand=0&rev=58
2023-03-19 15:16:29 +00:00
224be1d7e4 Accepting request 1072536 from home:garloff:branches:Base:System
- Readd detached signature.

OBS-URL: https://build.opensuse.org/request/show/1072536
OBS-URL: https://build.opensuse.org/package/show/Base:System/dd_rescue?expand=0&rev=74
2023-03-17 16:15:38 +00:00
Dominique Leuenberger
96c743af75 Accepting request 1068136 from Base:System
- temporarily remove not-really-detached-signature

- 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/request/show/1068136
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dd_rescue?expand=0&rev=57
2023-03-01 15:13:40 +00:00
e21a8882e0 - temporarily remove not-really-detached-signature
- 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
2023-02-28 09:45:50 +00:00
af2d951c44 OBS-URL: https://build.opensuse.org/package/show/Base:System/dd_rescue?expand=0&rev=71 2023-02-28 09:45:35 +00:00
7272222af6 - temporarily remove not-really-detached-signature
OBS-URL: https://build.opensuse.org/package/show/Base:System/dd_rescue?expand=0&rev=70
2023-02-28 09:45:00 +00:00
1a52d3a2f6 Accepting request 1067593 from home:garloff:branches:Base:System
- 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/request/show/1067593
OBS-URL: https://build.opensuse.org/package/show/Base:System/dd_rescue?expand=0&rev=69
2023-02-26 09:41:27 +00:00
Dominique Leuenberger
5ff66716cb Accepting request 1064255 from Base:System
OBS-URL: https://build.opensuse.org/request/show/1064255
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dd_rescue?expand=0&rev=56
2023-02-11 21:20:13 +00:00
71b9146bb1 Accepting request 1063872 from home:marxin:branches:Base:System
- Disable strict aliasing due to its violation:
  https://sourceforge.net/p/ddrescue/tickets/6/

OBS-URL: https://build.opensuse.org/request/show/1063872
OBS-URL: https://build.opensuse.org/package/show/Base:System/dd_rescue?expand=0&rev=68
2023-02-10 13:32:37 +00:00
Dominique Leuenberger
ef92948d09 Accepting request 1057169 from Base:System
OBS-URL: https://build.opensuse.org/request/show/1057169
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dd_rescue?expand=0&rev=55
2023-01-11 13:32:55 +00:00
Kurt Garloff
da0c129886 Accepting request 1053188 from home:lnussel:usrmerge
Replace transitional %usrmerged macro with regular version check (boo#1206798)

OBS-URL: https://build.opensuse.org/request/show/1053188
OBS-URL: https://build.opensuse.org/package/show/Base:System/dd_rescue?expand=0&rev=67
2023-01-09 22:16:14 +00:00
Richard Brown
7a6ce2f530 Accepting request 991493 from Base:System
OBS-URL: https://build.opensuse.org/request/show/991493
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dd_rescue?expand=0&rev=54
2022-07-29 14:47:07 +00:00
87887f900f Accepting request 991298 from home:garloff:branches:Base:System
- Update to dd_rescue-1.99.12:
  * Works with openssl-3.0 now (using EVP_Cipher_Init to set IV).
  * openssl-1.1 performs significantly better so we keep building
    against it if available.
  * nosalthdr option for libddr_crypt for compatibility with
    openssl-3, no longer writing header when salt is passed.
  * ARMv7 crypto support successfully compiles with clang now.
- Drop no-python2.patch (included in dd_rescue-1.99.12).

OBS-URL: https://build.opensuse.org/request/show/991298
OBS-URL: https://build.opensuse.org/package/show/Base:System/dd_rescue?expand=0&rev=66
2022-07-28 06:39:50 +00:00
Dominique Leuenberger
969f289126 Accepting request 939050 from Base:System
OBS-URL: https://build.opensuse.org/request/show/939050
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dd_rescue?expand=0&rev=53
2021-12-12 20:27:14 +00:00
c7081533ac Accepting request 936034 from home:dirkmueller:Factory
- build against openssl 1.1 (bsc#1193438)

OBS-URL: https://build.opensuse.org/request/show/936034
OBS-URL: https://build.opensuse.org/package/show/Base:System/dd_rescue?expand=0&rev=65
2021-12-10 09:31:55 +00:00
Dominique Leuenberger
9850599c05 Accepting request 894931 from Base:System
- Don't break compatibility with SLE-12

OBS-URL: https://build.opensuse.org/request/show/894931
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dd_rescue?expand=0&rev=52
2021-06-03 22:33:12 +00:00
af45f92aac - Don't break compatibility with SLE-12
OBS-URL: https://build.opensuse.org/package/show/Base:System/dd_rescue?expand=0&rev=64
2021-05-22 11:08:28 +00:00
02e41ee8c0 Accepting request 894334 from home:mcepl:branches:Base:System
Don't break compatibility with SLE-12.

OBS-URL: https://build.opensuse.org/request/show/894334
OBS-URL: https://build.opensuse.org/package/show/Base:System/dd_rescue?expand=0&rev=63
2021-05-22 11:07:59 +00:00
Dominique Leuenberger
db9f2d069f Accepting request 893985 from Base:System
OBS-URL: https://build.opensuse.org/request/show/893985
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dd_rescue?expand=0&rev=51
2021-05-20 17:24:35 +00:00
Kurt Garloff
5316da5877 Accepting request 893674 from home:mcepl:branches:Base:System
- Add no-python2.patch to remove the dependency on Python 2
  (sf#ddrescue#4).

OBS-URL: https://build.opensuse.org/request/show/893674
OBS-URL: https://build.opensuse.org/package/show/Base:System/dd_rescue?expand=0&rev=62
2021-05-18 09:03:33 +00:00
Dominique Leuenberger
f8d6e23d10 Accepting request 889534 from Base:System
- Update to dd_rescue-1.99.11:
  * Drop (backported) checksum_file-clear-errno.diff.
  * Minor scheduling improvements for x86_64 and ARM asm.
  * Work around compiler weirdness, passing two in/out parameters
    in the same register (when they are provably the same),
    causing x2 breakage on armv7.
  * 256bit VAES support on x86-64 (0.23 cycles/byte on Zen3!).
  * Needed to compile aesni twice for this, once with avx.
  * Full asm versions for (non-x2) CTR and CBC on arm64
    (achieving 0.40 cycles/byte on Cortex X-1).
  * Avoid test failures with incompressible tweak in fuzz_lzo.
  * test_aes improvements: Options, help, IV comparison, memcpy.
  * Full crypto test coverage 0 -- 130 bytes len.
  * Code safety against len==0 en/decryption.

OBS-URL: https://build.opensuse.org/request/show/889534
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dd_rescue?expand=0&rev=50
2021-05-02 16:35:16 +00:00
213fae1d4c adjusted tarballs
OBS-URL: https://build.opensuse.org/package/show/Base:System/dd_rescue?expand=0&rev=61
2021-04-30 11:22:21 +00:00
f900647297 Accepting request 889414 from home:garloff:branches:Base:System
- Update to dd_rescue-1.99.11:
  * Drop (backported) checksum_file-clear-errno.diff.
  * Minor scheduling improvements for x86_64 and ARM asm.
  * Work around compiler weirdness, passing two in/out parameters
    in the same register (when they are provably the same),
    causing x2 breakage on armv7.
  * 256bit VAES support on x86-64 (0.23 cycles/byte on Zen3!).
  * Needed to compile aesni twice for this, once with avx.
  * Full asm versions for (non-x2) CTR and CBC on arm64
    (achieving 0.40 cycles/byte on Cortex X-1).
  * Avoid test failures with incompressible tweak in fuzz_lzo.
  * test_aes improvements: Options, help, IV comparison, memcpy.
  * Full crypto test coverage 0 -- 130 bytes len.
  * Code safety against len==0 en/decryption.

OBS-URL: https://build.opensuse.org/request/show/889414
OBS-URL: https://build.opensuse.org/package/show/Base:System/dd_rescue?expand=0&rev=60
2021-04-30 11:14:30 +00:00
Dominique Leuenberger
63036c8829 Accepting request 878072 from Base:System
- checksum_file-clear-errno.diff: Avoid stale errno to be picked
  up and report an error without any error actually occuring.
  (This lead to occasional build fails on armv7 on Ubuntu 20.04
   and Fedora 32/33, nowhere else.)

- Update to dd_rescue-1.99.10:
  * Improve memory clobbers: Ensure we specify full array lengths
    used as input to asm (boo#1181402).
  * Improve ARM64 crypto by better insn scheduling in CTR calc,
    avoiding dependencies and local vars (+40% performance!).
  * Apply all ARM64 improvements also to ARMv8 crypto on ARM32.
  * Fix warning int formatting on unaligned crypto.
  * Address warnings on outdated autoconf usage.

- Update to dd_rescue-1.99.9:
  * Includes aliasing fixes from boo#1181402.
  * Additional mem clobbers for asm statements (boo#1181402).
  * LTO disablement still needed (boo#1176219) on arm due to
    differences in compiler flags (-march) per object.
  * Fix dependency generation on PPC (preprocessing intrinsics).
  * Support xattr decls in sys/xattr.h in addition to attr/xattr.h.
  * More stringent check of mem alloc return values.
  * Free all memory in error path before exiting (cosmetic).
  * Don't need global variable in probe function.
  * drop ddr_1998-alg-caseindep.diff, ddr_1998-check-nofail-noxattr.diff,
    ddr_1998-ossl11-warn.diff, ddr_1998-sysrandom.diff,
    ddr_1998-testhole.diff: patches all merged (they were backports)
- drop fix-aliasing-aarch64.patch: obsolete (fixed differently in new version)

OBS-URL: https://build.opensuse.org/request/show/878072
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dd_rescue?expand=0&rev=49
2021-03-12 12:30:12 +00:00
ff76b427b3 OBS-URL: https://build.opensuse.org/package/show/Base:System/dd_rescue?expand=0&rev=59 2021-03-09 20:39:01 +00:00
ea8efc6470 Accepting request 878068 from home:garloff:branches:Base:System
- checksum_file-clear-errno.diff: Avoid stale errno to be picked
  up and report an error without any error actually occuring.
  (This lead to occasional build fails on armv7 on Ubuntu 20.04
   and Fedora 32/33, nowhere else.)

OBS-URL: https://build.opensuse.org/request/show/878068
OBS-URL: https://build.opensuse.org/package/show/Base:System/dd_rescue?expand=0&rev=58
2021-03-09 20:30:40 +00:00
6007f6de34 - drop fix-aliasing-aarch64.patch: obsolete (fixed differently in new version)
OBS-URL: https://build.opensuse.org/package/show/Base:System/dd_rescue?expand=0&rev=57
2021-03-09 19:42:32 +00:00
5f4fc0fd66 OBS-URL: https://build.opensuse.org/package/show/Base:System/dd_rescue?expand=0&rev=56 2021-03-08 09:42:55 +00:00
3cc58def1d Accepting request 877645 from home:garloff:branches:Base:System
- Update to dd_rescue-1.99.10:
  * Improve memory clobbers: Ensure we specify full array lengths
    used as input to asm (boo#1181402).
  * Improve ARM64 crypto by better insn scheduling in CTR calc,
    avoiding dependencies and local vars (+40% performance!).
  * Apply all ARM64 improvements also to ARMv8 crypto on ARM32.
  * Fix warning int formatting on unaligned crypto.
  * Address warnings on outdated autoconf usage.

OBS-URL: https://build.opensuse.org/request/show/877645
OBS-URL: https://build.opensuse.org/package/show/Base:System/dd_rescue?expand=0&rev=55
2021-03-08 09:41:31 +00:00
Richard Brown
0efe825476 Accepting request 874435 from Base:System
OBS-URL: https://build.opensuse.org/request/show/874435
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dd_rescue?expand=0&rev=48
2021-03-02 13:41:52 +00:00
fb129fcccf * drop ddr_1998-alg-caseindep.diff, ddr_1998-check-nofail-noxattr.diff,
ddr_1998-ossl11-warn.diff, ddr_1998-sysrandom.diff,
    ddr_1998-testhole.diff: patches all merged (they were backports)

OBS-URL: https://build.opensuse.org/package/show/Base:System/dd_rescue?expand=0&rev=54
2021-03-01 21:38:43 +00:00
adf9a978c9 Accepting request 875891 from home:garloff:branches:Base:System
- Update to dd_rescue-1.99.9:
  * Includes aliasing fixes from boo#1181402.
  * Additional mem clobbers for asm statements (boo#1181402).
  * LTO disablement still needed (boo#1176219) on arm due to
    differences in compiler flags (-march) per object.
  * Fix dependency generation on PPC (preprocessing intrinsics).
  * Support xattr decls in sys/xattr.h in addition to attr/xattr.h.
  * More stringent check of mem alloc return values.
  * Free all memory in error path before exiting (cosmetic).
  * Don't need global variable in probe function.
  * ddr_1998_* patches all merged (they were backports).

OBS-URL: https://build.opensuse.org/request/show/875891
OBS-URL: https://build.opensuse.org/package/show/Base:System/dd_rescue?expand=0&rev=53
2021-03-01 21:35:57 +00:00
a745547ce9 Accepting request 874283 from home:Guillaume_G:branches:openSUSE:Factory:ARM
- Revert last commit and fix bug boo#1181402 with a proper patch:
  * fix-aliasing-aarch64.patch

OBS-URL: https://build.opensuse.org/request/show/874283
OBS-URL: https://build.opensuse.org/package/show/Base:System/dd_rescue?expand=0&rev=52
2021-02-22 20:15:45 +00:00
Dominique Leuenberger
35589c3187 Accepting request 867587 from Base:System
- build with -fno-strict-aliasing on aarch64 to workaround (bsc#1181402)

OBS-URL: https://build.opensuse.org/request/show/867587
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dd_rescue?expand=0&rev=47
2021-02-01 13:41:33 +00:00
c22d93ee72 - use https urls
OBS-URL: https://build.opensuse.org/package/show/Base:System/dd_rescue?expand=0&rev=51
2021-01-28 22:41:58 +00:00