pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/net



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu May 15 15:44:41 UTC 2025

Modified Files:
        pkgsrc/net/ndiff: Makefile PLIST distinfo
        pkgsrc/net/nmap: Makefile Makefile.common PLIST distinfo
        pkgsrc/net/nmap/patches: patch-configure
        pkgsrc/net/zenmap: Makefile distinfo

Log Message:
nmap ndiff zenmap: updated to 7.97

Nmap 7.97 [2025-05-12]

o [Zenmap] Fix a crash when starting a scan on Windows in locales that
  use non-latin character sets. Also changed Nmap to print the time zone as an
  offset from UTC instead of as a localized string. [Daniel Miller]

o Fixed an issue with the parallel forward DNS resolver: it had not been
  consulting /etc/hosts, nor did it correctly handle the 'localhost' name.
  [Daniel Miller]

o  Mitigate a false-positive detection by replacing a malicious URL in
  the example output of http-malware-host [nnposter]

Nmap 7.96 [2025-05-01]

o Upgraded included libraries: OpenSSL 3.0.16, Lua 5.4.7, libssh2 1.11.1,
  libpcap 1.10.5, libpcre2 10.45

o [Windows] Upgraded the included version of Npcap from version 1.79 to the
  latest version 1.82, bringing faster packet injection, VLAN header capture,
  and support for SR-IOV adapters, along with many other bug fixes and feature
  enhancements described at https://npcap.com/changelog

o  Nmap now performs forward DNS lookups in parallel, using the same
  engine that has been reliably performing reverse-DNS lookups for nearly a
  decade. Scanning large lists of hostnames is now enormously faster and avoids
  the unresponsive wait for blocking system calls, so progress stats can be
  shown. In testing, resolving 1 million website names to both IPv4 and IPv6
  took just over an hour. The previous system took 49 hours for the same data
  set! [Daniel Miller]

o [Nping] Promoted Nping version number from a 0.7.95 alpha release to
  the same release version as Nmap.

o [Zenmap] Added dark mode, accessed via Profile->Toggle Dark Mode or
  window::dark_mode in zenmap.conf. [Daniel Miller]

o [NSE] Added 3 new scripts, for a total of 612 NSE scripts:

  +  mikrotik-routeros-version queries MikroTik's WinBox router admin
    service to get the RouterOS version. New service probes were also added for
    this service. [deauther890, Daniel Miller]

  + mikrotik-routeros-username-brute brute-forces WinBox usernames for the
    router using CVE-2024-54772. [deauther890]

  + targets-ipv6-eui64 generates target IPv6 addresses from a user-provided
    file of MAC addresses, using the EUI-64 method. [Daniel Miller]

o  Fixed an issue preventing the Nmap OEM 7.95 uninstaller from
  correctly uninstalling Nmap OEM.

o [Nsock][Windows] Fixed the IOCP Nsock engine, which had been demoted
  since Nmap 7.91 due to unresolved issues around SSL sockets and IPv6. [Daniel Miller]

o  Fixed the issue where TCP Connect scans (-sT) on Windows would show
  'filtered' instead of 'closed', due to differences in understanding timeouts.

o  Nmap is now able to scan IP protocol 255.
  [nnposter]

o Nmap will now allow targets to be specified both on the command line and in
  an input file with -iL. Previously, if targets were provided in both places,
  only the targets in the input file would be scanned, and no notice was given
  that the command-line targets were ignored. [Daniel Miller]

o [Zenmap] Fixed a Zenmap crash in DiffViewer when Ndiff exits with error.

o [Zenmap] Fixed several UnicodeDecodeError or UnicodeEncodeError crashes
  throughout Zenmap.

o [Zenmap] Fixed an issue preventing Zenmap from launching if nmap was
  not in the PATH. The issue primarily affected macOS users. [Daniel Miller]

o  Fixed a couple of issues with parsing the argument to the
  -iR option.

o [NSE] Added TLS support to redis.lua and improved -sV detection of redis.

o  Fix 2 potential crashes in parsing IPv6 extension headers
  discovered using AFL++ fuzzer. [Domen Puncer Kugler, Daniel Miller]

o [Nping] Bind raw socket to device when possible. This was already done for
  IPv6, but was needed for IPv4 L3 tunnels. [ValdikSS]

o [Ncat] Ncat in connect mode no longer defaults to half-closed TCP
  connections. This makes it more compatible with other netcats. The -k option
  will enable the old behavior. See https://seclists.org/nmap-dev/2013/q1/188
  [Daniel Miller]

o [Nsock] Fix an issue affecting Ncat where unread bytes in the SSL
  layer's buffer could not be read until more data arrived on the socket, which
  could lead to deadlock. [Daniel Miller]

o [Ncat] New Ncat option -q to delay quit after EOF on stdin, the
  same as traditional netcat's -q option. [Daniel Miller]

o [Ncat] Ncat in listen mode with -e or -c correctly handles error and
  EOF conditions that had not been being delivered to the child process.

o [Ncat][Windows] All Nsock engines now work correctly. The default is still
  'select', but others can be set with --nsock-engine=iocp or
  --nsock-engine=poll [Daniel Miller]

o [NSE] SSH NSE scripts now catch connection errors thrown by
  the libssh2 Lua binding, providing useful output instead of a backtrace.
  [Joshua Rogers, Daniel Miller]

o [NSE] Several fixes and extensions to the libssh2 NSE bindings: fixed
  libssh2.channel_read_stderr, which was reading stdout instead; add binding
  for libssh2_userauth_publickey_frommemory; allow open_channel to avoid allocating a pty;

o [Nsock] Improvements for platforms without selectable pcap handles (e.g.
  Windows). Interleaved pcap and socket events were favoring pcap reads,
  possibly resulting in timeouts of the socket events. [Daniel Miller]

o [Nsock] Improved memory performance of poll engine on Windows. [Daniel Miller]

o [Nsock] Improvements to Nsock event list management, fixing
  errors like "could not find 1 of the purportedly pending events on that IOD." [Daniel Miller]

o When Nmap is used with --disable-arp-ping, a local IP that cannot be
  ARP-resolved will use the "no-route" reason instead of the "unknown-response"
  reason, since no response was received.

o [NSE] Various bug fixes in the mssql NSE
  library. [johnjaylward, nnposter]

o [NSE] Testing for acceptance of SSH keys for
  a given username caused heap corruption. [Julijan Nedic, nnposter]

o [NSE] Scripts were not able to load SSH public keys.
  from a file. [nnposter]

o [NSE] Encryption/decryption performed by the OpenSSL NSE
  module did not work correctly when the IV started with a null byte.
  [nnposter]

o [NSE] Arbitrary separator in stdnse.tohex() is now
  supported. Script smb-protocols now reports SMB dialects correctly.
  [nnposter]

o [NSE] ether_type inconsistency in packet.Frame has been resolved. Both
  Frame:new() and Frame:build_ether_frame() now use an integer. [nnposter]


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/net/ndiff/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/net/ndiff/PLIST
cvs rdiff -u -r1.9 -r1.10 pkgsrc/net/ndiff/distinfo
cvs rdiff -u -r1.149 -r1.150 pkgsrc/net/nmap/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/net/nmap/Makefile.common
cvs rdiff -u -r1.34 -r1.35 pkgsrc/net/nmap/PLIST
cvs rdiff -u -r1.90 -r1.91 pkgsrc/net/nmap/distinfo
cvs rdiff -u -r1.2 -r1.3 pkgsrc/net/nmap/patches/patch-configure
cvs rdiff -u -r1.18 -r1.19 pkgsrc/net/zenmap/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/net/zenmap/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/ndiff/Makefile
diff -u pkgsrc/net/ndiff/Makefile:1.10 pkgsrc/net/ndiff/Makefile:1.11
--- pkgsrc/net/ndiff/Makefile:1.10      Thu Apr 25 07:15:03 2024
+++ pkgsrc/net/ndiff/Makefile   Thu May 15 15:44:41 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2024/04/25 07:15:03 adam Exp $
+# $NetBSD: Makefile,v 1.11 2025/05/15 15:44:41 adam Exp $
 
 .include "../../net/nmap/Makefile.common"
 
@@ -10,16 +10,17 @@ WRKSRC=             ${WRKDIR}/${DISTNAME}/ndiff
 
 EXTRACT_ELEMENTS=      ${DISTNAME}/ndiff
 
-USE_LANGUAGES= # none
+WHEEL_NAME=    ${PKGNAME}
+
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
+USE_LANGUAGES= # none
 
-SUBST_CLASSES+=                setup
-SUBST_STAGE.setup=     pre-configure
-SUBST_MESSAGE.setup=   Fixing setup.
-SUBST_FILES.setup=     setup.py
-SUBST_SED.setup=       -e 's,share/man,${PKGMANDIR},g'
-SUBST_SED.setup+=      -e 's,\(self.create_uninstaller\),\#\1,g'
+SUBST_CLASSES+=                version
+SUBST_STAGE.version=   pre-configure
+SUBST_MESSAGE.version= Fixing version.
+SUBST_FILES.version=   pyproject.toml
+SUBST_SED.version=     -e 's,7.96,${PKGVERSION_NOREV},'
 
-.include "../../lang/python/egg.mk"
+.include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/net/ndiff/PLIST
diff -u pkgsrc/net/ndiff/PLIST:1.1 pkgsrc/net/ndiff/PLIST:1.2
--- pkgsrc/net/ndiff/PLIST:1.1  Sat Apr 14 13:04:33 2018
+++ pkgsrc/net/ndiff/PLIST      Thu May 15 15:44:41 2025
@@ -1,6 +1,11 @@
-@comment $NetBSD: PLIST,v 1.1 2018/04/14 13:04:33 adam Exp $
+@comment $NetBSD: PLIST,v 1.2 2025/05/15 15:44:41 adam Exp $
 bin/ndiff
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE
+${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
 ${PYSITELIB}/ndiff.py
 ${PYSITELIB}/ndiff.pyc
 ${PYSITELIB}/ndiff.pyo
-man/man1/ndiff.1

Index: pkgsrc/net/ndiff/distinfo
diff -u pkgsrc/net/ndiff/distinfo:1.9 pkgsrc/net/ndiff/distinfo:1.10
--- pkgsrc/net/ndiff/distinfo:1.9       Thu Apr 25 07:15:03 2024
+++ pkgsrc/net/ndiff/distinfo   Thu May 15 15:44:41 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.9 2024/04/25 07:15:03 adam Exp $
+$NetBSD: distinfo,v 1.10 2025/05/15 15:44:41 adam Exp $
 
-BLAKE2s (nmap-7.95.tar.bz2) = 07bd501519952dae05b65ad465ef1417bd3aeb22e36ff0dde875e78194d82af8
-SHA512 (nmap-7.95.tar.bz2) = fd95a8bc627a2b8b507353f761dc9fdc8e880a0dd2d75a51b9cb3ec664318796af9bb16a6ff9a1358bd77ad669c2a54e333be630f201f69287692a7d2d41c17e
-Size (nmap-7.95.tar.bz2) = 11717069 bytes
+BLAKE2s (nmap-7.97.tar.bz2) = 61f88fc575e9c6bd934dbefbe8bc0ecf3211894d11173e7a9005c7c075e42000
+SHA512 (nmap-7.97.tar.bz2) = 050241744c311f5fc16297e1698aded2a9fdc78eb7a0954d1c70f7713ef6e1b07f3fcbf28a6a53f43785b1ae710aadf10237d1d0bd8855c6b3c423da4d35961c
+Size (nmap-7.97.tar.bz2) = 12142624 bytes

Index: pkgsrc/net/nmap/Makefile
diff -u pkgsrc/net/nmap/Makefile:1.149 pkgsrc/net/nmap/Makefile:1.150
--- pkgsrc/net/nmap/Makefile:1.149      Thu Apr 25 07:15:03 2024
+++ pkgsrc/net/nmap/Makefile    Thu May 15 15:44:40 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.149 2024/04/25 07:15:03 adam Exp $
+# $NetBSD: Makefile,v 1.150 2025/05/15 15:44:40 adam Exp $
 
 .include "Makefile.common"
 
@@ -59,7 +59,7 @@ post-install:
        ${RM} -f ${DESTDIR}${PREFIX}/bin/uninstall_*
 
 .include "../../devel/pcre2/buildlink3.mk"
-BUILDLINK_API_DEPENDS.libpcap+=        libpcap>=1.0.0
+BUILDLINK_API_DEPENDS.libpcap+=        libpcap>=1.1.0
 .include "../../net/libpcap/buildlink3.mk"
 .include "../../security/openssl/buildlink3.mk"
 .include "../../security/libssh2/buildlink3.mk"

Index: pkgsrc/net/nmap/Makefile.common
diff -u pkgsrc/net/nmap/Makefile.common:1.9 pkgsrc/net/nmap/Makefile.common:1.10
--- pkgsrc/net/nmap/Makefile.common:1.9 Mon Mar  3 20:29:28 2025
+++ pkgsrc/net/nmap/Makefile.common     Thu May 15 15:44:40 2025
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile.common,v 1.9 2025/03/03 20:29:28 wiz Exp $
+# $NetBSD: Makefile.common,v 1.10 2025/05/15 15:44:40 adam Exp $
 # used by net/ndiff/Makefile
 # used by net/nmap/Makefile
 # used by net/zenmap/Makefile
 
-DISTNAME=      nmap-7.95
+DISTNAME=      nmap-7.97
 CATEGORIES=    net security
 MASTER_SITES=  http://nmap.org/dist/
 EXTRACT_SUFX=  .tar.bz2
@@ -15,3 +15,4 @@ LICENSE=      gnu-gpl-v2
 CONFLICTS=     nmap<=7.70
 
 CHECK_PORTABILITY_SKIP+=       libssh2/Makefile.in
+CHECK_PORTABILITY_SKIP+=       macosx/make-app.sh

Index: pkgsrc/net/nmap/PLIST
diff -u pkgsrc/net/nmap/PLIST:1.34 pkgsrc/net/nmap/PLIST:1.35
--- pkgsrc/net/nmap/PLIST:1.34  Thu Apr 25 07:15:03 2024
+++ pkgsrc/net/nmap/PLIST       Thu May 15 15:44:40 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.34 2024/04/25 07:15:03 adam Exp $
+@comment $NetBSD: PLIST,v 1.35 2025/05/15 15:44:40 adam Exp $
 bin/ncat
 bin/nmap
 bin/nping
@@ -565,6 +565,8 @@ ${PLIST.lua}share/nmap/scripts/metasploi
 ${PLIST.lua}share/nmap/scripts/metasploit-msgrpc-brute.nse
 ${PLIST.lua}share/nmap/scripts/metasploit-xmlrpc-brute.nse
 ${PLIST.lua}share/nmap/scripts/mikrotik-routeros-brute.nse
+${PLIST.lua}share/nmap/scripts/mikrotik-routeros-username-brute.nse
+${PLIST.lua}share/nmap/scripts/mikrotik-routeros-version.nse
 ${PLIST.lua}share/nmap/scripts/mmouse-brute.nse
 ${PLIST.lua}share/nmap/scripts/mmouse-exec.nse
 ${PLIST.lua}share/nmap/scripts/modbus-discover.nse
@@ -775,6 +777,7 @@ ${PLIST.lua}share/nmap/scripts/stuxnet-d
 ${PLIST.lua}share/nmap/scripts/supermicro-ipmi-conf.nse
 ${PLIST.lua}share/nmap/scripts/svn-brute.nse
 ${PLIST.lua}share/nmap/scripts/targets-asn.nse
+${PLIST.lua}share/nmap/scripts/targets-ipv6-eui64.nse
 ${PLIST.lua}share/nmap/scripts/targets-ipv6-map4to6.nse
 ${PLIST.lua}share/nmap/scripts/targets-ipv6-multicast-echo.nse
 ${PLIST.lua}share/nmap/scripts/targets-ipv6-multicast-invalid-dst.nse

Index: pkgsrc/net/nmap/distinfo
diff -u pkgsrc/net/nmap/distinfo:1.90 pkgsrc/net/nmap/distinfo:1.91
--- pkgsrc/net/nmap/distinfo:1.90       Tue Dec 17 13:29:09 2024
+++ pkgsrc/net/nmap/distinfo    Thu May 15 15:44:40 2025
@@ -1,13 +1,15 @@
-$NetBSD: distinfo,v 1.90 2024/12/17 13:29:09 tnn Exp $
+$NetBSD: distinfo,v 1.91 2025/05/15 15:44:40 adam Exp $
 
-BLAKE2s (nmap-7.95.tar.bz2) = 07bd501519952dae05b65ad465ef1417bd3aeb22e36ff0dde875e78194d82af8
-SHA512 (nmap-7.95.tar.bz2) = fd95a8bc627a2b8b507353f761dc9fdc8e880a0dd2d75a51b9cb3ec664318796af9bb16a6ff9a1358bd77ad669c2a54e333be630f201f69287692a7d2d41c17e
-Size (nmap-7.95.tar.bz2) = 11717069 bytes
+BLAKE2s (nmap-7.97.tar.bz2) = 61f88fc575e9c6bd934dbefbe8bc0ecf3211894d11173e7a9005c7c075e42000
+SHA512 (nmap-7.97.tar.bz2) = 050241744c311f5fc16297e1698aded2a9fdc78eb7a0954d1c70f7713ef6e1b07f3fcbf28a6a53f43785b1ae710aadf10237d1d0bd8855c6b3c423da4d35961c
+Size (nmap-7.97.tar.bz2) = 12142624 bytes
 SHA1 (patch-charpool.cc) = 6d72e5723f41965fd80e166c5507167aab760022
-SHA1 (patch-configure) = aeaf9434958c576765a89412eb359611da23ddc0
+SHA1 (patch-configure) = 5d68f319f1581bb07a586e107155510c7decc342
 SHA1 (patch-libdnet-stripped_src_arp-bsd.c) = c56c4e70eca2fa04dd8aab38ed2c3f4cac83f5e3
 SHA1 (patch-libnetutil_netutil.cc) = 7bd1059d6cbcf4f6d129730d6c6f6bc3ab54c0a0
+SHA1 (patch-ncat_configure) = 32753ff3afe91d721a704455f404a9ae3ebc372e
 SHA1 (patch-nping_EchoServer.cc) = e5b0213e3cfff8a32b5ae291c1921a86b9b17dd3
 SHA1 (patch-nping_NpingOps.cc) = 074766040fbf6dc16315b6313d6dad4ff514a91a
+SHA1 (patch-nping_configure) = 5c25448a3b5a4cd5121a115867532aab81b12b26
 SHA1 (patch-nsock_tests_run__tests.sh) = 88a7447f93dd3377e7e24e317c55528a73a17401
 SHA1 (patch-protocols.cc) = c3e2013a0c7016fbe1cabef5226685bd74377302

Index: pkgsrc/net/nmap/patches/patch-configure
diff -u pkgsrc/net/nmap/patches/patch-configure:1.2 pkgsrc/net/nmap/patches/patch-configure:1.3
--- pkgsrc/net/nmap/patches/patch-configure:1.2 Tue Dec 17 13:29:09 2024
+++ pkgsrc/net/nmap/patches/patch-configure     Thu May 15 15:44:41 2025
@@ -1,22 +1,36 @@
-$NetBSD: patch-configure,v 1.2 2024/12/17 13:29:09 tnn Exp $
+$NetBSD: patch-configure,v 1.3 2025/05/15 15:44:41 adam Exp $
+
+pcap_version is not portable.
 
 External liblinear must be configured later.
 
---- configure.orig     2024-04-12 17:20:04.000000000 +0000
+--- configure.orig     2025-05-06 17:33:27.000000000 +0000
 +++ configure
-@@ -7137,9 +7137,11 @@ else $as_nop
+@@ -6274,9 +6274,10 @@ else
  /* end confdefs.h.  */
  
  #include <stdio.h>
-+#include <stdlib.h>
- extern char pcap_version[];
+-extern char pcap_version[];
++#include <pcap/pcap.h>
  int main() {
    int major, minor1, minor2;
-+  exit(0);    /* fool it */
++  const char *pcap_version = pcap_lib_version();
    sscanf(pcap_version,"%d.%d.%d", &major, &minor1, &minor2);
    if (major > 0)
      return 0;
-@@ -8162,7 +8164,6 @@ then :
+@@ -6310,9 +6311,10 @@ else
+ #ifdef HAVE_NET_BPF_H
+ #include <net/bpf.h>
+ #endif
+-extern char pcap_version[];
++#include <pcap/pcap.h>
+ int main() {
+   int major, minor;
++  const char *pcap_version = pcap_lib_version(); 
+   sscanf(pcap_version,"%d.%d", &major, &minor);
+   if ((major == 1 && minor >= 1) || major > 1)
+     return 0;
+@@ -7196,7 +7198,6 @@ if test "${with_liblinear+set}" = set; t
    *)
      CPPFLAGS="-I$with_liblinear/include $CPPFLAGS"
      LDFLAGS="-L$with_liblinear/lib $LDFLAGS"

Index: pkgsrc/net/zenmap/Makefile
diff -u pkgsrc/net/zenmap/Makefile:1.18 pkgsrc/net/zenmap/Makefile:1.19
--- pkgsrc/net/zenmap/Makefile:1.18     Wed Apr 16 05:47:55 2025
+++ pkgsrc/net/zenmap/Makefile  Thu May 15 15:44:41 2025
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.18 2025/04/16 05:47:55 kim Exp $
+# $NetBSD: Makefile,v 1.19 2025/05/15 15:44:41 adam Exp $
 
 .include "../../net/nmap/Makefile.common"
 
 PKGNAME=       ${DISTNAME:S/nmap/zenmap/}
-PKGREVISION=   2
 
 COMMENT=       Nmap Security Scanner GUI
 
@@ -17,8 +16,6 @@ TOOL_DEPENDS+=        ${PYPKGPREFIX}-setuptools
 
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
-
 DEPENDS+=      gtk3+-[0-9]*:../../x11/gtk3
 DEPENDS+=      nmap-[0-9]*:../../net/nmap
 DEPENDS+=      ${PYPKGPREFIX}-gobject3-[0-9]*:../../devel/py-gobject3

Index: pkgsrc/net/zenmap/distinfo
diff -u pkgsrc/net/zenmap/distinfo:1.9 pkgsrc/net/zenmap/distinfo:1.10
--- pkgsrc/net/zenmap/distinfo:1.9      Thu Apr 25 07:15:03 2024
+++ pkgsrc/net/zenmap/distinfo  Thu May 15 15:44:41 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.9 2024/04/25 07:15:03 adam Exp $
+$NetBSD: distinfo,v 1.10 2025/05/15 15:44:41 adam Exp $
 
-BLAKE2s (nmap-7.95.tar.bz2) = 07bd501519952dae05b65ad465ef1417bd3aeb22e36ff0dde875e78194d82af8
-SHA512 (nmap-7.95.tar.bz2) = fd95a8bc627a2b8b507353f761dc9fdc8e880a0dd2d75a51b9cb3ec664318796af9bb16a6ff9a1358bd77ad669c2a54e333be630f201f69287692a7d2d41c17e
-Size (nmap-7.95.tar.bz2) = 11717069 bytes
+BLAKE2s (nmap-7.97.tar.bz2) = 61f88fc575e9c6bd934dbefbe8bc0ecf3211894d11173e7a9005c7c075e42000
+SHA512 (nmap-7.97.tar.bz2) = 050241744c311f5fc16297e1698aded2a9fdc78eb7a0954d1c70f7713ef6e1b07f3fcbf28a6a53f43785b1ae710aadf10237d1d0bd8855c6b3c423da4d35961c
+Size (nmap-7.97.tar.bz2) = 12142624 bytes



Home | Main Index | Thread Index | Old Index