public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
From: Michael Tremer <michael.tremer@ipfire.org>
To: development@lists.ipfire.org
Subject: Re: [PATCH] Nmap: Update to 7.92
Date: Tue, 22 Mar 2022 10:54:36 +0000	[thread overview]
Message-ID: <77C446E3-0AA6-4B4D-9C4F-05672A0421CE@ipfire.org> (raw)
In-Reply-To: <6796bf1c-d5bd-7e7d-487f-15b544b45670@ipfire.org>

[-- Attachment #1: Type: text/plain, Size: 3797 bytes --]

Reviewed-by: Michael Tremer <michael.tremer(a)ipfire.org>

> On 21 Mar 2022, at 21:30, Peter Müller <peter.mueller(a)ipfire.org> 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 <peter.mueller(a)ipfire.org>
> ---
> 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  <info(a)ipfire.org>                     #
> +# Copyright (C) 2007-2022  IPFire Team  <info(a)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)
> 
> -- 
> 2.34.1


      reply	other threads:[~2022-03-22 10:54 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-03-21 21:30 Peter Müller
2022-03-22 10:54 ` Michael Tremer [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=77C446E3-0AA6-4B4D-9C4F-05672A0421CE@ipfire.org \
    --to=michael.tremer@ipfire.org \
    --cc=development@lists.ipfire.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox