[Buildroot] [git commit branch/2025.05.x] package/tcpreplay: bump to version 4.5.2
Titouan Christophe
titouan.christophe at mind.be
Thu Sep 4 12:13:41 UTC 2025
commit: https://git.buildroot.net/buildroot/commit/?id=2e81a3282ae318d975dc037142dfc6670902a2f7
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/2025.05.x
Bugfix release, fixing compatibility w/ gcc-15.
For change log, see:
https://github.com/appneta/tcpreplay/releases/tag/v4.5.2
Signed-off-by: Yegor Yefremov <yegorslists at googlemail.com>
[Peter: mention gcc+15 fix]
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
(cherry picked from commit 0f80622f1cc33dc9f845d0fe1272a38788a789e9)
Signed-off-by: Titouan Christophe <titouan.christophe at mind.be>
---
package/tcpreplay/tcpreplay.hash | 4 ++--
package/tcpreplay/tcpreplay.mk | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/package/tcpreplay/tcpreplay.hash b/package/tcpreplay/tcpreplay.hash
index 6dc6e48f9a..4307fa60fc 100644
--- a/package/tcpreplay/tcpreplay.hash
+++ b/package/tcpreplay/tcpreplay.hash
@@ -1,5 +1,5 @@
# Locally calculated after checking pgp signature
-# https://github.com/appneta/tcpreplay/releases/download/v4.5.1/tcpreplay-4.5.1.tar.xz.asc
+# https://github.com/appneta/tcpreplay/releases/download/v4.5.2/tcpreplay-4.5.2.tar.xz.asc
# using key 84E4FA215C934A7D97DC76D5E9E2149793BDE17E
-sha256 5126613f783062b43f514b05ad981376050a8fee35b03c8de4445ddeefd95049 tcpreplay-4.5.1.tar.xz
+sha256 2df15bc6d49f96a77617d137049f998193bbae95c1a31b04ca02856a24cbf384 tcpreplay-4.5.2.tar.xz
sha256 07cf5e92d475287a7d1663b33097f40cae5adf03ed8920fcd4374e3dfb48c8ad docs/LICENSE
diff --git a/package/tcpreplay/tcpreplay.mk b/package/tcpreplay/tcpreplay.mk
index 17766707e6..32bcf8d278 100644
--- a/package/tcpreplay/tcpreplay.mk
+++ b/package/tcpreplay/tcpreplay.mk
@@ -4,7 +4,7 @@
#
################################################################################
-TCPREPLAY_VERSION = 4.5.1
+TCPREPLAY_VERSION = 4.5.2
TCPREPLAY_SITE = https://github.com/appneta/tcpreplay/releases/download/v$(TCPREPLAY_VERSION)
TCPREPLAY_SOURCE = tcpreplay-$(TCPREPLAY_VERSION).tar.xz
TCPREPLAY_LICENSE = GPL-3.0
More information about the buildroot
mailing list