diff mbox series

[meta-networking,3/25] nuttcp: upgrade 8.2.2 -> 8.2.4

Message ID 20260819053629.391864-3-ankur.tyagi85@gmail.com
State Under Review
Headers show
Series [meta-networking,1/25] igmpproxy: add UPSTREAM_CHECK_REGEX variable | expand

Commit Message

Ankur Tyagi Aug. 19, 2026, 5:36 a.m. UTC
From: Ankur Tyagi <ankur.tyagi85@gmail.com>

Drop redundant md5sum.

Changelog:
8.2.4
- Provide compile time options -DMIN_PORT=n, -DMIN_CTL_PORT=n,
  and -DMIN_DATA_PORT=n to set the allowed mimimum port number
- Provide compile time option -DNO_BLANK_LINE to suppress
- blank line in normal nuttcp output
- New "-A" option to bind to a specified interface IP address
- Fix compilation with -DNO_IPV6
- Document -D user compile time options in Usage: statement
- Shut up apparently bogus gcc 10.2.1 warning:
- writing 1 byte into a region of size 0 [-Wstringop-overflow=]
8.2.3
- Simplify handling of stream_idx (no more references to [stream_idx + 1])

Signed-off-by: Ankur Tyagi <ankur.tyagi85@gmail.com>
---
 .../nuttcp/{nuttcp_8.2.2.bb => nuttcp_8.2.4.bb}               | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-networking/recipes-support/nuttcp/{nuttcp_8.2.2.bb => nuttcp_8.2.4.bb} (90%)
diff mbox series

Patch

diff --git a/meta-networking/recipes-support/nuttcp/nuttcp_8.2.2.bb b/meta-networking/recipes-support/nuttcp/nuttcp_8.2.4.bb
similarity index 90%
rename from meta-networking/recipes-support/nuttcp/nuttcp_8.2.2.bb
rename to meta-networking/recipes-support/nuttcp/nuttcp_8.2.4.bb
index 17fc818e8a..815e937c39 100644
--- a/meta-networking/recipes-support/nuttcp/nuttcp_8.2.2.bb
+++ b/meta-networking/recipes-support/nuttcp/nuttcp_8.2.4.bb
@@ -15,8 +15,8 @@  UPSTREAM_CHECK_URI = "https://www.nuttcp.net/nuttcp/beta/"
 SRC_URI = "http://nuttcp.net/${BPN}/beta/${BP}.c \
            file://nuttcp@.service \
            file://nuttcp.socket"
-SRC_URI[md5sum] = "d3c92c4d2f261221193c3726c1b9a42f"
-SRC_URI[sha256sum] = "8c5595bcd27c2fd66831be74c390df078cfb1870aa427f2511ac2586d236c8a1"
+
+SRC_URI[sha256sum] = "06a9de5be3e021130a65548072fba75296c9b8b425b10da062bf733278d5e9d0"
 
 S = "${UNPACKDIR}"