Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Mar 2026 01:55:20 +0000
From:      Cy Schubert <cy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: b807219d0336 - main - security/nmap-devel: Update to the latest GH commit
Message-ID:  <69c49208.1def2.1824d553@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by cy:

URL: https://cgit.FreeBSD.org/ports/commit/?id=b807219d03365d0ecd436ccc1a7008db69a3b665

commit b807219d03365d0ecd436ccc1a7008db69a3b665
Author:     Cy Schubert <cy@FreeBSD.org>
AuthorDate: 2026-03-25 16:38:12 +0000
Commit:     Cy Schubert <cy@FreeBSD.org>
CommitDate: 2026-03-26 01:40:33 +0000

    security/nmap-devel: Update to the latest GH commit
---
 security/nmap-devel/Makefile                       |  4 ++--
 security/nmap-devel/distinfo                       |  6 ++---
 .../files/patch-libdnet-stripped_configure         | 26 ----------------------
 .../files/patch-libdnet-stripped_src_intf.c        | 11 ---------
 4 files changed, 5 insertions(+), 42 deletions(-)

diff --git a/security/nmap-devel/Makefile b/security/nmap-devel/Makefile
index bb422f6f83ca..b315ae34f7da 100644
--- a/security/nmap-devel/Makefile
+++ b/security/nmap-devel/Makefile
@@ -30,8 +30,8 @@ EXTRACT_AFTER_ARGS=	--exclude ${GH_PROJECT_DEFAULT}-${GH_TAGNAME_EXTRACT}/mswin3
 			--no-same-owner --no-same-permissions
 
 USE_GITHUB=	yes
-GH_TAGNAME=	a5b332ccd
-NMAP_COMMIT_DATE=	20260128
+GH_TAGNAME=	b64e0cb9f
+NMAP_COMMIT_DATE=	20260323
 
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=--without-localdirs \
diff --git a/security/nmap-devel/distinfo b/security/nmap-devel/distinfo
index 75e3644a2dd5..ce924e0e950f 100644
--- a/security/nmap-devel/distinfo
+++ b/security/nmap-devel/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1769626522
-SHA256 (nmap-nmap-7.95.20260128-a5b332ccd_GH0.tar.gz) = 1ece1e448c907a8e771732688720d5b7d1dc61a38833c9944ef6dfbe5b904377
-SIZE (nmap-nmap-7.95.20260128-a5b332ccd_GH0.tar.gz) = 15953285
+TIMESTAMP = 1774455723
+SHA256 (nmap-nmap-7.95.20260323-b64e0cb9f_GH0.tar.gz) = ffd94684626d5bbd65a452a5d5f84827395a4be59e28f463a57eb11730205cd1
+SIZE (nmap-nmap-7.95.20260323-b64e0cb9f_GH0.tar.gz) = 16782673
diff --git a/security/nmap-devel/files/patch-libdnet-stripped_configure b/security/nmap-devel/files/patch-libdnet-stripped_configure
deleted file mode 100644
index 3ac064bb4dc8..000000000000
--- a/security/nmap-devel/files/patch-libdnet-stripped_configure
+++ /dev/null
@@ -1,26 +0,0 @@
---- libdnet-stripped/configure.orig	2025-08-09 12:07:16.000000000 -0700
-+++ libdnet-stripped/configure	2026-02-02 15:30:56.588281000 -0800
-@@ -643,6 +643,9 @@
- #ifdef HAVE_SYS_STAT_H
- # include <sys/stat.h>
- #endif
-+#ifdef HAVE_SYS_SOCKET_H
-+# include <sys/socket.h>
-+#endif
- #ifdef HAVE_UNISTD_H
- # include <unistd.h>
- #endif"
-@@ -15136,13 +15139,6 @@
-     if test ${ac_cv_dnet_bsd_bpf+y}
- then :
-   printf %s "(cached) " >&6
--else case e in #(
--  e) if test -c /dev/bpf -o -c /dev/bpf0 ; then
--        ac_cv_dnet_bsd_bpf=yes
--    else
--        ac_cv_dnet_bsd_bpf=no
--    fi ;;
--esac
- fi
- 
-     { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_dnet_bsd_bpf" >&5
diff --git a/security/nmap-devel/files/patch-libdnet-stripped_src_intf.c b/security/nmap-devel/files/patch-libdnet-stripped_src_intf.c
deleted file mode 100644
index f7adb16d22d2..000000000000
--- a/security/nmap-devel/files/patch-libdnet-stripped_src_intf.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- libdnet-stripped/src/intf.c.orig	2025-03-31 12:30:47.000000000 -0700
-+++ libdnet-stripped/src/intf.c	2026-02-02 15:34:47.918928000 -0800
-@@ -178,7 +178,7 @@
- #if defined(SIOCGLIFCONF) || defined(SIOCGIFNETMASK_IN6) || defined(SIOCGIFNETMASK6)
- 		if ((intf->fd6 = socket(AF_INET6, SOCK_DGRAM, 0)) < 0) {
- #  ifdef EPROTONOSUPPORT
--			if (errno != EPROTONOSUPPORT)
-+			if (errno != EPROTONOSUPPORT && errno != EAFNOSUPPORT)
- #endif
- 				return (intf_close(intf));
- 		}


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69c49208.1def2.1824d553>