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 <martin.blumenstingl@googlemail.com>
This commit is contained in:
parent
0bfe037f0f
commit
cf5fde6bea
2 changed files with 3 additions and 13 deletions
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
Loading…
Reference in a new issue