1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-07 13:11:28 +00:00

I'm experimenting with building RPMs with SSL support

This commit is contained in:
fyodor
2009-06-07 04:26:06 +00:00
parent 4a53444901
commit 4bf7955532

View File

@@ -26,21 +26,25 @@ Requires: python >= 2.4
BuildRoot: %{_tmppath}/%{name}-root BuildRoot: %{_tmppath}/%{name}-root
%description %description
Nmap is a utility for network exploration or security auditing. It
supports ping scanning (determine which hosts are up), many port Nmap ("Network Mapper") is a free and open source utility
scanning techniques, version detection (determine service protocols for network exploration or security auditing. Many systems and network
and application versions listening behind ports), and TCP/IP administrators also find it useful for tasks such as network
fingerprinting (remote host OS or device identification). Nmap also inventory, managing service upgrade schedules, and monitoring host or
offers flexible target and port specification, decoy/stealth scanning, service uptime. Nmap uses raw IP packets in novel ways to determine
sunRPC scanning, and more. Most Unix and Windows platforms are what hosts are available on the network, what services (application
supported in both GUI and commandline modes. Several popular handheld name and version) those hosts are offering, what operating systems
devices are also supported, including the Sharp Zaurus and the iPAQ. (and OS versions) they are running, what type of packet
filters/firewalls are in use, and dozens of other characteristics. It
was designed to rapidly scan large networks, but works fine against
single hosts. Nmap runs on all major computer operating systems, and
both console and graphical versions are available.
%prep %prep
%setup -q %setup -q
%build %build
%configure --without-openssl --without-zenmap --with-ndiff --with-libdnet=included --with-libpcap=included --with-libpcre=included --with-liblua=included %configure --with-openssl --without-zenmap --with-ndiff --with-libdnet=included --with-libpcap=included --with-libpcre=included --with-liblua=included
%if "%{buildncat}" == "0" %if "%{buildncat}" == "0"
%configure --without-ncat %configure --without-ncat
%endif %endif