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: Mon Aug 25 11:54:33 UTC 2025
Modified Files:
pkgsrc/net/ndiff: distinfo
pkgsrc/net/nmap: Makefile.common distinfo
pkgsrc/net/zenmap: Makefile distinfo
Log Message:
nmap ndiff zenmap: updated to 7.98
7.98
o Updated liblua to 5.4.8
o Fixed an issue in FTP bounce scan where a single null byte is written past
the end of the receive buffer. The issue is triggered by a malicious server
but does not cause a crash with default builds. [Tyler Zars]
o [GH3130] Fix a crash (stack exhaustion due to excessive recursion) in the
parallel DNS resolver. Additionally, improved performance by processing
responses that come after the request has timed out. [Daniel Miller]
o [GH2757] Fix a crash in traceroute when using randomly-generated decoys:
"Assertion `source->ss_family == AF_INET' failed" [Daniel Miller]
o [GH2899] When IP protocol scanning on IPv6 (-sO -6), skip protocol numbers
that are registered as Extension Header values. When the --data option was
used, these would fail the assertion "len == (u32) ntohs(ip6->ip6_plen)"
[Daniel Miller]
o [NSE][GH3133] Fix the error "nse_nsock.cc:637: void receive_callback(nsock_pool, nsock_event, void*): Assertion `lua_status(L) == 1' failed."
when reading from an SSL connection. [Daniel Miller]
o [GH3086] Prevent TCP Connect scan (-sT) from leaking one socket per
hostgroup, which led to progressively slower scans and assertion failures in
other scan phases. [Daniel Miller]
o [NSE] Added NSE bindings for more libssh2 functions: channel_request,
channel_request_pty_ex, channel_shell, and userauth_keyboard_interactive.
ssh-brute will now use keyboard-interactive auth if password auth is not
offered. [Daniel Miller, CrowdStrike]
o Fix a bug that was causing Nmap to send empty DNS packets for each target
that was not found up instead of just skipping them for reverse DNS.
o [macOS][GH3127] Fix "dnet: Failed to open device en0" errors on macOS since
Nmap 7.96. [Daniel Miller]
o [NSE] Fix/update/enhance tls.lua for newer TLSv1.3 ciphers, including
post-quantum ciphersuites.
o [GH3114][Windows] Use only the DNS servers for up and configured interfaces
for forward and reverse DNS lookups. When -e or -S are used, use only DNS
servers that can be connected via that interface or source address. [Daniel Miller]
o [Ndiff][GH3115] Have configure script check for PyPA 'build' module. [Daniel Miller]
o [Zenmap] Updated Spanish and Chinese language strings for Zenmap to cover latest strings.
o [Zenmap][GH2718] Zenmap language translation (i18n) files were not being
installed. [Daniel Miller]
o [Zenmap][GH3066] Fix Zenmap error "ValueError: I/O operation on closed file"
when Nmap crashes or fails. [Daniel Miller]
o [Zenmap][GH3084][GH3127] Fix UnicodeDecodeError issues in ScriptMetadata
and UmitConfigParser. [Daniel Miller]
o [NSE][GH3123] WS-Discovery parsing would error out if the MessageID UUID
was not prefixed with "urn:". [nnposter]
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/net/ndiff/distinfo
cvs rdiff -u -r1.10 -r1.11 pkgsrc/net/nmap/Makefile.common
cvs rdiff -u -r1.91 -r1.92 pkgsrc/net/nmap/distinfo
cvs rdiff -u -r1.19 -r1.20 pkgsrc/net/zenmap/Makefile
cvs rdiff -u -r1.10 -r1.11 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/distinfo
diff -u pkgsrc/net/ndiff/distinfo:1.10 pkgsrc/net/ndiff/distinfo:1.11
--- pkgsrc/net/ndiff/distinfo:1.10 Thu May 15 15:44:41 2025
+++ pkgsrc/net/ndiff/distinfo Mon Aug 25 11:54:33 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.10 2025/05/15 15:44:41 adam Exp $
+$NetBSD: distinfo,v 1.11 2025/08/25 11:54:33 adam Exp $
-BLAKE2s (nmap-7.97.tar.bz2) = 61f88fc575e9c6bd934dbefbe8bc0ecf3211894d11173e7a9005c7c075e42000
-SHA512 (nmap-7.97.tar.bz2) = 050241744c311f5fc16297e1698aded2a9fdc78eb7a0954d1c70f7713ef6e1b07f3fcbf28a6a53f43785b1ae710aadf10237d1d0bd8855c6b3c423da4d35961c
-Size (nmap-7.97.tar.bz2) = 12142624 bytes
+BLAKE2s (nmap-7.98.tar.bz2) = 1bc70d03fee3da63d804a1e21af732cb8c0a5ce3db55d8f1b970dfc0d8e59ebe
+SHA512 (nmap-7.98.tar.bz2) = 14e13689d1276f70efc8c905e8eb0a15970f4312c2ef86d8d97e9df11319735e7f7cd73f728f69cf43d27a078ef5ac1e0f39cd119d8cb9262060c42606c6cab3
+Size (nmap-7.98.tar.bz2) = 12273108 bytes
Index: pkgsrc/net/nmap/Makefile.common
diff -u pkgsrc/net/nmap/Makefile.common:1.10 pkgsrc/net/nmap/Makefile.common:1.11
--- pkgsrc/net/nmap/Makefile.common:1.10 Thu May 15 15:44:40 2025
+++ pkgsrc/net/nmap/Makefile.common Mon Aug 25 11:54:33 2025
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile.common,v 1.10 2025/05/15 15:44:40 adam Exp $
+# $NetBSD: Makefile.common,v 1.11 2025/08/25 11:54:33 adam Exp $
# used by net/ndiff/Makefile
# used by net/nmap/Makefile
# used by net/zenmap/Makefile
-DISTNAME= nmap-7.97
+DISTNAME= nmap-7.98
CATEGORIES= net security
MASTER_SITES= http://nmap.org/dist/
EXTRACT_SUFX= .tar.bz2
Index: pkgsrc/net/nmap/distinfo
diff -u pkgsrc/net/nmap/distinfo:1.91 pkgsrc/net/nmap/distinfo:1.92
--- pkgsrc/net/nmap/distinfo:1.91 Thu May 15 15:44:40 2025
+++ pkgsrc/net/nmap/distinfo Mon Aug 25 11:54:33 2025
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.91 2025/05/15 15:44:40 adam Exp $
+$NetBSD: distinfo,v 1.92 2025/08/25 11:54:33 adam Exp $
-BLAKE2s (nmap-7.97.tar.bz2) = 61f88fc575e9c6bd934dbefbe8bc0ecf3211894d11173e7a9005c7c075e42000
-SHA512 (nmap-7.97.tar.bz2) = 050241744c311f5fc16297e1698aded2a9fdc78eb7a0954d1c70f7713ef6e1b07f3fcbf28a6a53f43785b1ae710aadf10237d1d0bd8855c6b3c423da4d35961c
-Size (nmap-7.97.tar.bz2) = 12142624 bytes
+BLAKE2s (nmap-7.98.tar.bz2) = 1bc70d03fee3da63d804a1e21af732cb8c0a5ce3db55d8f1b970dfc0d8e59ebe
+SHA512 (nmap-7.98.tar.bz2) = 14e13689d1276f70efc8c905e8eb0a15970f4312c2ef86d8d97e9df11319735e7f7cd73f728f69cf43d27a078ef5ac1e0f39cd119d8cb9262060c42606c6cab3
+Size (nmap-7.98.tar.bz2) = 12273108 bytes
SHA1 (patch-charpool.cc) = 6d72e5723f41965fd80e166c5507167aab760022
SHA1 (patch-configure) = 5d68f319f1581bb07a586e107155510c7decc342
SHA1 (patch-libdnet-stripped_src_arp-bsd.c) = c56c4e70eca2fa04dd8aab38ed2c3f4cac83f5e3
Index: pkgsrc/net/zenmap/Makefile
diff -u pkgsrc/net/zenmap/Makefile:1.19 pkgsrc/net/zenmap/Makefile:1.20
--- pkgsrc/net/zenmap/Makefile:1.19 Thu May 15 15:44:41 2025
+++ pkgsrc/net/zenmap/Makefile Mon Aug 25 11:54:33 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2025/05/15 15:44:41 adam Exp $
+# $NetBSD: Makefile,v 1.20 2025/08/25 11:54:33 adam Exp $
.include "../../net/nmap/Makefile.common"
@@ -20,6 +20,10 @@ DEPENDS+= gtk3+-[0-9]*:../../x11/gtk3
DEPENDS+= nmap-[0-9]*:../../net/nmap
DEPENDS+= ${PYPKGPREFIX}-gobject3-[0-9]*:../../devel/py-gobject3
+# XXX: wrong version in the distfile; fix on the next update.
+pre-configure:
+ ${ECHO} "VERSION = ${PKGVERSION_NOREV}" > ${WRKSRC}/zenmapCore/Version.py
+
.include "../../lang/python/batteries-included.mk"
.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/net/zenmap/distinfo
diff -u pkgsrc/net/zenmap/distinfo:1.10 pkgsrc/net/zenmap/distinfo:1.11
--- pkgsrc/net/zenmap/distinfo:1.10 Thu May 15 15:44:41 2025
+++ pkgsrc/net/zenmap/distinfo Mon Aug 25 11:54:33 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.10 2025/05/15 15:44:41 adam Exp $
+$NetBSD: distinfo,v 1.11 2025/08/25 11:54:33 adam Exp $
-BLAKE2s (nmap-7.97.tar.bz2) = 61f88fc575e9c6bd934dbefbe8bc0ecf3211894d11173e7a9005c7c075e42000
-SHA512 (nmap-7.97.tar.bz2) = 050241744c311f5fc16297e1698aded2a9fdc78eb7a0954d1c70f7713ef6e1b07f3fcbf28a6a53f43785b1ae710aadf10237d1d0bd8855c6b3c423da4d35961c
-Size (nmap-7.97.tar.bz2) = 12142624 bytes
+BLAKE2s (nmap-7.98.tar.bz2) = 1bc70d03fee3da63d804a1e21af732cb8c0a5ce3db55d8f1b970dfc0d8e59ebe
+SHA512 (nmap-7.98.tar.bz2) = 14e13689d1276f70efc8c905e8eb0a15970f4312c2ef86d8d97e9df11319735e7f7cd73f728f69cf43d27a078ef5ac1e0f39cd119d8cb9262060c42606c6cab3
+Size (nmap-7.98.tar.bz2) = 12273108 bytes
Home |
Main Index |
Thread Index |
Old Index