public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/openssl] rebase_40beta: Fixed mistakes in compilation options
@ 2026-06-09 12:45 Dmitry Belyavskiy
0 siblings, 0 replies; only message in thread
From: Dmitry Belyavskiy @ 2026-06-09 12:45 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/openssl
Branch : rebase_40beta
Commit : a7efa7e6090a363991ea7ee4ea6c457e3a6d1055
Author : Dmitry Belyavskiy <dbelyavs@redhat.com>
Date : 2025-03-13T13:19:07+01:00
Stats : +7/-3 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/openssl/c/a7efa7e6090a363991ea7ee4ea6c457e3a6d1055?branch=rebase_40beta
Log:
Fixed mistakes in compilation options
Proper providing of default cipher string file on compilation
Build with no-atexit similar to CentOS/RHEL
---
diff --git a/openssl.spec b/openssl.spec
index 2d83d49..0e65d64 100644
--- a/openssl.spec
+++ b/openssl.spec
@@ -29,7 +29,7 @@ print(string.sub(hash, 0, 16))
Summary: Utilities from the general purpose cryptography library with TLS implementation
Name: openssl
Version: 3.2.4
-Release: 2%{?dist}
+Release: 3%{?dist}
Epoch: 1
Source: openssl-%{version}.tar.gz
Source2: Makefile.certificate
@@ -322,10 +322,10 @@ export HASHBANGPERL=/usr/bin/perl
%ifarch riscv64
--libdir=%{_lib} \
%endif
- --system-ciphers-file=%{_sysconfdir}/crypto-policies/back-ends/openssl.config \
+ --system-ciphers-file=%{_sysconfdir}/crypto-policies/back-ends/opensslcnf.config \
zlib enable-camellia enable-seed enable-rfc3779 enable-sctp \
enable-cms enable-md2 enable-rc5 ${ktlsopt} enable-fips -D_GNU_SOURCE\
- no-mdc2 no-ec2m no-sm2 no-sm4 enable-buildtest-c++\
+ no-mdc2 no-ec2m no-sm2 no-sm4 no-atexit enable-buildtest-c++\
shared ${sslarch} $RPM_OPT_FLAGS '-DDEVRANDOM="\"/dev/urandom\"" -DREDHAT_FIPS_VERSION="\"%{fips}\""'\
-Wl,--allow-multiple-definition
@@ -540,6 +540,10 @@ ln -s /etc/crypto-policies/back-ends/openssl_fips.config $RPM_BUILD_ROOT%{_sysco
%ldconfig_scriptlets libs
%changelog
+* Thu Mar 13 2025 Dmitry Belyavskiy <dbelyavs@redhat.com> - 1:3.2.4-3
+- Proper providing of default cipher string file on compilation
+ Build with no-atexit similar to CentOS/RHEL
+
* Tue Feb 25 2025 Dmitry Belyavskiy <dbelyavs@redhat.com> - 1:3.2.4-2
- Deprecating a proper subpackage
Related: rhbz#2276420
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-09 12:45 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-09 12:45 [rpms/openssl] rebase_40beta: Fixed mistakes in compilation options Dmitry Belyavskiy
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox