netsniff-ng: Update to version 0.6.8
authorMartin Blumenstingl <martin.blumenstingl@googlemail.com>
Wed, 6 Jul 2022 23:44:35 +0000 (01:44 +0200)
committerRosen Penev <rosenp@gmail.com>
Sun, 17 Jul 2022 20:56:06 +0000 (13:56 -0700)
The update fixes GCC-10 (or newer) builds. Remove 010-uclibc.patch as it
has been applied upstream in this new version.

Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
net/netsniff-ng/Makefile
net/netsniff-ng/patches/010-uclibc.patch [deleted file]

index 46eb0fdb365be19eea22ef32fd016128e8519819..0d34c985bd014051995b7dfa6ea36d063efc109f 100644 (file)
@@ -1,12 +1,12 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=netsniff-ng
-PKG_VERSION:=0.6.7
-PKG_RELEASE:=2
+PKG_VERSION:=0.6.8
+PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=https://codeload.github.com/netsniff-ng/netsniff-ng/tar.gz/v$(PKG_VERSION)?
-PKG_HASH:=030b0554206b43c5883e48a63575fb65d7835e275333372f55f7d615d419da05
+PKG_HASH:=4bbd8e286aee929d5f71788d226938e0ad6a7873f882412221a240faa2439a45
 
 PKG_MAINTAINER:=Toni Uhlig <matzeton@googlemail.com>
 PKG_LICENSE:=GPL-2.0-or-later
diff --git a/net/netsniff-ng/patches/010-uclibc.patch b/net/netsniff-ng/patches/010-uclibc.patch
deleted file mode 100644 (file)
index 89cdef5..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
---- a/cookie.c
-+++ b/cookie.c
-@@ -2,6 +2,7 @@
- #include <stdio.h>
- #include <string.h>
- #include <syslog.h>
-+#include <sys/types.h>
- #include "cookie.h"