From c12313f7c1e459c6a6d4a5116d0129f1a28e97e5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Nuno=20Gon=C3=A7alves?= Date: Sat, 15 Apr 2023 23:30:30 +0100 Subject: [PATCH] nmap: bump to 7.93 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Nuno Gonçalves (cherry picked from commit 43c990c43fb145c6b24ac1adbf2a5647dc1aa69e) --- net/nmap/Makefile | 8 ++++---- net/nmap/patches/030-libcxx.patch | 20 -------------------- 2 files changed, 4 insertions(+), 24 deletions(-) delete mode 100644 net/nmap/patches/030-libcxx.patch 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; -- 2.30.2