Date: Tue, 13 Jan 2026 16:47:04 +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: c709a4118876 - main - security/nmap-devel: Update to the latest GH commit Message-ID: <69667708.31549.407db345@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=c709a4118876130aa562c1938e3962712647dd24 commit c709a4118876130aa562c1938e3962712647dd24 Author: Cy Schubert <cy@FreeBSD.org> AuthorDate: 2026-01-13 15:58:37 +0000 Commit: Cy Schubert <cy@FreeBSD.org> CommitDate: 2026-01-13 16:45:46 +0000 security/nmap-devel: Update to the latest GH commit --- security/nmap-devel/Makefile | 4 ++-- security/nmap-devel/distinfo | 6 +++--- security/nmap-devel/files/patch-nping_Crypto.cc | 13 ------------- security/nmap-devel/files/patch-nse__openssl.cc | 13 ------------- security/nmap-devel/files/patch-nse__ssl__cert.cc | 13 ------------- 5 files changed, 5 insertions(+), 44 deletions(-) diff --git a/security/nmap-devel/Makefile b/security/nmap-devel/Makefile index 7cc72de61ad3..0c58887e9c1a 100644 --- a/security/nmap-devel/Makefile +++ b/security/nmap-devel/Makefile @@ -27,8 +27,8 @@ EXTRACT_AFTER_ARGS= --exclude ${GH_PROJECT_DEFAULT}-${GH_TAGNAME_EXTRACT}/mswin3 --no-same-owner --no-same-permissions USE_GITHUB= yes -GH_TAGNAME= a74125aef -NMAP_COMMIT_DATE= 20251101 +GH_TAGNAME= 240174c03 +NMAP_COMMIT_DATE= 20260112 GNU_CONFIGURE= yes CONFIGURE_ARGS=--without-localdirs \ diff --git a/security/nmap-devel/distinfo b/security/nmap-devel/distinfo index d6c6415becfa..c06cf2683822 100644 --- a/security/nmap-devel/distinfo +++ b/security/nmap-devel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1763397793 -SHA256 (nmap-nmap-7.95.20251101-a74125aef_GH0.tar.gz) = a5bbdb5cadbb316012aa76672c6bab5c44f4585a66bf499be0c109a62a7c6391 -SIZE (nmap-nmap-7.95.20251101-a74125aef_GH0.tar.gz) = 15920785 +TIMESTAMP = 1768319302 +SHA256 (nmap-nmap-7.95.20260112-240174c03_GH0.tar.gz) = 714d6d9ac0d23c05c603ec333f763906953dabf15aa2fcee11716560b24f0aeb +SIZE (nmap-nmap-7.95.20260112-240174c03_GH0.tar.gz) = 15923986 diff --git a/security/nmap-devel/files/patch-nping_Crypto.cc b/security/nmap-devel/files/patch-nping_Crypto.cc deleted file mode 100644 index c234e6c8d6cf..000000000000 --- a/security/nmap-devel/files/patch-nping_Crypto.cc +++ /dev/null @@ -1,13 +0,0 @@ ---- nping/Crypto.cc.orig 2022-02-18 17:38:46 UTC -+++ nping/Crypto.cc -@@ -70,7 +70,9 @@ - #include <openssl/evp.h> - #include <openssl/err.h> - --#if (OPENSSL_VERSION_NUMBER >= 0x10100000L) && !defined LIBRESSL_VERSION_NUMBER -+#if (OPENSSL_VERSION_NUMBER >= 0x10100000L) && \ -+ ((!defined LIBRESSL_VERSION_NUMBER) || \ -+ (defined LIBRESSL_VERSION_NUMBER && LIBRESSL_VERSION_NUMBER >= 0x30500000L)) - #define HAVE_OPAQUE_EVP_PKEY 1 - #define FUNC_EVP_MD_CTX_init EVP_MD_CTX_reset - #define FUNC_EVP_MD_CTX_cleanup EVP_MD_CTX_reset diff --git a/security/nmap-devel/files/patch-nse__openssl.cc b/security/nmap-devel/files/patch-nse__openssl.cc deleted file mode 100644 index 43474fefa8b6..000000000000 --- a/security/nmap-devel/files/patch-nse__openssl.cc +++ /dev/null @@ -1,13 +0,0 @@ ---- nse_openssl.cc.orig 2022-09-01 22:22:29 UTC -+++ nse_openssl.cc -@@ -13,7 +13,9 @@ - #include <openssl/hmac.h> - #include <openssl/rand.h> - --#if (OPENSSL_VERSION_NUMBER >= 0x10100000L) && !defined LIBRESSL_VERSION_NUMBER -+#if (OPENSSL_VERSION_NUMBER >= 0x10100000L) && \ -+ ((!defined LIBRESSL_VERSION_NUMBER) || \ -+ (defined LIBRESSL_VERSION_NUMBER && LIBRESSL_VERSION_NUMBER >= 0x30500000L)) - #define HAVE_OPAQUE_STRUCTS 1 - #define FUNC_EVP_MD_CTX_init EVP_MD_CTX_reset - #define FUNC_EVP_MD_CTX_cleanup EVP_MD_CTX_reset diff --git a/security/nmap-devel/files/patch-nse__ssl__cert.cc b/security/nmap-devel/files/patch-nse__ssl__cert.cc deleted file mode 100644 index 3f02236bb5af..000000000000 --- a/security/nmap-devel/files/patch-nse__ssl__cert.cc +++ /dev/null @@ -1,13 +0,0 @@ ---- nse_ssl_cert.cc.orig 2022-08-31 13:43:38 UTC -+++ nse_ssl_cert.cc -@@ -80,7 +80,9 @@ - #include <openssl/evp.h> - #include <openssl/err.h> - --#if (OPENSSL_VERSION_NUMBER >= 0x10100000L) && !defined LIBRESSL_VERSION_NUMBER -+#if (OPENSSL_VERSION_NUMBER >= 0x10100000L) && \ -+ ((!defined LIBRESSL_VERSION_NUMBER) || \ -+ (defined LIBRESSL_VERSION_NUMBER && LIBRESSL_VERSION_NUMBER >= 0x30500000L)) - /* Technically some of these things were added in 0x10100006 - * but that was pre-release. */ - #define HAVE_OPAQUE_STRUCTS 1home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69667708.31549.407db345>
