1 Commits

Author SHA256 Message Date
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