nmap: bump to 7.93
authorNuno Gonçalves <nunojpg@gmail.com>
Sat, 15 Apr 2023 22:30:30 +0000 (23:30 +0100)
committerJosef Schlehofer <pepe.schlehofer@gmail.com>
Thu, 2 Nov 2023 00:15:38 +0000 (01:15 +0100)
Signed-off-by: Nuno Gonçalves <nunojpg@gmail.com>
(cherry picked from commit 43c990c43fb145c6b24ac1adbf2a5647dc1aa69e)

net/nmap/Makefile
net/nmap/patches/030-libcxx.patch [deleted file]

index a06b442fb46263c56a6bba83477b2e56988f6b3a..8c5fb1de10b12bf3080b6fb5691eef3f7afc24b1 100644 (file)
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=nmap
-PKG_VERSION:=7.91
-PKG_RELEASE:=$(AUTORELEASE)
-PKG_MAINTAINER:=Nuno Goncalves <nunojpg@gmail.com>
+PKG_VERSION:=7.93
+PKG_RELEASE:=1
+PKG_MAINTAINER:=Nuno Gonçalves <nunojpg@gmail.com>
 
 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 (file)
index a76f552..0000000
+++ /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 <ctime>
- #include <errno.h>
- #if TIME_WITH_SYS_TIME
- # include <sys/time.h>
---- a/nping/EchoServer.cc
-+++ b/nping/EchoServer.cc
-@@ -69,6 +69,7 @@
- #include "NpingOps.h"
- #include "ProbeMode.h"
- #include <signal.h>
-+#include <ctime>
- extern NpingOps o;
- extern EchoServer es;