diff options
author | Josef Schlehofer <pepe.schlehofer@gmail.com> | 2024-04-27 12:19:45 +0200 |
---|---|---|
committer | Josef Schlehofer <pepe.schlehofer@gmail.com> | 2024-04-28 22:21:36 +0200 |
commit | 951779447ab227c073dfb8cf1229b494c356c071 (patch) | |
tree | c343ed7fcf74ee1978a35e2f635463d54b33bd7a /net/nmap/patches/030-ncat-drop-ca-bundle.patch | |
parent | 8e2fc52e63ff9d3315d014784ce4015192e3a018 (diff) |
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 <pepe.schlehofer@gmail.com>
Diffstat (limited to 'net/nmap/patches/030-ncat-drop-ca-bundle.patch')
-rw-r--r-- | net/nmap/patches/030-ncat-drop-ca-bundle.patch | 4 |
1 files changed, 2 insertions, 2 deletions
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 <openssl/ssl.h> #include <openssl/err.h> |