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] f43: Update to upstream 10.2.0
Date: Thu, 13 Aug 2026 01:34:26 GMT	[thread overview]
Message-ID: <178658486608.1.17143518264591956632.rpms-trafficserver-624d03bf9c71@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/trafficserver
Branch : f43
Commit : 624d03bf9c718f266843488a2bf486e0327a084b
Author : Jered Floyd <jered@redhat.com>
Date   : 2026-08-13T01:27:36+00:00
Stats  : +5/-26 in 4 file(s)
URL    : https://src.fedoraproject.org/rpms/trafficserver/c/624d03bf9c718f266843488a2bf486e0327a084b?branch=f43

Log:
Update to upstream 10.2.0

---
diff --git a/fastlz-cast.patch b/fastlz-cast.patch
deleted file mode 100644
index afb8fc4..0000000
--- a/fastlz-cast.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- lib/fastlz/fastlz.cc.orig	2026-08-11 13:28:37.082400955 +0000
-+++ lib/fastlz/fastlz.cc	2026-08-11 13:30:18.842803728 +0000
-@@ -162,7 +162,7 @@
- }
- 
- /* special case of memcpy: exactly MAX_COPY bytes */
--static void flz_maxcopy(void* dest, const void* src) {
-+static void flz_maxcopy(uint8_t* dest, const uint8_t* src) {
- #if defined(FLZ_ARCH64)
-   const uint32_t* p = (const uint32_t*)src;
-   uint32_t* q = (uint32_t*)dest;

diff --git a/kernel-72-errno.patch b/kernel-72-errno.patch
deleted file mode 100644
index dd5a833..0000000
--- a/kernel-72-errno.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- lib/swoc/unit_tests/test_bw_format.cc	2026-08-11 13:18:40.628212580 +0000
-+++ lib/swoc/unit_tests/test_bw_format.cc	2026-08-11 13:18:54.252399059 +0000
-@@ -525,7 +525,7 @@
- 
-   w.print("{}", swoc::bwf::Errno(13));
-   REQUIRE(w.view() == "EACCES: Permission denied [13]"sv);
--  w.clear().print("{}", swoc::bwf::Errno(134));
-+  w.clear().print("{}", swoc::bwf::Errno(192));
-   REQUIRE(w.view().substr(0, 22) == "Unknown: Unknown error"sv);
-   w.clear().print("{:s}", swoc::bwf::Errno(13));
-   REQUIRE(w.view() == "EACCES: Permission denied"sv);

diff --git a/sources b/sources
index f621b92..7ae03d4 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-SHA512 (trafficserver-10.1.3.tar.bz2) = 349db03fd7eca6de4d34b68c5b98d15e840b3e93e6992b5a3afb7d7e2ac46b8ffda5a534340d560584c220cf8e9f29a9fe360426d4ee877c8204108844181962
-SHA512 (trafficserver-10.1.3.tar.bz2.asc) = 840fc3c0d64f4fbc68d1df13bc8e7f7d1633d579652605cc375baef11efce25afc9132acffd464b04271ef80d9f8b26c63b161d339aceb3870b4028d5a08cbec
+SHA512 (trafficserver-10.2.0.tar.bz2) = dc32cb6da0fc0b4eb4dc0ac7c1bb465eebc3fa27ff5c8611b686958b295a548492b336f0b4356d1848999ada2988d926c4538f678c68b0ba38cf3252bef72119
+SHA512 (trafficserver-10.2.0.tar.bz2.asc) = 4e3dad78bb57072100ddc4ef3744683173632f11ed974a198cc6ac1d1ff8afefcd4064e76c0b7679d181f7ef6fec1129892e4f2ac275702b4bcde4cef684bbab

diff --git a/trafficserver.spec b/trafficserver.spec
index 4022a70..d710f79 100644
--- a/trafficserver.spec
+++ b/trafficserver.spec
@@ -25,8 +25,6 @@ Source10:       %{name}-10-update.service
 Patch0:         trafficserver-crypto-policy.patch
 Patch1:         fix-rpath.patch
 Patch2:         config-path-fix.patch
-Patch3:         kernel-72-errno.patch
-Patch4:         fastlz-cast.patch
 
 # Upstream does not support 32-bit architectures:
 # https://github.com/apache/trafficserver/issues/4432
@@ -121,6 +119,9 @@ rm -r lib/yamlcpp
 
 %build
 
+# This is not working properly with cmake for an unclear reason; linking fails
+%define _lto_cflags %{nil}
+
 %cmake \
     -DCMAKE_BUILD_TYPE=Release \
     -DCMAKE_INSTALL_PREFIX=/usr \

                 reply	other threads:[~2026-08-13  1:34 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=178658486608.1.17143518264591956632.rpms-trafficserver-624d03bf9c71@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