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: Update to upstream 9.2.1
Date: Wed, 15 Jul 2026 17:21:17 GMT	[thread overview]
Message-ID: <178413607777.1.16188548754991341312.rpms-trafficserver-356ba7ab032c@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/trafficserver
Branch : trafficserver-9.2.14-1
Commit : 356ba7ab032c62c31edda1e08c1d691536d59b76
Author : Jered Floyd <jered@redhat.com>
Date   : 2023-06-13T21:46:40+00:00
Stats  : +6/-40 in 4 file(s)
URL    : https://src.fedoraproject.org/rpms/trafficserver/c/356ba7ab032c62c31edda1e08c1d691536d59b76?branch=trafficserver-9.2.14-1

Log:
Update to upstream 9.2.1

---
diff --git a/glibc-237.patch b/glibc-237.patch
deleted file mode 100644
index 57c8214..0000000
--- a/glibc-237.patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- include/tscpp/util/TextView.h
-+++ include/tscpp/util/TextView.h
-@@ -33,6 +33,7 @@
- #include <string>
- #include <string_view>
- #include <limits>
-+#include <cstdint>
- 
- /** Compare views with ordering, ignoring case.
-  *
---- plugins/experimental/slice/Config.h
-+++ plugins/experimental/slice/Config.h
-@@ -26,6 +26,7 @@
- #include <pcre.h>
- #endif
- 
-+#include <string>
- #include <mutex>
- 
- // Data Structures and Classes

diff --git a/ppc64-stack-growth.patch b/ppc64-stack-growth.patch
deleted file mode 100644
index d0e6e74..0000000
--- a/ppc64-stack-growth.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- iocore/eventsystem/UnixEventProcessor.cc
-+++ iocore/eventsystem/UnixEventProcessor.cc
-@@ -141,7 +141,7 @@ void
- ThreadAffinityInitializer::setup_stack_guard(void *stack, int stackguard_pages)
- {
- #if !(defined(__i386__) || defined(__x86_64__) || defined(__arm__) || defined(__arm64__) || defined(__aarch64__) || \
--      defined(__mips__))
-+      defined(__mips__) || defined(__powerpc64__))
- #error Unknown stack growth direction.  Determine the stack growth direction of your platform.
- // If your stack grows upwards, you need to change this function and the calculation of stack_begin in do_alloc_stack.
- #endif

diff --git a/sources b/sources
index c6ed4ed..7ff8d58 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-SHA512 (trafficserver-9.2.0.tar.bz2) = ed0f150e4f189d2513fc2ae6b177945aa30257d9b5f84018379540b3c173185c1b46443a990abdaa1466629cce3071bf33c2b4b45f62377bad362492fc350c32
-SHA512 (trafficserver-9.2.0.tar.bz2.asc) = 3c71bfbe73b4056de1e4ced5458654a68a8b9dfed18d92acc6518ed19df110cac70495ceb96ae16097832e38f4b8e3aca110f5d6cac29587a7032b8bc1652c7c
+SHA512 (trafficserver-9.2.1.tar.bz2) = 471451bcf913ef5a76563ee2d6c9cd539a5a961fd13d6dd142026c8f9c3d72847b172dede200ea7d168d18f9460a002122b3642f1d0c2e3e9085eb2e09227d96
+SHA512 (trafficserver-9.2.1.tar.bz2.asc) = 536bed41c466e4bdd5b8478b0f197651ef926628a1954667ca54541d43d88fca584b0c8f488be4b13f61cbe3b3d4fd9e75fb6925672f6ea048a10ad336b11bde

diff --git a/trafficserver.spec b/trafficserver.spec
index aa6d780..9b5978a 100644
--- a/trafficserver.spec
+++ b/trafficserver.spec
@@ -3,7 +3,7 @@
 %global selinuxtype targeted
 
 Name:           trafficserver
-Version:        9.2.0
+Version:        9.2.1
 Release:        1%{?dist}
 Summary:        Fast, scalable and extensible HTTP/1.1 and HTTP/2 caching proxy server
 
@@ -27,12 +27,6 @@ Patch0:         trafficserver-crypto-policy.patch
 # Fencepost error when parsing bracketed IP address with no port; OOB string_view access
 # Upstream PR: https://github.com/apache/trafficserver/pull/8468 
 Patch1:         string-index-oob.patch
-# glibc 2.37 will require additional explicit includes
-# Upstream PR: https://github.com/apache/trafficserver/pull/9325
-Patch2:         glibc-237.patch
-# ppc64le stack grows down
-# Upstream PR: https://github.com/apache/trafficserver/pull/9326
-Patch3:         ppc64-stack-growth.patch
 
 # Upstream does not support 32-bit architectures:
 # https://github.com/apache/trafficserver/issues/4432
@@ -304,6 +298,9 @@ fi
 
 
 %changelog
+* Tue Jun 13 2023 Jered Floyd <jered@redhat.com> 9.2.1-1
+- Update to upstream 9.2.1
+
 * Fri Jan 20 2023 Jered Floyd <jered@redhat.com> 9.2.0-1
 - Update to upstream 9.2.0
 

                 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=178413607777.1.16188548754991341312.rpms-trafficserver-356ba7ab032c@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