From 26c9503b641b3117e90d983647cc980ec7134565 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Wed, 23 Feb 2022 15:51:09 +0800 Subject: tcpreplay: upgrade 4.4.0 -> 4.4.1 Changelog: ========= Bug #708 fix support for feeding PCAP files from STDIN Bug #705 fix Debian/kfreebsd build Bug #704 fix typos Bug #703 safeguard against corrupt packet lengths in checksum functions Bug #702 fix double free in Juniper DLT Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../recipes-support/tcpreplay/tcpreplay_4.4.0.bb | 21 --------------------- .../recipes-support/tcpreplay/tcpreplay_4.4.1.bb | 21 +++++++++++++++++++++ 2 files changed, 21 insertions(+), 21 deletions(-) delete mode 100644 meta-networking/recipes-support/tcpreplay/tcpreplay_4.4.0.bb create mode 100644 meta-networking/recipes-support/tcpreplay/tcpreplay_4.4.1.bb (limited to 'meta-networking') diff --git a/meta-networking/recipes-support/tcpreplay/tcpreplay_4.4.0.bb b/meta-networking/recipes-support/tcpreplay/tcpreplay_4.4.0.bb deleted file mode 100644 index b349156554..0000000000 --- a/meta-networking/recipes-support/tcpreplay/tcpreplay_4.4.0.bb +++ /dev/null @@ -1,21 +0,0 @@ -SUMMARY = "Use previously captured traffic to test network devices" - -HOMEPAGE = "https://tcpreplay.appneta.com/" - -SECTION = "net" - -LICENSE = "GPLv3" -LIC_FILES_CHKSUM = "file://docs/LICENSE;md5=10f0474a2f0e5dccfca20f69d6598ad8" - -SRC_URI = "https://github.com/appneta/tcpreplay/releases/download/v${PV}/tcpreplay-${PV}.tar.gz" - -SRC_URI[sha256sum] = "a3b125c0319bd096d68f821c4a08051b2d3d9278bac6fe18cfe3c9201703a567" - -UPSTREAM_CHECK_URI = "https://github.com/appneta/tcpreplay/releases" - -DEPENDS = "libpcap" - -EXTRA_OECONF += "--with-libpcap=${STAGING_DIR_HOST}/usr" - -inherit siteinfo autotools-brokensep - diff --git a/meta-networking/recipes-support/tcpreplay/tcpreplay_4.4.1.bb b/meta-networking/recipes-support/tcpreplay/tcpreplay_4.4.1.bb new file mode 100644 index 0000000000..f65956b630 --- /dev/null +++ b/meta-networking/recipes-support/tcpreplay/tcpreplay_4.4.1.bb @@ -0,0 +1,21 @@ +SUMMARY = "Use previously captured traffic to test network devices" + +HOMEPAGE = "https://tcpreplay.appneta.com/" + +SECTION = "net" + +LICENSE = "GPLv3" +LIC_FILES_CHKSUM = "file://docs/LICENSE;md5=10f0474a2f0e5dccfca20f69d6598ad8" + +SRC_URI = "https://github.com/appneta/tcpreplay/releases/download/v${PV}/tcpreplay-${PV}.tar.gz" + +SRC_URI[sha256sum] = "cb67b6491a618867fc4f9848f586019f1bb2ebd149f393afac5544ee55e4544f" + +UPSTREAM_CHECK_URI = "https://github.com/appneta/tcpreplay/releases" + +DEPENDS = "libpcap" + +EXTRA_OECONF += "--with-libpcap=${STAGING_DIR_HOST}/usr" + +inherit siteinfo autotools-brokensep + -- cgit v1.2.3-54-g00ecf