From 951779447ab227c073dfb8cf1229b494c356c071 Mon Sep 17 00:00:00 2001 From: Josef Schlehofer Date: Sat, 27 Apr 2024 12:19:45 +0200 Subject: nmap: update to version 7.95 - Remove patch 010-Build-based-on-OpenSSL-version.patch since it was backported and now it is included in 7.95 release - Patch 030-ncat-drop-ca-bundle.patch was refreshed Release notes: https://nmap.org/changelog.html#7.95 Signed-off-by: Josef Schlehofer --- net/nmap/patches/030-ncat-drop-ca-bundle.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'net/nmap/patches/030-ncat-drop-ca-bundle.patch') diff --git a/net/nmap/patches/030-ncat-drop-ca-bundle.patch b/net/nmap/patches/030-ncat-drop-ca-bundle.patch index 0112c03f0..d7c75f2ec 100644 --- a/net/nmap/patches/030-ncat-drop-ca-bundle.patch +++ b/net/nmap/patches/030-ncat-drop-ca-bundle.patch @@ -23,7 +23,7 @@ Also remove references to NCAT_CA_CERTS_FILE and NCAT_CA_CERTS_PATH in order to ifneq ($(NOLUA),yes) --- a/ncat/ncat_posix.c +++ b/ncat/ncat_posix.c -@@ -347,28 +347,17 @@ void set_lf_mode(void) +@@ -357,28 +357,17 @@ void set_lf_mode(void) #ifdef HAVE_OPENSSL @@ -55,7 +55,7 @@ Also remove references to NCAT_CA_CERTS_FILE and NCAT_CA_CERTS_PATH in order to #endif --- a/ncat/ncat_ssl.h +++ b/ncat/ncat_ssl.h -@@ -67,8 +67,6 @@ +@@ -66,8 +66,6 @@ #include #include -- cgit v1.2.3