From: Nuno Gonçalves Date: Sat, 15 Apr 2023 22:30:30 +0000 (+0100) Subject: nmap: bump to 7.93 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=c12313f;p=feed%2Fpackages.git nmap: bump to 7.93 Signed-off-by: Nuno Gonçalves (cherry picked from commit 43c990c43fb145c6b24ac1adbf2a5647dc1aa69e) --- diff --git a/net/nmap/Makefile b/net/nmap/Makefile index a06b442fb4..8c5fb1de10 100644 --- a/net/nmap/Makefile +++ b/net/nmap/Makefile @@ -13,13 +13,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=nmap -PKG_VERSION:=7.91 -PKG_RELEASE:=$(AUTORELEASE) -PKG_MAINTAINER:=Nuno Goncalves +PKG_VERSION:=7.93 +PKG_RELEASE:=1 +PKG_MAINTAINER:=Nuno Gonçalves PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=https://nmap.org/dist/ -PKG_HASH:=18cc4b5070511c51eb243cdd2b0b30ff9b2c4dc4544c6312f75ce3a67a593300 +PKG_HASH:=55bcfe4793e25acc96ba4274d8c4228db550b8e8efd72004b38ec55a2dd16651 PKG_LICENSE:=GPL-2.0-only PKG_LICENSE_FILES:=COPYING PKG_CPE_ID:=cpe:/a:nmap:nmap diff --git a/net/nmap/patches/030-libcxx.patch b/net/nmap/patches/030-libcxx.patch deleted file mode 100644 index a76f552116..0000000000 --- a/net/nmap/patches/030-libcxx.patch +++ /dev/null @@ -1,20 +0,0 @@ ---- a/nmap_error.cc -+++ b/nmap_error.cc -@@ -66,6 +66,7 @@ - #include "NmapOps.h" - #include "xml.h" - -+#include - #include - #if TIME_WITH_SYS_TIME - # include ---- a/nping/EchoServer.cc -+++ b/nping/EchoServer.cc -@@ -69,6 +69,7 @@ - #include "NpingOps.h" - #include "ProbeMode.h" - #include -+#include - - extern NpingOps o; - extern EchoServer es;