From f3d8cf7674eab3b9a7cc63943562d3a8339ea20f Mon Sep 17 00:00:00 2001 From: david Date: Mon, 8 Sep 2008 23:08:18 +0000 Subject: [PATCH] Build RPMs with OpenSSL support. nmap.spec.in says --with-openssl explicitly, because I want it to fail if OpenSSL isn't available, but it doesn't do that yet. --- CHANGELOG | 2 ++ nmap.spec.in | 5 ++++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index a57f73e3d..23a538a50 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,7 @@ # Nmap Changelog ($Id$); -*-text-*- +o RPMs are now built with OpenSSL. [David] + o Fixed an assertion failure where raw TCP timing ping probes were wrongly used during a TCP connect scan: nmap: scan_engine.cc:2843: UltraProbe* sendIPScanProbe(UltraScanInfo*, diff --git a/nmap.spec.in b/nmap.spec.in index 71f924151..54ebfaf7a 100644 --- a/nmap.spec.in +++ b/nmap.spec.in @@ -36,7 +36,7 @@ devices are also supported, including the Sharp Zaurus and the iPAQ. %setup -q %build -%configure --without-openssl --without-zenmap --with-libdnet=included --with-libpcap=included --with-libpcre=included --with-liblua=included +%configure --with-openssl --without-zenmap --with-libdnet=included --with-libpcap=included --with-libpcre=included --with-liblua=included %if "%{static}" == "1" make static %else @@ -63,6 +63,9 @@ gzip $RPM_BUILD_ROOT%{_mandir}/man1/* || : %changelog +* Mon Sep 08 2008 David Fifield (david(a)bamsoftware.com) +- Build with --with-openssl rather than --without-openssl. + * Thu Nov 08 2007 David Fifield (david(a)bamsoftware.com) - Split the zenmap subpackage into its own spec file.