update to 5.00
This commit is contained in:
parent
4cf75382e7
commit
d349915adf
@ -1 +1 @@
|
||||
nmap-4.90RC1.tar.bz2
|
||||
nmap-5.00.tar.bz2
|
||||
|
@ -1,19 +1,19 @@
|
||||
diff -up nmap-4.52/docs/nmap.1.noms nmap-4.52/docs/nmap.1
|
||||
--- nmap-4.52/docs/nmap.1.noms 2008-01-07 12:51:51.000000000 +0100
|
||||
+++ nmap-4.52/docs/nmap.1 2008-01-07 12:52:11.000000000 +0100
|
||||
@@ -106,7 +106,7 @@ Nmap 4\.52 ( http://insecure\.org )
|
||||
diff -up nmap-4.90RC1/docs/nmap.1.noms nmap-4.90RC1/docs/nmap.1
|
||||
--- nmap-4.90RC1/docs/nmap.1.noms 2009-06-25 01:12:51.000000000 +0200
|
||||
+++ nmap-4.90RC1/docs/nmap.1 2009-07-16 09:58:22.090769947 +0200
|
||||
@@ -282,7 +282,7 @@ Nmap 4\&.90RC1 ( http://nmap\&.org )
|
||||
Usage: nmap [Scan Type(s)] [Options] {target specification}
|
||||
TARGET SPECIFICATION:
|
||||
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, 192\.168\.0\.1; 10\.0\.0\-255\.1\-254
|
||||
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, 192\&.168\&.0\&.1; 10\&.0\&.0\-255\&.1\-254
|
||||
\-iL <inputfilename>: Input from list of hosts/networks
|
||||
\-iR <num hosts>: Choose random targets
|
||||
\-\-exclude <host1[,host2][,host3],\.\.\.>: Exclude hosts/networks
|
||||
diff -up nmap-4.52/docs/nmap.usage.txt.noms nmap-4.52/docs/nmap.usage.txt
|
||||
--- nmap-4.52/docs/nmap.usage.txt.noms 2008-01-07 12:41:32.000000000 +0100
|
||||
+++ nmap-4.52/docs/nmap.usage.txt 2008-01-07 12:42:15.000000000 +0100
|
||||
@@ -2,7 +2,7 @@ Nmap 4.52 ( http://insecure.org )
|
||||
\-\-exclude <host1[,host2][,host3],\&.\&.\&.>: Exclude hosts/networks
|
||||
diff -up nmap-4.90RC1/docs/nmap.usage.txt.noms nmap-4.90RC1/docs/nmap.usage.txt
|
||||
--- nmap-4.90RC1/docs/nmap.usage.txt.noms 2009-06-25 01:12:51.000000000 +0200
|
||||
+++ nmap-4.90RC1/docs/nmap.usage.txt 2009-07-16 09:56:24.758078049 +0200
|
||||
@@ -2,7 +2,7 @@ Nmap 4.90RC1 ( http://nmap.org )
|
||||
Usage: nmap [Scan Type(s)] [Options] {target specification}
|
||||
TARGET SPECIFICATION:
|
||||
Can pass hostnames, IP addresses, networks, etc.
|
||||
|
14
nmap.spec
14
nmap.spec
@ -1,12 +1,11 @@
|
||||
Summary: Network exploration tool and security scanner
|
||||
Name: nmap
|
||||
Version: 4.90
|
||||
%define betaver RC1
|
||||
Release: 0.%{betaver}%{?dist}
|
||||
Version: 5.00
|
||||
Release: 1%{?dist}
|
||||
# libdnet-stripped is BSD (advertising clause rescinded by the Univ. of California in 1999)
|
||||
License: GPLv2
|
||||
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
|
||||
Source2: zenmap-root.pamd
|
||||
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.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{name}-%{version}%{betaver}
|
||||
%setup -q
|
||||
%patch1 -p1 -b .mktemp
|
||||
#%patch2 -p1 -b .noms
|
||||
%patch2 -p1 -b .noms
|
||||
%patch3 -p1 -b .nostrip
|
||||
|
||||
rm -rf liblua libpcap libpcre
|
||||
@ -125,6 +124,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_mandir}/man1/xnmap.1.gz
|
||||
|
||||
%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
|
||||
- updated to 4.90RC1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user