diff mbox series

[meta-networking,5/5] netsniff-ng: upgarde 0.6.8 -> 0.6.9

Message ID 20251108193208.3465135-5-skandigraun@gmail.com
State New
Headers show
Series [meta-oe,1/5] consolation: upgrade 0.0.9 -> 0.0.10 | expand

Commit Message

Gyorgy Sarvari Nov. 8, 2025, 7:32 p.m. UTC
Source branch was renamed from master to main.
Drop patch that was incorporated in this release.

Changelog:
Use GitHub actions for CI
Allow to manually define CPUs for trafgen
Fix make install and output netsniff-ng stats on stderr
trafgen: Fix for ipv6 header generation when L3-only devices are present
mausezahn: use getopt_long instead of getopt
build: fix install dependencies in Makefile template
trafgen: move cpu stats temp file to /tmp
ring_tx: handle EINTR from sendto

Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
---
 ...001-Cmds-automatically-create-folder.patch | 28 -------------------
 ...sniff-ng_0.6.8.bb => netsniff-ng_0.6.9.bb} |  7 ++---
 2 files changed, 2 insertions(+), 33 deletions(-)
 delete mode 100644 meta-networking/recipes-support/netsniff-ng/files/0001-Cmds-automatically-create-folder.patch
 rename meta-networking/recipes-support/netsniff-ng/{netsniff-ng_0.6.8.bb => netsniff-ng_0.6.9.bb} (76%)
diff mbox series

Patch

diff --git a/meta-networking/recipes-support/netsniff-ng/files/0001-Cmds-automatically-create-folder.patch b/meta-networking/recipes-support/netsniff-ng/files/0001-Cmds-automatically-create-folder.patch
deleted file mode 100644
index 490990d29d..0000000000
--- a/meta-networking/recipes-support/netsniff-ng/files/0001-Cmds-automatically-create-folder.patch
+++ /dev/null
@@ -1,28 +0,0 @@ 
-From 7c00d75d16da18a9998fc4cca28d3c953dd54ceb Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Cl=C3=A9ment=20P=C3=A9ron?= <peron.clem@gmail.com>
-Date: Mon, 14 Feb 2022 18:37:22 +0100
-Subject: [PATCH] Cmds: automatically create folder
-
----
-Upstream-Status: Pending
-
- Cmds | 3 ++-
- 1 file changed, 2 insertions(+), 1 deletion(-)
-
-diff --git a/Cmds b/Cmds
-index e590b38..3df23b8 100644
---- a/Cmds
-+++ b/Cmds
-@@ -44,7 +44,8 @@ ifeq ("$(origin PREFIX)", "$(filter $(origin PREFIX), file command line)")
-   INSTX = echo -e "  INST\t$(1)" && install -d $(2) && \
- 	install -C $(1) $(2)/$(shell basename $(1))
- else
--  INSTX = echo -e "  INST\t$(1)" && install -C $(1) $(2)/$(shell basename $(1))
-+  INSTX = echo -e "  INST\t$(1)" && install -d $(2) && \
-+	install -C $(1) $(2)/$(shell basename $(1))
- endif
- 
- MKDIR = echo -e  "  MKDIR\t$(1)" && mkdir -p $(1)
--- 
-2.32.0
-
diff --git a/meta-networking/recipes-support/netsniff-ng/netsniff-ng_0.6.8.bb b/meta-networking/recipes-support/netsniff-ng/netsniff-ng_0.6.9.bb
similarity index 76%
rename from meta-networking/recipes-support/netsniff-ng/netsniff-ng_0.6.8.bb
rename to meta-networking/recipes-support/netsniff-ng/netsniff-ng_0.6.9.bb
index 58ace6263d..6da17c7668 100644
--- a/meta-networking/recipes-support/netsniff-ng/netsniff-ng_0.6.8.bb
+++ b/meta-networking/recipes-support/netsniff-ng/netsniff-ng_0.6.9.bb
@@ -4,11 +4,8 @@  LICENSE = "GPL-2.0-only"
 LIC_FILES_CHKSUM = "file://COPYING;md5=9dd40dfb621eed702c0775577fbb7011"
 DEPENDS = "libpcap"
 
-SRCREV = "be3e706f00295024ebc199e70177343fdaebbc9e"
-SRC_URI = " \
-	git://github.com/netsniff-ng/netsniff-ng.git;protocol=https;branch=master \
-	file://0001-Cmds-automatically-create-folder.patch \
-	"
+SRCREV = "fb6183fe03b6eaa6c47b18de03b1745fa78633e4"
+SRC_URI = "git://github.com/netsniff-ng/netsniff-ng.git;protocol=https;branch=main;tag=v${PV}"
 
 
 inherit pkgconfig