From bbe628f5ee7166cf0d6e986d3c0c5d818a1cf48f Mon Sep 17 00:00:00 2001 From: Yi Zhao Date: Mon, 23 Sep 2024 18:35:11 +0800 Subject: tcpslice: upgrade 1.7 -> 1.8 ChangeLog: https://github.com/the-tcpdump-group/tcpslice/blob/tcpslice-1.8/CHANGES Signed-off-by: Yi Zhao Signed-off-by: Khem Raj Signed-off-by: Armin Kuster --- .../recipes-support/tcpdump/tcpslice_1.7.bb | 24 ---------------------- .../recipes-support/tcpdump/tcpslice_1.8.bb | 24 ++++++++++++++++++++++ 2 files changed, 24 insertions(+), 24 deletions(-) delete mode 100644 meta-networking/recipes-support/tcpdump/tcpslice_1.7.bb create mode 100644 meta-networking/recipes-support/tcpdump/tcpslice_1.8.bb (limited to 'meta-networking/recipes-support') diff --git a/meta-networking/recipes-support/tcpdump/tcpslice_1.7.bb b/meta-networking/recipes-support/tcpdump/tcpslice_1.7.bb deleted file mode 100644 index 93197dc3bc..0000000000 --- a/meta-networking/recipes-support/tcpdump/tcpslice_1.7.bb +++ /dev/null @@ -1,24 +0,0 @@ -SUMMARY = "tcpslice" -DESCRIPTION = "A tool for extracting parts of a tcpdump packet trace." -HOMEPAGE = "http://www.tcpdump.org/related.html" -SECTION = "net" - -LICENSE = "BSD-4-Clause" -LIC_FILES_CHKSUM = "file://tcpslice.c;endline=20;md5=99519e2e5234d1662a4ce16baa62c64e" - -SRC_URI = "http://www.tcpdump.org/release/${BP}.tar.gz \ - " -SRC_URI[sha256sum] = "e513f0710c4ab45ec627e5df6f7b80d12e488146e1bd500c92247e20ca608903" - -UPSTREAM_CHECK_REGEX = "tcpslice-(?P\d+(\.\d+)+)\.tar" - -inherit autotools-brokensep pkgconfig - -DEPENDS = "libpcap" - -EXTRA_AUTORECONF += "--exclude=aclocal" - -do_install () { - install -d ${D}${sbindir} - install -m 0755 tcpslice ${D}${sbindir} -} diff --git a/meta-networking/recipes-support/tcpdump/tcpslice_1.8.bb b/meta-networking/recipes-support/tcpdump/tcpslice_1.8.bb new file mode 100644 index 0000000000..3d61160bb0 --- /dev/null +++ b/meta-networking/recipes-support/tcpdump/tcpslice_1.8.bb @@ -0,0 +1,24 @@ +SUMMARY = "tcpslice" +DESCRIPTION = "A tool for extracting parts of a tcpdump packet trace." +HOMEPAGE = "http://www.tcpdump.org/related.html" +SECTION = "net" + +LICENSE = "BSD-4-Clause" +LIC_FILES_CHKSUM = "file://tcpslice.c;endline=20;md5=99519e2e5234d1662a4ce16baa62c64e" + +SRC_URI = "http://www.tcpdump.org/release/${BP}.tar.gz \ + " +SRC_URI[sha256sum] = "082967d6bf793499d3d655cea2149e07c0da97287f1877a6eab88d17cb703d0d" + +UPSTREAM_CHECK_REGEX = "tcpslice-(?P\d+(\.\d+)+)\.tar" + +inherit autotools-brokensep pkgconfig + +DEPENDS = "libpcap" + +EXTRA_AUTORECONF += "--exclude=aclocal" + +do_install () { + install -d ${D}${sbindir} + install -m 0755 tcpslice ${D}${sbindir} +} -- cgit v1.2.3-54-g00ecf