]> git.ipfire.org Git - people/stevee/ipfire-2.x.git/commitdiff
Nmap: Update to 7.92
authorPeter Müller <peter.mueller@ipfire.org>
Mon, 21 Mar 2022 21:30:57 +0000 (21:30 +0000)
committerPeter Müller <peter.mueller@ipfire.org>
Tue, 22 Mar 2022 17:35:52 +0000 (17:35 +0000)
Please refer to https://nmap.org/changelog#7.92 for the changelog of
this version; it is too long to include it here.

Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
Reviewed-by: Michael Tremer <michael.tremer@ipfire.org>
config/rootfiles/packages/nmap
lfs/nmap

index 7c6b0ee83e1bd1b1297639ded6e9d7c911ab8c5b..18034fd820604e7d8db65e55d88dedcb27057d6d 100644 (file)
@@ -16,8 +16,6 @@ usr/bin/nping
 #usr/share/man/pl
 #usr/share/man/pl/man1
 #usr/share/man/pl/man1/nmap.1
-#usr/share/man/pt_BR
-#usr/share/man/pt_BR/man1
 #usr/share/man/pt_BR/man1/nmap.1
 #usr/share/man/pt_PT
 #usr/share/man/pt_PT/man1
@@ -25,8 +23,6 @@ usr/bin/nping
 #usr/share/man/ro
 #usr/share/man/ro/man1
 #usr/share/man/ro/man1/nmap.1
-#usr/share/man/ru
-#usr/share/man/ru/man1
 #usr/share/man/ru/man1/nmap.1
 #usr/share/man/sk
 #usr/share/man/sk/man1
@@ -619,6 +615,7 @@ usr/share/nmap/scripts/mysql-vuln-cve2012-2122.nse
 usr/share/nmap/scripts/nat-pmp-info.nse
 usr/share/nmap/scripts/nat-pmp-mapport.nse
 usr/share/nmap/scripts/nbd-info.nse
+usr/share/nmap/scripts/nbns-interfaces.nse
 usr/share/nmap/scripts/nbstat.nse
 usr/share/nmap/scripts/ncp-enum-users.nse
 usr/share/nmap/scripts/ncp-serverinfo.nse
@@ -644,6 +641,7 @@ usr/share/nmap/scripts/ntp-monlist.nse
 usr/share/nmap/scripts/omp2-brute.nse
 usr/share/nmap/scripts/omp2-enum-targets.nse
 usr/share/nmap/scripts/omron-info.nse
+usr/share/nmap/scripts/openflow-info.nse
 usr/share/nmap/scripts/openlookup-info.nse
 usr/share/nmap/scripts/openvas-otp-brute.nse
 usr/share/nmap/scripts/openwebnet-discovery.nse
@@ -662,6 +660,7 @@ usr/share/nmap/scripts/pjl-ready-message.nse
 usr/share/nmap/scripts/pop3-brute.nse
 usr/share/nmap/scripts/pop3-capabilities.nse
 usr/share/nmap/scripts/pop3-ntlm-info.nse
+usr/share/nmap/scripts/port-states.nse
 usr/share/nmap/scripts/pptp-version.nse
 usr/share/nmap/scripts/puppet-naivesigning.nse
 usr/share/nmap/scripts/qconn-exec.nse
index 926912b32c5b33db018dc0adc5d80e1ef29d2195..6c9f44683f3a4f75fbd093792a6157ed419eb979 100644 (file)
--- a/lfs/nmap
+++ b/lfs/nmap
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007-2019  IPFire Team  <info@ipfire.org>                     #
+# Copyright (C) 2007-2022  IPFire Team  <info@ipfire.org>                     #
 #                                                                             #
 # This program is free software: you can redistribute it and/or modify        #
 # it under the terms of the GNU General Public License as published by        #
@@ -26,7 +26,7 @@ include Config
 
 SUMMARY    = Network exploration tool and security scanner
 
-VER        = 7.91
+VER        = 7.92
 
 THISAPP    = nmap-$(VER)
 DL_FILE    = $(THISAPP).tar.bz2
@@ -34,7 +34,7 @@ DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = nmap
-PAK_VER    = 13
+PAK_VER    = 14
 
 DEPS       =
 
@@ -48,7 +48,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 239cef725863ab454590a1bb8793b72b
+$(DL_FILE)_MD5 = 849f7298a786ce4cd5728db989cff763
 
 install : $(TARGET)