public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/trafficserver] trafficserver-9.2.14-1: Use OpenSSL 1.1.x from EPEL on RHEL 7 to fix Chrome 117+ bugs
@ 2026-07-15 17:21 Jered Floyd
  0 siblings, 0 replies; only message in thread
From: Jered Floyd @ 2026-07-15 17:21 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/trafficserver
Branch : trafficserver-9.2.14-1
Commit : ee85dda53609f5bbacddd6fb31cd55446e05af9d
Author : Jered Floyd <jered@redhat.com>
Date   : 2023-10-04T11:28:41+00:00
Stats  : +14/-2 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/trafficserver/c/ee85dda53609f5bbacddd6fb31cd55446e05af9d?branch=trafficserver-9.2.14-1

Log:
Use OpenSSL 1.1.x from EPEL on RHEL 7 to fix Chrome 117+ bugs

---
diff --git a/trafficserver.spec b/trafficserver.spec
index dfd8d05..29e4a8c 100644
--- a/trafficserver.spec
+++ b/trafficserver.spec
@@ -4,7 +4,7 @@
 
 Name:           trafficserver
 Version:        9.2.2
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Fast, scalable and extensible HTTP/1.1 and HTTP/2 caching proxy server
 
 License:        ASL 2.0
@@ -39,14 +39,22 @@ BuildRequires:  gcc gcc-c++ perl-ExtUtils-MakeMaker
 BuildRequires:  automake libtool
 BuildRequires:  libcap-devel
 BuildRequires:  systemd-rpm-macros
-BuildRequires:  openssl-devel
 # GCC 5 or higher is required (c++17)
+# Need OpenSSL 1.1.x for TLSv1.2 bug fixes
 %if 0%{?rhel} && 0%{?rhel} <= 7
+BuildRequires:  openssl11-devel
 BuildRequires:  devtoolset-8
+%else
+BuildRequires:  openssl-devel
 %endif
 
 Requires:       expat hwloc pcre xz ncurses pkgconfig
+# Need OpenSSL 1.1.x for TLSv1.2 bug fixes
+%if 0%{?rhel} && 0%{?rhel} <= 7
+Requires:       openssl11
+%else
 Requires:       openssl
+%endif
 # Require an OpenSSL which supports PROFILE=SYSTEM
 Conflicts:      openssl-libs < 1:1.0.1h-4
 
@@ -133,6 +141,7 @@ installations.
 %build
 
 %if 0%{?rhel} && 0%{?rhel} <= 7
+sed -i 's/PKG_CONFIG openssl /PKG_CONFIG openssl11 /' build/ax_check_openssl.m4
 source /opt/rh/devtoolset-8/enable
 autoreconf
 %endif
@@ -298,6 +307,9 @@ fi
 
 
 %changelog
+* Wed Oct 4 2023 Jered Floyd <jered@redhat.com> 9.2.2-2
+- Use OpenSSL 1.1.x from EPEL on RHEL 7 to fix Chrome 117+ bugs
+
 * Wed Aug 9 2023 Jered Floyd <jered@redhat.com> 9.2.2-1
 - Update to upstream 9.2.2
 

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

only message in thread, other threads:[~2026-07-15 17:21 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-15 17:21 [rpms/trafficserver] trafficserver-9.2.14-1: Use OpenSSL 1.1.x from EPEL on RHEL 7 to fix Chrome 117+ bugs Jered Floyd

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