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 Apr 25 07:15:03 UTC 2024
Modified Files:
pkgsrc/net/ndiff: Makefile distinfo
pkgsrc/net/nmap: Makefile Makefile.common PLIST distinfo
pkgsrc/net/zenmap: Makefile PLIST distinfo
Log Message:
ndiff nmap zenmap: updated to 7.95
Nmap 7.95 [2024-04-19]
o [Windows] Upgraded Npcap (our Windows raw packet capturing and
transmission driver) from version 1.75 to the latest version 1.79. It
includes many performance improvements, bug fixes and feature
enhancements described at https://npcap.com/changelog.
o Integrated over 4000 IPv4 OS fingerprints submitted since June 2020. Added
336 fingerprints, bringing the new total to 6036. Additions include iOS 15 &
16, macOS Ventura & Monterey, Linux 6.1, OpenBSD 7.1, and lwIP 2.2
o Integrated over 2500 service/version detection fingerprints submitted since
June 2020. The signature count went up 1.4% to 12089, including 9 new
softmatches. We now detect 1246 protocols, including new additions of grpc,
mysqlx, essnet, remotemouse, and tuya.
o [NSE] Four new scripts from the DINA community (https://github.com/DINA-community)
for querying industrial control systems:
+ hartip-info reads device information from devices using the Highway
Addressable Remote Transducer protocol
+ iec61850-mms queries devices using Manufacturing Message Specification
requests. [Dennis Rösch, Max Helbig]
+ multicast-profinet-discovery Sends a multicast PROFINET DCP Identify All
message and prints the responses. [Stefan Eiwanger, DINA-community]
+ profinet-cm-lookup queries the DCERPC endpoint mapper exposed via the
PNIO-CM service.
o Upgraded included libraries: Lua 5.4.6, libpcre2 10.43, zlib 1.3.1,
libssh2 1.11.0, liblinear 2.47
o Upgraded OpenSSL binaries (for the Windows builds and for
RPMs) to version 3.0.13. CVEs resolved in this update include only 2
moderate-severity issues which we do not believe affect Nmap:
CVE-2023-5363 and CVE-2023-2650
o [Zenmap][Ndiff] Zenmap and Ndiff now use setuptools, not distutils for packaging.
o [Ncat] Fixed Ncat UDP server mode to not quit after EOF on stdin. Reported
as Debian bug: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1039613
o Fixed an issue where TCP Connect scan (-sT) on Windows would fail to open any
sockets, leading to scans that never finish. [Daniel Miller]
o [NSE] ssh-auth-methods will now print the pre-authentication banner text when
available. Requires libssh2 1.11.0 or later. [Daniel Miller]
o [Zenmap] Fix a crash in Zenmap when changing a host comment.
o [NSE] Fix TLS 1.2 signature algorithms for EdDSA. [Daniel Roethlisberger]
o [Zenmap] RPM spec files now correctly require the python3 package, not python>=3
o Improvements to OS detection fingerprint matching, including a syntax change
for nmap-os-db that allows ranges within the TCP Options string. This leads
to more concise and maintainable fingerprints. [Daniel Miller]
o Improved the OS detection engine by using a new source port for each retry.
Scans from systems such as Windows that do not send RST for unsolicited
SYN|ACK responses were previously unable to get a response in subsequent
tries. [Daniel Miller]
o Several profile-guided optimizations of the port scan engine. [Daniel Miller]
o Fix an out-of-bounds read which led to out-of-memory errors when
duplicate addresses were used with --exclude
o Fixed a memory leak in Nsock: compiled pcap filters were not freed.
o Fixed a crash when using service name wildcards with -p, as in -p "http*"
o [NSE] Fixed DNS TXT record parsing which caused asn-query to fail in Nmap
7.80 and later. [David Fifield, Mike Pattrick]
o [NSE] Fixed packet size testing in KNX scripts [f0rw4rd]
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/net/ndiff/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/net/ndiff/distinfo
cvs rdiff -u -r1.148 -r1.149 pkgsrc/net/nmap/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/net/nmap/Makefile.common
cvs rdiff -u -r1.33 -r1.34 pkgsrc/net/nmap/PLIST
cvs rdiff -u -r1.88 -r1.89 pkgsrc/net/nmap/distinfo
cvs rdiff -u -r1.13 -r1.14 pkgsrc/net/zenmap/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/net/zenmap/PLIST
cvs rdiff -u -r1.8 -r1.9 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.9 pkgsrc/net/ndiff/Makefile:1.10
--- pkgsrc/net/ndiff/Makefile:1.9 Mon Aug 14 05:25:02 2023
+++ pkgsrc/net/ndiff/Makefile Thu Apr 25 07:15:03 2024
@@ -1,6 +1,5 @@
-# $NetBSD: Makefile,v 1.9 2023/08/14 05:25:02 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2024/04/25 07:15:03 adam Exp $
-PKGREVISION= 1
.include "../../net/nmap/Makefile.common"
PKGNAME= ${DISTNAME:S/nmap/ndiff/}
@@ -11,6 +10,8 @@ WRKSRC= ${WRKDIR}/${DISTNAME}/ndiff
EXTRACT_ELEMENTS= ${DISTNAME}/ndiff
+USE_LANGUAGES= # none
+
PYTHON_VERSIONS_INCOMPATIBLE= 27
SUBST_CLASSES+= setup
Index: pkgsrc/net/ndiff/distinfo
diff -u pkgsrc/net/ndiff/distinfo:1.8 pkgsrc/net/ndiff/distinfo:1.9
--- pkgsrc/net/ndiff/distinfo:1.8 Tue Jun 6 10:45:10 2023
+++ pkgsrc/net/ndiff/distinfo Thu Apr 25 07:15:03 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.8 2023/06/06 10:45:10 adam Exp $
+$NetBSD: distinfo,v 1.9 2024/04/25 07:15:03 adam Exp $
-BLAKE2s (nmap-7.94.tar.bz2) = fb58b74eaf86ab57d253e947fc1dea5cfc6a418fba62001a767e37833399979f
-SHA512 (nmap-7.94.tar.bz2) = a55cddf9c1d9272243d01251eb3315b26f232d0596818857083222a385398618b428dc2bd8282c3e832527e135a74aeb020ca8609d83d8337342f5d8a04d7f2c
-Size (nmap-7.94.tar.bz2) = 11102195 bytes
+BLAKE2s (nmap-7.95.tar.bz2) = 07bd501519952dae05b65ad465ef1417bd3aeb22e36ff0dde875e78194d82af8
+SHA512 (nmap-7.95.tar.bz2) = fd95a8bc627a2b8b507353f761dc9fdc8e880a0dd2d75a51b9cb3ec664318796af9bb16a6ff9a1358bd77ad669c2a54e333be630f201f69287692a7d2d41c17e
+Size (nmap-7.95.tar.bz2) = 11717069 bytes
Index: pkgsrc/net/nmap/Makefile
diff -u pkgsrc/net/nmap/Makefile:1.148 pkgsrc/net/nmap/Makefile:1.149
--- pkgsrc/net/nmap/Makefile:1.148 Tue Oct 24 22:10:27 2023
+++ pkgsrc/net/nmap/Makefile Thu Apr 25 07:15:03 2024
@@ -1,21 +1,17 @@
-# $NetBSD: Makefile,v 1.148 2023/10/24 22:10:27 wiz Exp $
+# $NetBSD: Makefile,v 1.149 2024/04/25 07:15:03 adam Exp $
-PKGREVISION= 2
.include "Makefile.common"
COMMENT= Network/port scanner with OS detection
-BUILDLINK_API_DEPENDS.libpcap+= libpcap>=1.0.0
-BUILDLINK_API_DEPENDS.libpcre+= libpcre>=7.6
-
USE_LANGUAGES= c c++
USE_LIBTOOL= yes
USE_TOOLS+= gmake
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-libpcap=${BUILDLINK_PREFIX.libpcap}
-CONFIGURE_ARGS+= --with-libpcre=${BUILDLINK_PREFIX.pcre}
-CONFIGURE_ARGS+= --with-openssl=${BUILDLINK_PREFIX.openssl}
+CONFIGURE_ARGS+= --with-libpcre=${BUILDLINK_PREFIX.pcre2}
CONFIGURE_ARGS+= --with-libssh2=${BUILDLINK_PREFIX.libssh2}
+CONFIGURE_ARGS+= --with-openssl=${BUILDLINK_PREFIX.openssl}
CONFIGURE_ARGS+= --without-ndiff # provided by net/ndiff
CONFIGURE_ARGS+= --without-subversion
CONFIGURE_ARGS+= --without-zenmap # provided by net/zenmap
@@ -62,7 +58,8 @@ pre-build:
post-install:
${RM} -f ${DESTDIR}${PREFIX}/bin/uninstall_*
-.include "../../devel/pcre/buildlink3.mk"
+.include "../../devel/pcre2/buildlink3.mk"
+BUILDLINK_API_DEPENDS.libpcap+= libpcap>=1.0.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.7 pkgsrc/net/nmap/Makefile.common:1.8
--- pkgsrc/net/nmap/Makefile.common:1.7 Tue Jun 6 10:45:10 2023
+++ pkgsrc/net/nmap/Makefile.common Thu Apr 25 07:15:03 2024
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile.common,v 1.7 2023/06/06 10:45:10 adam Exp $
+# $NetBSD: Makefile.common,v 1.8 2024/04/25 07:15:03 adam Exp $
# used by net/ndiff/Makefile
# used by net/nmap/Makefile
# used by net/zenmap/Makefile
-DISTNAME= nmap-7.94
+DISTNAME= nmap-7.95
CATEGORIES= net security
MASTER_SITES= http://nmap.org/dist/
EXTRACT_SUFX= .tar.bz2
Index: pkgsrc/net/nmap/PLIST
diff -u pkgsrc/net/nmap/PLIST:1.33 pkgsrc/net/nmap/PLIST:1.34
--- pkgsrc/net/nmap/PLIST:1.33 Tue Jun 6 10:45:10 2023
+++ pkgsrc/net/nmap/PLIST Thu Apr 25 07:15:03 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.33 2023/06/06 10:45:10 adam Exp $
+@comment $NetBSD: PLIST,v 1.34 2024/04/25 07:15:03 adam Exp $
bin/ncat
bin/nmap
bin/nping
@@ -115,6 +115,7 @@ ${PLIST.lua}share/nmap/nselib/http.lua
${PLIST.lua}share/nmap/nselib/httpspider.lua
${PLIST.lua}share/nmap/nselib/iax2.lua
${PLIST.lua}share/nmap/nselib/idna.lua
+${PLIST.lua}share/nmap/nselib/iec61850mms.lua
${PLIST.lua}share/nmap/nselib/ike.lua
${PLIST.lua}share/nmap/nselib/imap.lua
${PLIST.lua}share/nmap/nselib/informix.lua
@@ -160,7 +161,6 @@ ${PLIST.lua}share/nmap/nselib/openssl.lu
${PLIST.lua}share/nmap/nselib/ospf.lua
${PLIST.lua}share/nmap/nselib/outlib.lua
${PLIST.lua}share/nmap/nselib/packet.lua
-${PLIST.lua}share/nmap/nselib/pcre.luadoc
${PLIST.lua}share/nmap/nselib/pgsql.lua
${PLIST.lua}share/nmap/nselib/pop3.lua
${PLIST.lua}share/nmap/nselib/pppoe.lua
@@ -362,6 +362,7 @@ ${PLIST.lua}share/nmap/scripts/hadoop-jo
${PLIST.lua}share/nmap/scripts/hadoop-namenode-info.nse
${PLIST.lua}share/nmap/scripts/hadoop-secondary-namenode-info.nse
${PLIST.lua}share/nmap/scripts/hadoop-tasktracker-info.nse
+${PLIST.lua}share/nmap/scripts/hartip-info.nse
${PLIST.lua}share/nmap/scripts/hbase-master-info.nse
${PLIST.lua}share/nmap/scripts/hbase-region-info.nse
${PLIST.lua}share/nmap/scripts/hddtemp-info.nse
@@ -508,6 +509,7 @@ ${PLIST.lua}share/nmap/scripts/iax2-brut
${PLIST.lua}share/nmap/scripts/iax2-version.nse
${PLIST.lua}share/nmap/scripts/icap-info.nse
${PLIST.lua}share/nmap/scripts/iec-identify.nse
+${PLIST.lua}share/nmap/scripts/iec61850-mms.nse
${PLIST.lua}share/nmap/scripts/ike-version.nse
${PLIST.lua}share/nmap/scripts/imap-brute.nse
${PLIST.lua}share/nmap/scripts/imap-capabilities.nse
@@ -584,6 +586,7 @@ ${PLIST.lua}share/nmap/scripts/ms-sql-ta
${PLIST.lua}share/nmap/scripts/ms-sql-xp-cmdshell.nse
${PLIST.lua}share/nmap/scripts/msrpc-enum.nse
${PLIST.lua}share/nmap/scripts/mtrace.nse
+${PLIST.lua}share/nmap/scripts/multicast-profinet-discovery.nse
${PLIST.lua}share/nmap/scripts/murmur-version.nse
${PLIST.lua}share/nmap/scripts/mysql-audit.nse
${PLIST.lua}share/nmap/scripts/mysql-brute.nse
@@ -646,6 +649,7 @@ ${PLIST.lua}share/nmap/scripts/pop3-capa
${PLIST.lua}share/nmap/scripts/pop3-ntlm-info.nse
${PLIST.lua}share/nmap/scripts/port-states.nse
${PLIST.lua}share/nmap/scripts/pptp-version.nse
+${PLIST.lua}share/nmap/scripts/profinet-cm-lookup.nse
${PLIST.lua}share/nmap/scripts/puppet-naivesigning.nse
${PLIST.lua}share/nmap/scripts/qconn-exec.nse
${PLIST.lua}share/nmap/scripts/qscan.nse
Index: pkgsrc/net/nmap/distinfo
diff -u pkgsrc/net/nmap/distinfo:1.88 pkgsrc/net/nmap/distinfo:1.89
--- pkgsrc/net/nmap/distinfo:1.88 Fri Jul 14 11:50:38 2023
+++ pkgsrc/net/nmap/distinfo Thu Apr 25 07:15:03 2024
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.88 2023/07/14 11:50:38 nia Exp $
+$NetBSD: distinfo,v 1.89 2024/04/25 07:15:03 adam Exp $
-BLAKE2s (nmap-7.94.tar.bz2) = fb58b74eaf86ab57d253e947fc1dea5cfc6a418fba62001a767e37833399979f
-SHA512 (nmap-7.94.tar.bz2) = a55cddf9c1d9272243d01251eb3315b26f232d0596818857083222a385398618b428dc2bd8282c3e832527e135a74aeb020ca8609d83d8337342f5d8a04d7f2c
-Size (nmap-7.94.tar.bz2) = 11102195 bytes
+BLAKE2s (nmap-7.95.tar.bz2) = 07bd501519952dae05b65ad465ef1417bd3aeb22e36ff0dde875e78194d82af8
+SHA512 (nmap-7.95.tar.bz2) = fd95a8bc627a2b8b507353f761dc9fdc8e880a0dd2d75a51b9cb3ec664318796af9bb16a6ff9a1358bd77ad669c2a54e333be630f201f69287692a7d2d41c17e
+Size (nmap-7.95.tar.bz2) = 11717069 bytes
SHA1 (patch-charpool.cc) = 6d72e5723f41965fd80e166c5507167aab760022
SHA1 (patch-configure) = 5fc39f084eadd6ea0560cd8e6f52074113566600
SHA1 (patch-libdnet-stripped_src_arp-bsd.c) = c56c4e70eca2fa04dd8aab38ed2c3f4cac83f5e3
Index: pkgsrc/net/zenmap/Makefile
diff -u pkgsrc/net/zenmap/Makefile:1.13 pkgsrc/net/zenmap/Makefile:1.14
--- pkgsrc/net/zenmap/Makefile:1.13 Mon Oct 23 06:37:51 2023
+++ pkgsrc/net/zenmap/Makefile Thu Apr 25 07:15:03 2024
@@ -1,6 +1,5 @@
-# $NetBSD: Makefile,v 1.13 2023/10/23 06:37:51 wiz Exp $
+# $NetBSD: Makefile,v 1.14 2024/04/25 07:15:03 adam Exp $
-PKGREVISION= 2
.include "../../net/nmap/Makefile.common"
PKGNAME= ${DISTNAME:S/nmap/zenmap/}
@@ -11,7 +10,12 @@ WRKSRC= ${WRKDIR}/${DISTNAME}/zenmap
EXTRACT_ELEMENTS= ${DISTNAME}/zenmap
-EGG_NAME= zenmap-${PKGVERSION_NOREV}
+WHEEL_NAME= zenmap-${PKGVERSION_NOREV}
+
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
+
+USE_LANGUAGES= # none
PYTHON_VERSIONS_INCOMPATIBLE= 27
@@ -19,14 +23,6 @@ DEPENDS+= gtk3+-[0-9]*:../../x11/gtk3
DEPENDS+= nmap-[0-9]*:../../net/nmap
DEPENDS+= ${PYPKGPREFIX}-gobject3-[0-9]*:../../devel/py-gobject3
-PYSETUPARGS+= vanilla
-
-SUBST_CLASSES+= setup
-SUBST_STAGE.setup= pre-configure
-SUBST_MESSAGE.setup= Fixing setup.
-SUBST_FILES.setup= setup.py
-SUBST_SED.setup= -e 's,\(self.create_uninstaller\),\#\1,g'
-
.include "../../lang/python/batteries-included.mk"
-.include "../../lang/python/egg.mk"
+.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/net/zenmap/PLIST
diff -u pkgsrc/net/zenmap/PLIST:1.6 pkgsrc/net/zenmap/PLIST:1.7
--- pkgsrc/net/zenmap/PLIST:1.6 Tue Jun 6 10:45:10 2023
+++ pkgsrc/net/zenmap/PLIST Thu Apr 25 07:15:03 2024
@@ -1,9 +1,12 @@
-@comment $NetBSD: PLIST,v 1.6 2023/06/06 10:45:10 adam Exp $
+@comment $NetBSD: PLIST,v 1.7 2024/04/25 07:15:03 adam Exp $
bin/zenmap
-${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
-${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
-${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/${WHEEL_INFODIR}/COPYING_HIGWIDGETS
+${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt
+${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
${PYSITELIB}/radialnet/__init__.py
${PYSITELIB}/radialnet/__init__.pyc
${PYSITELIB}/radialnet/__init__.pyo
@@ -178,6 +181,56 @@ ${PYSITELIB}/zenmapCore/Version.pyo
${PYSITELIB}/zenmapCore/__init__.py
${PYSITELIB}/zenmapCore/__init__.pyc
${PYSITELIB}/zenmapCore/__init__.pyo
+${PYSITELIB}/zenmapCore/data/config/scan_profile.usp
+${PYSITELIB}/zenmapCore/data/config/zenmap.conf
+${PYSITELIB}/zenmapCore/data/config/zenmap_version
+${PYSITELIB}/zenmapCore/data/docs/help.html
+${PYSITELIB}/zenmapCore/data/locale/xgettext-profile_editor.py
+${PYSITELIB}/zenmapCore/data/locale/xgettext-profile_editor.pyc
+${PYSITELIB}/zenmapCore/data/locale/xgettext-profile_editor.pyo
+${PYSITELIB}/zenmapCore/data/misc/profile_editor.xml
+${PYSITELIB}/zenmapCore/data/pixmaps/default_32.png
+${PYSITELIB}/zenmapCore/data/pixmaps/default_75.png
+${PYSITELIB}/zenmapCore/data/pixmaps/freebsd_32.png
+${PYSITELIB}/zenmapCore/data/pixmaps/freebsd_75.png
+${PYSITELIB}/zenmapCore/data/pixmaps/irix_32.png
+${PYSITELIB}/zenmapCore/data/pixmaps/irix_75.png
+${PYSITELIB}/zenmapCore/data/pixmaps/linux_32.png
+${PYSITELIB}/zenmapCore/data/pixmaps/linux_75.png
+${PYSITELIB}/zenmapCore/data/pixmaps/macosx_32.png
+${PYSITELIB}/zenmapCore/data/pixmaps/macosx_75.png
+${PYSITELIB}/zenmapCore/data/pixmaps/openbsd_32.png
+${PYSITELIB}/zenmapCore/data/pixmaps/openbsd_75.png
+${PYSITELIB}/zenmapCore/data/pixmaps/radialnet/border.png
+${PYSITELIB}/zenmapCore/data/pixmaps/radialnet/firewall.png
+${PYSITELIB}/zenmapCore/data/pixmaps/radialnet/logo.png
+${PYSITELIB}/zenmapCore/data/pixmaps/radialnet/padlock.png
+${PYSITELIB}/zenmapCore/data/pixmaps/radialnet/router.png
+${PYSITELIB}/zenmapCore/data/pixmaps/radialnet/switch.png
+${PYSITELIB}/zenmapCore/data/pixmaps/radialnet/wireless.png
+${PYSITELIB}/zenmapCore/data/pixmaps/redhat_32.png
+${PYSITELIB}/zenmapCore/data/pixmaps/redhat_75.png
+${PYSITELIB}/zenmapCore/data/pixmaps/solaris_32.png
+${PYSITELIB}/zenmapCore/data/pixmaps/solaris_75.png
+${PYSITELIB}/zenmapCore/data/pixmaps/throbber.gif
+${PYSITELIB}/zenmapCore/data/pixmaps/throbber.png
+${PYSITELIB}/zenmapCore/data/pixmaps/ubuntu_32.png
+${PYSITELIB}/zenmapCore/data/pixmaps/ubuntu_75.png
+${PYSITELIB}/zenmapCore/data/pixmaps/unknown_32.png
+${PYSITELIB}/zenmapCore/data/pixmaps/unknown_75.png
+${PYSITELIB}/zenmapCore/data/pixmaps/vl_1_32.png
+${PYSITELIB}/zenmapCore/data/pixmaps/vl_1_75.png
+${PYSITELIB}/zenmapCore/data/pixmaps/vl_2_32.png
+${PYSITELIB}/zenmapCore/data/pixmaps/vl_2_75.png
+${PYSITELIB}/zenmapCore/data/pixmaps/vl_3_32.png
+${PYSITELIB}/zenmapCore/data/pixmaps/vl_3_75.png
+${PYSITELIB}/zenmapCore/data/pixmaps/vl_4_32.png
+${PYSITELIB}/zenmapCore/data/pixmaps/vl_4_75.png
+${PYSITELIB}/zenmapCore/data/pixmaps/vl_5_32.png
+${PYSITELIB}/zenmapCore/data/pixmaps/vl_5_75.png
+${PYSITELIB}/zenmapCore/data/pixmaps/win_32.png
+${PYSITELIB}/zenmapCore/data/pixmaps/win_75.png
+${PYSITELIB}/zenmapCore/data/pixmaps/zenmap.png
${PYSITELIB}/zenmapGUI/About.py
${PYSITELIB}/zenmapGUI/About.pyc
${PYSITELIB}/zenmapGUI/About.pyo
@@ -322,50 +375,3 @@ ${PYSITELIB}/zenmapGUI/higwidgets/higtex
${PYSITELIB}/zenmapGUI/higwidgets/higwindows.py
${PYSITELIB}/zenmapGUI/higwidgets/higwindows.pyc
${PYSITELIB}/zenmapGUI/higwidgets/higwindows.pyo
-share/zenmap/config/scan_profile.usp
-share/zenmap/config/zenmap.conf
-share/zenmap/config/zenmap_version
-share/zenmap/docs/help.html
-share/zenmap/misc/profile_editor.xml
-share/zenmap/pixmaps/default_32.png
-share/zenmap/pixmaps/default_75.png
-share/zenmap/pixmaps/freebsd_32.png
-share/zenmap/pixmaps/freebsd_75.png
-share/zenmap/pixmaps/irix_32.png
-share/zenmap/pixmaps/irix_75.png
-share/zenmap/pixmaps/linux_32.png
-share/zenmap/pixmaps/linux_75.png
-share/zenmap/pixmaps/macosx_32.png
-share/zenmap/pixmaps/macosx_75.png
-share/zenmap/pixmaps/openbsd_32.png
-share/zenmap/pixmaps/openbsd_75.png
-share/zenmap/pixmaps/radialnet/border.png
-share/zenmap/pixmaps/radialnet/firewall.png
-share/zenmap/pixmaps/radialnet/logo.png
-share/zenmap/pixmaps/radialnet/padlock.png
-share/zenmap/pixmaps/radialnet/router.png
-share/zenmap/pixmaps/radialnet/switch.png
-share/zenmap/pixmaps/radialnet/wireless.png
-share/zenmap/pixmaps/redhat_32.png
-share/zenmap/pixmaps/redhat_75.png
-share/zenmap/pixmaps/solaris_32.png
-share/zenmap/pixmaps/solaris_75.png
-share/zenmap/pixmaps/throbber.gif
-share/zenmap/pixmaps/throbber.png
-share/zenmap/pixmaps/ubuntu_32.png
-share/zenmap/pixmaps/ubuntu_75.png
-share/zenmap/pixmaps/unknown_32.png
-share/zenmap/pixmaps/unknown_75.png
-share/zenmap/pixmaps/vl_1_32.png
-share/zenmap/pixmaps/vl_1_75.png
-share/zenmap/pixmaps/vl_2_32.png
-share/zenmap/pixmaps/vl_2_75.png
-share/zenmap/pixmaps/vl_3_32.png
-share/zenmap/pixmaps/vl_3_75.png
-share/zenmap/pixmaps/vl_4_32.png
-share/zenmap/pixmaps/vl_4_75.png
-share/zenmap/pixmaps/vl_5_32.png
-share/zenmap/pixmaps/vl_5_75.png
-share/zenmap/pixmaps/win_32.png
-share/zenmap/pixmaps/win_75.png
-share/zenmap/pixmaps/zenmap.png
Index: pkgsrc/net/zenmap/distinfo
diff -u pkgsrc/net/zenmap/distinfo:1.8 pkgsrc/net/zenmap/distinfo:1.9
--- pkgsrc/net/zenmap/distinfo:1.8 Tue Jun 6 10:45:10 2023
+++ pkgsrc/net/zenmap/distinfo Thu Apr 25 07:15:03 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.8 2023/06/06 10:45:10 adam Exp $
+$NetBSD: distinfo,v 1.9 2024/04/25 07:15:03 adam Exp $
-BLAKE2s (nmap-7.94.tar.bz2) = fb58b74eaf86ab57d253e947fc1dea5cfc6a418fba62001a767e37833399979f
-SHA512 (nmap-7.94.tar.bz2) = a55cddf9c1d9272243d01251eb3315b26f232d0596818857083222a385398618b428dc2bd8282c3e832527e135a74aeb020ca8609d83d8337342f5d8a04d7f2c
-Size (nmap-7.94.tar.bz2) = 11102195 bytes
+BLAKE2s (nmap-7.95.tar.bz2) = 07bd501519952dae05b65ad465ef1417bd3aeb22e36ff0dde875e78194d82af8
+SHA512 (nmap-7.95.tar.bz2) = fd95a8bc627a2b8b507353f761dc9fdc8e880a0dd2d75a51b9cb3ec664318796af9bb16a6ff9a1358bd77ad669c2a54e333be630f201f69287692a7d2d41c17e
+Size (nmap-7.95.tar.bz2) = 11717069 bytes
Home |
Main Index |
Thread Index |
Old Index