public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Tomas Mraz <tmraz@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/openssl] rebase_40beta: use .include = syntax in the config file
Date: Tue, 09 Jun 2026 12:44:25 GMT [thread overview]
Message-ID: <178100906572.1.1297581112585602277.rpms-openssl-e2ea1027fe2d@fedoraproject.org> (raw)
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
reply other threads:[~2026-06-09 12:44 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178100906572.1.1297581112585602277.rpms-openssl-e2ea1027fe2d@fedoraproject.org \
--to=tmraz@fedoraproject.org \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox