public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Jered Floyd <jered@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/trafficserver] trafficserver-9.2.14-1: Enable build with deprecated OpenSSL Engine
Date: Wed, 15 Jul 2026 17:21:21 GMT	[thread overview]
Message-ID: <178413608146.1.11787705804991131515.rpms-trafficserver-131a36926009@fedoraproject.org> (raw)

          A new commit has been pushed.

          Repo   : rpms/trafficserver
          Branch : trafficserver-9.2.14-1
          Commit : 131a36926009001452ee7dc1f4d8fbe5992b9280
          Author : Jered Floyd <jered@redhat.com>
          Date   : 2024-07-10T15:16:06+00:00
          Stats  : +9/-1 in 1 file(s)
          URL    : https://src.fedoraproject.org/rpms/trafficserver/c/131a36926009001452ee7dc1f4d8fbe5992b9280?branch=trafficserver-9.2.14-1

          Log:
          Enable build with deprecated OpenSSL Engine

https://fedoraproject.org/wiki/Changes/OpensslDeprecateEngine

---
diff --git a/trafficserver.spec b/trafficserver.spec
index 4dea024..00bb304 100644
--- a/trafficserver.spec
+++ b/trafficserver.spec
@@ -4,7 +4,7 @@
 
 Name:           trafficserver
 Version:        9.2.4
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Fast, scalable and extensible HTTP/1.1 and HTTP/2 caching proxy server
 
 License:        ASL 2.0
@@ -47,6 +47,10 @@ BuildRequires:  devtoolset-8
 %else
 BuildRequires:  openssl-devel
 %endif
+# OpenSSL engines are deprecated in f41/c10
+%if 0%{?fedora} >= 41 || 0%{?rhel} >= 10
+BuildRequires:  openssl-devel-engine
+%endif
 
 Requires:       expat hwloc pcre xz ncurses pkgconfig
 # Need OpenSSL 1.1.x for TLSv1.2 bug fixes
@@ -307,6 +311,10 @@ fi
 
 
 %changelog
+* Wed Jul 10 2024 Jered Floyd <jered@redhat.com> 9.2.4-2
+- Enable build with deprecated OpenSSL Engine
+  https://fedoraproject.org/wiki/Changes/OpensslDeprecateEngine
+
 * Wed Apr 3 2024 Jered Floyd <jered@redhat.com> 9.2.4-1
 - Update to upstream 9.2.4
 - Resolves CVE-2024-31309

                 reply	other threads:[~2026-07-15 17:21 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=178413608146.1.11787705804991131515.rpms-trafficserver-131a36926009@fedoraproject.org \
    --to=jered@redhat.com \
    --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