mirror of
https://github.com/openwrt/packages.git
synced 2025-12-27 01:09:30 +04:00
nmap: bump to 7.93
Signed-off-by: Nuno Gonçalves <nunojpg@gmail.com>
(cherry picked from commit 43c990c43f)
This commit is contained in:
committed by
Josef Schlehofer
parent
a61e86e982
commit
c12313f7c1
@@ -13,13 +13,13 @@
|
|||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=nmap
|
PKG_NAME:=nmap
|
||||||
PKG_VERSION:=7.91
|
PKG_VERSION:=7.93
|
||||||
PKG_RELEASE:=$(AUTORELEASE)
|
PKG_RELEASE:=1
|
||||||
PKG_MAINTAINER:=Nuno Goncalves <nunojpg@gmail.com>
|
PKG_MAINTAINER:=Nuno Gonçalves <nunojpg@gmail.com>
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
|
||||||
PKG_SOURCE_URL:=https://nmap.org/dist/
|
PKG_SOURCE_URL:=https://nmap.org/dist/
|
||||||
PKG_HASH:=18cc4b5070511c51eb243cdd2b0b30ff9b2c4dc4544c6312f75ce3a67a593300
|
PKG_HASH:=55bcfe4793e25acc96ba4274d8c4228db550b8e8efd72004b38ec55a2dd16651
|
||||||
PKG_LICENSE:=GPL-2.0-only
|
PKG_LICENSE:=GPL-2.0-only
|
||||||
PKG_LICENSE_FILES:=COPYING
|
PKG_LICENSE_FILES:=COPYING
|
||||||
PKG_CPE_ID:=cpe:/a:nmap:nmap
|
PKG_CPE_ID:=cpe:/a:nmap:nmap
|
||||||
|
|||||||
@@ -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;
|
|
||||||
Reference in New Issue
Block a user