diff mbox series

[meta-networking,1/1] tcpreplay: upgrade 4.4.3 -> 4.4.4

Message ID 20230626082510.1985223-1-archana.polampalli@windriver.com
State Under Review
Headers show
Series [meta-networking,1/1] tcpreplay: upgrade 4.4.3 -> 4.4.4 | expand

Commit Message

Polampalli, Archana June 26, 2023, 8:25 a.m. UTC
This release contains bug fixes only.
The following CVEs have been addressed:

CVE-2023-27783
CVE-2023-27784
CVE-2023-27785
CVE-2023-27786
CVE-2023-27787
CVE-2023-27788
CVE-2023-27789

Changelog:
=========
dlt_jnpr_ether_cleanup: check subctx before cleanup by @Marsman1996 in #781
Bug #780 assert tcpedit dlt cleanup by @fklassen in #800
Fix bugs caused by strtok_r by @Marsman1996 in #783
Bug #782 #784 #785 #786 #787 #788 strtok r isuses by @fklassen in #801
Update en10mb.c by @david-guti in #793
PR #793 ip6 unicast flood by @fklassen in #802
Bug #719 fix overflow check for parse_mpls() by @fklassen in #804
PR #793 - update tests for corrected IPv6 MAC by @fklassen in #805
PR #793 - update tests for vlandel by @fklassen in #806
Feature #773 gh actions ci by @fklassen in #807

Signed-off-by: Archana Polampalli <archana.polampalli@windriver.com>
---
 .../tcpreplay/{tcpreplay_4.4.3.bb => tcpreplay_4.4.4.bb}        | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-networking/recipes-support/tcpreplay/{tcpreplay_4.4.3.bb => tcpreplay_4.4.4.bb} (88%)
diff mbox series

Patch

diff --git a/meta-networking/recipes-support/tcpreplay/tcpreplay_4.4.3.bb b/meta-networking/recipes-support/tcpreplay/tcpreplay_4.4.4.bb
similarity index 88%
rename from meta-networking/recipes-support/tcpreplay/tcpreplay_4.4.3.bb
rename to meta-networking/recipes-support/tcpreplay/tcpreplay_4.4.4.bb
index d461c8d3d..c7d14e2ab 100644
--- a/meta-networking/recipes-support/tcpreplay/tcpreplay_4.4.3.bb
+++ b/meta-networking/recipes-support/tcpreplay/tcpreplay_4.4.4.bb
@@ -11,7 +11,7 @@  SRC_URI = "https://github.com/appneta/tcpreplay/releases/download/v${PV}/tcprepl
            file://0001-libopts.m4-set-POSIX_SHELL-to-bin-sh.patch \
           "
 
-SRC_URI[sha256sum] = "216331692e10c12d7f257945e777928d79bd091117f3e4ffb5b312eb2ca0bf7c"
+SRC_URI[sha256sum] = "44f18fb6d3470ecaf77a51b901a119dae16da5be4d4140ffbb2785e37ad6d4bf"
 
 UPSTREAM_CHECK_URI = "https://github.com/appneta/tcpreplay/releases"