rpms/nmap/devel nmap-4.52-noms.patch, NONE, 1.1 nmap-4.52-nostrip.patch, NONE, 1.1 nmap-4.52-pixmaps.patch, NONE, 1.1 nmap.spec, 1.40, 1.41

Tomas Smetana (tsmetana) fedora-extras-commits at redhat.com
Mon Jan 7 14:52:20 UTC 2008


Author: tsmetana

Update of /cvs/pkgs/rpms/nmap/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10577

Modified Files:
	nmap.spec 
Added Files:
	nmap-4.52-noms.patch nmap-4.52-nostrip.patch 
	nmap-4.52-pixmaps.patch 
Log Message:
* Mon Jan 07 2008 Tomas Smetana <tsmetana at redhat.com> - 2:4.52-2
- bump release because of build error


nmap-4.52-noms.patch:

--- NEW FILE nmap-4.52-noms.patch ---
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

nmap-4.52-nostrip.patch:

--- NEW FILE nmap-4.52-nostrip.patch ---
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)/

nmap-4.52-pixmaps.patch:

--- NEW FILE nmap-4.52-pixmaps.patch ---
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')


Index: nmap.spec
===================================================================
RCS file: /cvs/pkgs/rpms/nmap/devel/nmap.spec,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- nmap.spec	7 Jan 2008 13:50:33 -0000	1.40
+++ nmap.spec	7 Jan 2008 14:51:39 -0000	1.41
@@ -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 @@
 %{_mandir}/man1/xnmap.1.gz
 
 %changelog
+* Mon Jan 07 2008 Tomas Smetana <tsmetana at redhat.com> - 2:4.52-2
+- bump release because of build error
+
 * Mon Jan 07 2008 Tomas Smetana <tsmetana at redhat.com> - 2:4.52-1
 - new upstream version
 




More information about the fedora-extras-commits mailing list