diff options
author | Nuno Goncalves <nunojpg@gmail.com> | 2017-01-23 20:49:32 +0100 |
---|---|---|
committer | Nuno Goncalves <nunojpg@gmail.com> | 2017-01-23 20:54:54 +0100 |
commit | 5b038289f089e71422397263d8979b77978a7c04 (patch) | |
tree | f481123df01257b235a656b3af5406efe839ce2b /net/nmap | |
parent | 372dfaacbfcf7d70553ae51f6a51730b24806597 (diff) |
nmap: bump version to 7.40 (all patches upstream)
Signed-off-by: Nuno Goncalves <nunojpg@gmail.com>
Diffstat (limited to 'net/nmap')
-rw-r--r-- | net/nmap/Makefile | 6 | ||||
-rw-r--r-- | net/nmap/patches/001-fix-missing-includes.patch | 14 |
2 files changed, 3 insertions, 17 deletions
diff --git a/net/nmap/Makefile b/net/nmap/Makefile index 6fa208b5c..2bf941e90 100644 --- a/net/nmap/Makefile +++ b/net/nmap/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2006-2016 OpenWrt.org +# Copyright (C) 2006-2017 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -13,13 +13,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=nmap -PKG_VERSION:=7.31 +PKG_VERSION:=7.40 PKG_RELEASE:=1 PKG_MAINTAINER:=Nuno Goncalves <nunojpg@gmail.com> PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=http://nmap.org/dist/ -PKG_MD5SUM:=f2f6660142a777862342a58cc54258ea +PKG_MD5SUM:=9c5a28bfb46228bade82b238408c065e PKG_LICENSE:=GPL-2.0 PKG_LICENSE_FILES:=COPYING diff --git a/net/nmap/patches/001-fix-missing-includes.patch b/net/nmap/patches/001-fix-missing-includes.patch deleted file mode 100644 index 3985badd9..000000000 --- a/net/nmap/patches/001-fix-missing-includes.patch +++ /dev/null @@ -1,14 +0,0 @@ -diff --git a/ncat/ncat_ssl.c b/ncat/ncat_ssl.c -index ee8ca97..9ff495c 100644 ---- a/ncat/ncat_ssl.c -+++ b/ncat/ncat_ssl.c -@@ -128,7 +128,9 @@ - - #include <stdio.h> - #include <openssl/ssl.h> -+#include <openssl/bn.h> - #include <openssl/err.h> -+#include <openssl/rsa.h> - #include <openssl/rand.h> - #include <openssl/x509.h> - #include <openssl/x509v3.h> |