- bump release because of build error
This commit is contained in:
parent
4dbebf1bc3
commit
7fe7205734
24
nmap-4.52-noms.patch
Normal file
24
nmap-4.52-noms.patch
Normal file
@ -0,0 +1,24 @@
|
||||
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 )
|
||||
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
|
||||
\-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 )
|
||||
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
|
||||
-iL <inputfilename>: Input from list of hosts/networks
|
||||
-iR <num hosts>: Choose random targets
|
||||
--exclude <host1[,host2][,host3],...>: Exclude hosts/networks
|
13
nmap-4.52-nostrip.patch
Normal file
13
nmap-4.52-nostrip.patch
Normal file
@ -0,0 +1,13 @@
|
||||
diff -up nmap-4.52/Makefile.in.nostrip nmap-4.52/Makefile.in
|
||||
--- nmap-4.52/Makefile.in.nostrip 2008-01-07 12:42:42.000000000 +0100
|
||||
+++ nmap-4.52/Makefile.in 2008-01-07 12:46:53.000000000 +0100
|
||||
@@ -175,9 +175,6 @@ my_distclean:
|
||||
install-nmap: $(TARGET)
|
||||
$(SHTOOL) mkdir -f -p -m 755 $(DESTDIR)$(bindir) $(DESTDIR)$(mandir)/man1 $(DESTDIR)$(nmapdatadir)
|
||||
$(INSTALL) -c -m 755 nmap $(DESTDIR)$(bindir)/nmap
|
||||
-# Use strip -x to avoid stripping dynamically loaded NSE functions. See
|
||||
-# http://seclists.org/nmap-dev/2007/q4/0272.html.
|
||||
- $(STRIP) -x $(DESTDIR)$(bindir)/nmap
|
||||
$(INSTALL) -c -m 644 docs/$(TARGET).1 $(DESTDIR)$(mandir)/man1/
|
||||
$(INSTALL) -c -m 644 docs/nmap.xsl $(DESTDIR)$(nmapdatadir)/
|
||||
$(INSTALL) -c -m 644 docs/nmap.dtd $(DESTDIR)$(nmapdatadir)/
|
12
nmap-4.52-pixmaps.patch
Normal file
12
nmap-4.52-pixmaps.patch
Normal file
@ -0,0 +1,12 @@
|
||||
diff -up nmap-4.52/zenmap/setup.py.pixmaps nmap-4.52/zenmap/setup.py
|
||||
--- nmap-4.52/zenmap/setup.py.pixmaps 2008-01-07 12:53:24.000000000 +0100
|
||||
+++ nmap-4.52/zenmap/setup.py 2008-01-07 12:53:35.000000000 +0100
|
||||
@@ -37,7 +37,7 @@ from zenmapCore.Name import APP_NAME, AP
|
||||
# Directories for POSIX operating systems
|
||||
# These are created after a "install" or "py2exe" command
|
||||
# These directories are relative to the installation or dist directory
|
||||
-pixmaps_dir = os.path.join('share', 'pixmaps')
|
||||
+pixmaps_dir = os.path.join('share', 'pixmaps', APP_NAME)
|
||||
icons_dir = os.path.join('share', 'icons')
|
||||
locale_dir = os.path.join('share', APP_NAME, 'locale')
|
||||
config_dir = os.path.join('share', APP_NAME, 'config')
|
@ -1,7 +1,7 @@
|
||||
Summary: Network exploration tool and security scanner
|
||||
Name: nmap
|
||||
Version: 4.52
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
License: BSD with advertising, BSD, GPLv2
|
||||
Group: Applications/System
|
||||
Source0: http://download.insecure.org/nmap/dist/%{name}-%{version}.tar.bz2
|
||||
@ -108,6 +108,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_mandir}/man1/xnmap.1.gz
|
||||
|
||||
%changelog
|
||||
* Mon Jan 07 2008 Tomas Smetana <tsmetana@redhat.com> - 2:4.52-2
|
||||
- bump release because of build error
|
||||
|
||||
* Mon Jan 07 2008 Tomas Smetana <tsmetana@redhat.com> - 2:4.52-1
|
||||
- new upstream version
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user