Reviewed-by: Michael Tremer > On 21 Mar 2022, at 21:30, Peter Müller wrote: > > 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 > --- > 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 > > 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) > > -- > 2.34.1