update to 5.00

This commit is contained in:
Michal Hlavinka 2009-07-17 05:19:11 +00:00
parent 4cf75382e7
commit d349915adf
4 changed files with 22 additions and 20 deletions

View File

@ -1 +1 @@
nmap-4.90RC1.tar.bz2 nmap-5.00.tar.bz2

View File

@ -1,19 +1,19 @@
diff -up nmap-4.52/docs/nmap.1.noms nmap-4.52/docs/nmap.1 diff -up nmap-4.90RC1/docs/nmap.1.noms nmap-4.90RC1/docs/nmap.1
--- nmap-4.52/docs/nmap.1.noms 2008-01-07 12:51:51.000000000 +0100 --- nmap-4.90RC1/docs/nmap.1.noms 2009-06-25 01:12:51.000000000 +0200
+++ nmap-4.52/docs/nmap.1 2008-01-07 12:52:11.000000000 +0100 +++ nmap-4.90RC1/docs/nmap.1 2009-07-16 09:58:22.090769947 +0200
@@ -106,7 +106,7 @@ Nmap 4\.52 ( http://insecure\.org ) @@ -282,7 +282,7 @@ Nmap 4\&.90RC1 ( http://nmap\&.org )
Usage: nmap [Scan Type(s)] [Options] {target specification} Usage: nmap [Scan Type(s)] [Options] {target specification}
TARGET SPECIFICATION: TARGET SPECIFICATION:
Can pass hostnames, IP addresses, networks, etc\. Can pass hostnames, IP addresses, networks, etc\&.
- Ex: scanme\.nmap\.org, microsoft\.com/24, 192\.168\.0\.1; 10\.0\.0\-255\.1\-254 - Ex: scanme\&.nmap\&.org, microsoft\&.com/24, 192\&.168\&.0\&.1; 10\&.0\&.0\-255\&.1\-254
+ Ex: scanme\.nmap\.org, 192\.168\.0\.1; 10\.0\.0\-255\.1\-254 + Ex: scanme\&.nmap\&.org, 192\&.168\&.0\&.1; 10\&.0\&.0\-255\&.1\-254
\-iL <inputfilename>: Input from list of hosts/networks \-iL <inputfilename>: Input from list of hosts/networks
\-iR <num hosts>: Choose random targets \-iR <num hosts>: Choose random targets
\-\-exclude <host1[,host2][,host3],\.\.\.>: Exclude hosts/networks \-\-exclude <host1[,host2][,host3],\&.\&.\&.>: Exclude hosts/networks
diff -up nmap-4.52/docs/nmap.usage.txt.noms nmap-4.52/docs/nmap.usage.txt diff -up nmap-4.90RC1/docs/nmap.usage.txt.noms nmap-4.90RC1/docs/nmap.usage.txt
--- nmap-4.52/docs/nmap.usage.txt.noms 2008-01-07 12:41:32.000000000 +0100 --- nmap-4.90RC1/docs/nmap.usage.txt.noms 2009-06-25 01:12:51.000000000 +0200
+++ nmap-4.52/docs/nmap.usage.txt 2008-01-07 12:42:15.000000000 +0100 +++ nmap-4.90RC1/docs/nmap.usage.txt 2009-07-16 09:56:24.758078049 +0200
@@ -2,7 +2,7 @@ Nmap 4.52 ( http://insecure.org ) @@ -2,7 +2,7 @@ Nmap 4.90RC1 ( http://nmap.org )
Usage: nmap [Scan Type(s)] [Options] {target specification} Usage: nmap [Scan Type(s)] [Options] {target specification}
TARGET SPECIFICATION: TARGET SPECIFICATION:
Can pass hostnames, IP addresses, networks, etc. Can pass hostnames, IP addresses, networks, etc.

View File

@ -1,12 +1,11 @@
Summary: Network exploration tool and security scanner Summary: Network exploration tool and security scanner
Name: nmap Name: nmap
Version: 4.90 Version: 5.00
%define betaver RC1 Release: 1%{?dist}
Release: 0.%{betaver}%{?dist}
# libdnet-stripped is BSD (advertising clause rescinded by the Univ. of California in 1999) # libdnet-stripped is BSD (advertising clause rescinded by the Univ. of California in 1999)
License: GPLv2 License: GPLv2
Group: Applications/System Group: Applications/System
Source0: http://nmap.org/dist/%{name}-%{version}%{betaver}.tar.bz2 Source0: http://nmap.org/dist/%{name}-%{version}.tar.bz2
Source1: zenmap.desktop Source1: zenmap.desktop
Source2: zenmap-root.pamd Source2: zenmap-root.pamd
Source3: zenmap-root.consoleapps Source3: zenmap-root.consoleapps
@ -47,9 +46,9 @@ This package includes zenmap, a GTK+ frontend for nmap. The nmap package must
be installed before installing nmap-frontend. be installed before installing nmap-frontend.
%prep %prep
%setup -q -n %{name}-%{version}%{betaver} %setup -q
%patch1 -p1 -b .mktemp %patch1 -p1 -b .mktemp
#%patch2 -p1 -b .noms %patch2 -p1 -b .noms
%patch3 -p1 -b .nostrip %patch3 -p1 -b .nostrip
rm -rf liblua libpcap libpcre rm -rf liblua libpcap libpcre
@ -125,6 +124,9 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man1/xnmap.1.gz %{_mandir}/man1/xnmap.1.gz
%changelog %changelog
* Fri Jul 17 2009 Michal Hlavinka <mhlavink@redhat.com> - 2:5.0-1
- updated to 5.0
* Wed Jul 15 2009 Michal Hlavinka <mhlavink@redhat.com> - 2:4.90-0.RC1 * Wed Jul 15 2009 Michal Hlavinka <mhlavink@redhat.com> - 2:4.90-0.RC1
- updated to 4.90RC1 - updated to 4.90RC1

View File

@ -1 +1 @@
4355574dfdc3f86bfa85be0a6d9b5bf4 nmap-4.90RC1.tar.bz2 32d27de32166c02d670bb4a086185886 nmap-5.00.tar.bz2