From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter =?utf-8?q?M=C3=BCller?= To: development@lists.ipfire.org Subject: [PATCH] Nmap: Update to 7.92 Date: Mon, 21 Mar 2022 21:30:57 +0000 Message-ID: <6796bf1c-d5bd-7e7d-487f-15b544b45670@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4068298805304758356==" List-Id: --===============4068298805304758356== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable 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=C3=BCller --- config/rootfiles/packages/nmap | 7 +++---- lfs/nmap | 8 ++++---- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/config/rootfiles/packages/nmap b/config/rootfiles/packages/nmap index 7c6b0ee83..18034fd82 100644 --- a/config/rootfiles/packages/nmap +++ b/config/rootfiles/packages/nmap @@ -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 diff --git a/lfs/nmap b/lfs/nmap index 926912b32..6c9f44683 100644 --- a/lfs/nmap +++ b/lfs/nmap @@ -1,7 +1,7 @@ ############################################################################= ### # = # # IPFire.org - A linux based firewall = # -# Copyright (C) 2007-2019 IPFire Team = # +# Copyright (C) 2007-2022 IPFire Team = # # = # # 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 =20 SUMMARY =3D Network exploration tool and security scanner =20 -VER =3D 7.91 +VER =3D 7.92 =20 THISAPP =3D nmap-$(VER) DL_FILE =3D $(THISAPP).tar.bz2 @@ -34,7 +34,7 @@ DL_FROM =3D $(URL_IPFIRE) DIR_APP =3D $(DIR_SRC)/$(THISAPP) TARGET =3D $(DIR_INFO)/$(THISAPP) PROG =3D nmap -PAK_VER =3D 13 +PAK_VER =3D 14 =20 DEPS =3D =20 @@ -48,7 +48,7 @@ objects =3D $(DL_FILE) =20 $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) =20 -$(DL_FILE)_MD5 =3D 239cef725863ab454590a1bb8793b72b +$(DL_FILE)_MD5 =3D 849f7298a786ce4cd5728db989cff763 =20 install : $(TARGET) =20 --=20 2.34.1 --===============4068298805304758356==--