Author: igor Date: Sat Jan 3 10:33:50 2015 New Revision: 3094 Log: fix nmap build with libressl
Added: trunk/nmap/nmap-6.47-libressl-1.patch Added: trunk/nmap/nmap-6.47-libressl-1.patch ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ trunk/nmap/nmap-6.47-libressl-1.patch Sat Jan 3 10:33:50 2015 (r3094) @@ -0,0 +1,18 @@ +Submitted By: Igor Živković <[email protected]> +Date: 2015-01-03 +Initial Package Version: 6.47 +Upstream Status: Not submitted +Origin: Self +Description: Fixes build with LibreSSL. + +diff -Naur nmap-6.47.orig/ncat/test/test-wildcard.c nmap-6.47/ncat/test/test-wildcard.c +--- nmap-6.47.orig/ncat/test/test-wildcard.c 2014-02-20 22:22:22.000000000 +0100 ++++ nmap-6.47/ncat/test/test-wildcard.c 2015-01-03 19:24:03.538083481 +0100 +@@ -11,6 +11,7 @@ + #include <stdlib.h> + #include <unistd.h> + ++#include <stdint.h> + #include <openssl/bio.h> + #include <openssl/ssl.h> + #include <openssl/err.h> -- http://lists.linuxfromscratch.org/listinfo/patches FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
