From cf5fde6bea1bdf3ceca47faaed1e460146cee171 Mon Sep 17 00:00:00 2001 From: Martin Blumenstingl Date: Thu, 7 Jul 2022 01:44:35 +0200 Subject: [PATCH] netsniff-ng: Update to version 0.6.8 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 --- net/netsniff-ng/Makefile | 6 +++--- net/netsniff-ng/patches/010-uclibc.patch | 10 ---------- 2 files changed, 3 insertions(+), 13 deletions(-) delete mode 100644 net/netsniff-ng/patches/010-uclibc.patch diff --git a/net/netsniff-ng/Makefile b/net/netsniff-ng/Makefile index 46eb0fdb3..0d34c985b 100644 --- a/net/netsniff-ng/Makefile +++ b/net/netsniff-ng/Makefile @@ -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 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 index 89cdef5ab..000000000 --- a/net/netsniff-ng/patches/010-uclibc.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- a/cookie.c -+++ b/cookie.c -@@ -2,6 +2,7 @@ - #include - #include - #include -+#include - - #include "cookie.h" -