public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/openssl] rebase_40beta: use .include = syntax in the config file
@ 2026-06-09 12:44 Tomas Mraz
  0 siblings, 0 replies; only message in thread
From: Tomas Mraz @ 2026-06-09 12:44 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/openssl
            Branch : rebase_40beta
            Commit : e2ea1027fe2d8ce7a5e9d3ec42c6064d085f696c
            Author : Tomas Mraz <tmraz@fedoraproject.org>
            Date   : 2019-03-01T08:58:32+01:00
            Stats  : +6/-2 in 2 file(s)
            URL    : https://src.fedoraproject.org/rpms/openssl/c/e2ea1027fe2d8ce7a5e9d3ec42c6064d085f696c?branch=rebase_40beta

            Log:
            use .include = syntax in the config file

to allow it to be parsed by 1.0.2 version (#1668916)

---
diff --git a/openssl-1.1.1-conf-paths.patch b/openssl-1.1.1-conf-paths.patch
index 1b02c2f..819007b 100644
--- a/openssl-1.1.1-conf-paths.patch
+++ b/openssl-1.1.1-conf-paths.patch
@@ -31,7 +31,7 @@ diff -up openssl-1.1.1-pre8/apps/openssl.cnf.conf-paths openssl-1.1.1-pre8/apps/
 +
 +[ crypto_policy ]
 +
-+.include /etc/crypto-policies/back-ends/opensslcnf.config
++.include = /etc/crypto-policies/back-ends/opensslcnf.config
 +
  [ new_oids ]
  

diff --git a/openssl.spec b/openssl.spec
index 495c232..9c89bab 100644
--- a/openssl.spec
+++ b/openssl.spec
@@ -22,7 +22,7 @@
 Summary: Utilities from the general purpose cryptography library with TLS implementation
 Name: openssl
 Version: 1.1.1b
-Release: 1%{?dist}
+Release: 2%{?dist}
 Epoch: 1
 # We have to remove certain patented algorithms from the openssl source
 # tarball with the hobble-openssl script which is included below.
@@ -448,6 +448,10 @@ export LD_LIBRARY_PATH
 %ldconfig_scriptlets libs
 
 %changelog
+* Fri Mar  1 2019 Tomáš Mráz <tmraz@redhat.com> 1.1.1b-2
+- use .include = syntax in the config file to allow it
+  to be parsed by 1.0.2 version (#1668916)
+
 * Thu Feb 28 2019 Tomáš Mráz <tmraz@redhat.com> 1.1.1b-1
 - update to the 1.1.1b release
 - EVP_KDF API backport from master

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-06-09 12:44 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:44 [rpms/openssl] rebase_40beta: use .include = syntax in the config file Tomas Mraz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox