rpms/firestarter/devel firestarter-1.0.3-nonroutable.patch, NONE, 1.1 firestarter.spec, 1.17, 1.18

Michael A. Peters (mpeters) fedora-extras-commits at redhat.com
Thu Feb 2 13:12:12 UTC 2006


Author: mpeters

Update of /cvs/extras/rpms/firestarter/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22437

Modified Files:
	firestarter.spec 
Added Files:
	firestarter-1.0.3-nonroutable.patch 
Log Message:
fixes bug 179685


firestarter-1.0.3-nonroutable.patch:

--- NEW FILE firestarter-1.0.3-nonroutable.patch ---
diff -ur firestarter-1.0.3/scripts/non-routables firestarter-1.0.3-non/scripts/non-routables
--- firestarter-1.0.3/scripts/non-routables	2005-01-29 04:32:09.000000000 -0800
+++ firestarter-1.0.3-non/scripts/non-routables	2006-02-02 04:59:49.000000000 -0800
@@ -10,20 +10,12 @@
 36.0.0.0/8
 37.0.0.0/8
 39.0.0.0/8
-41.0.0.0/8
 42.0.0.0/8
 49.0.0.0/8
 50.0.0.0/8
-73.0.0.0/8
-74.0.0.0/8
-75.0.0.0/8
-76.0.0.0/8
 77.0.0.0/8
 78.0.0.0/8
 79.0.0.0/8
-89.0.0.0/8
-90.0.0.0/8
-91.0.0.0/8
 92.0.0.0/8
 93.0.0.0/8
 94.0.0.0/8
@@ -53,12 +45,6 @@
 118.0.0.0/8
 119.0.0.0/8
 120.0.0.0/8
-121.0.0.0/8
-122.0.0.0/8
-123.0.0.0/8
-124.0.0.0/8
-125.0.0.0/8
-126.0.0.0/8
 127.0.0.0/8
 169.254.0.0/16
 172.16.0.0/12
@@ -77,8 +63,6 @@
 185.0.0.0/8
 186.0.0.0/8
 187.0.0.0/8
-189.0.0.0/8
-190.0.0.0/8
 192.0.2.0/24
 192.168.0.0/16
 197.0.0.0/8


Index: firestarter.spec
===================================================================
RCS file: /cvs/extras/rpms/firestarter/devel/firestarter.spec,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- firestarter.spec	30 Jan 2006 22:33:44 -0000	1.17
+++ firestarter.spec	2 Feb 2006 13:12:11 -0000	1.18
@@ -1,6 +1,6 @@
 Name:		firestarter
 Version:	1.0.3
-Release:	8%{?dist}
+Release:	9%{?dist}
 Summary:	Firewall tool for GNOME
 
 Group:		Applications/Internet
@@ -11,7 +11,8 @@
 #Source1:	http://www.fs-security.com/docs/fs-manual.pdf
 Patch0:		firestarter-1.0.3-pam.patch
 Patch1:		firestarter-1.0.3-services.patch
-Patch2:		firestarter-1.0.3-nobrowser.patch      
+Patch2:		firestarter-1.0.3-nobrowser.patch
+Patch3:		firestarter-1.0.3-nonroutable.patch      
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:	desktop-file-utils
@@ -40,6 +41,7 @@
 %patch0 -p1 -b .pam
 %patch1 -p1 -b .services
 %patch2 -p1 -b .nobrowser
+%patch3 -p1 -b .nonroutable
 cp %{SOURCE1} ./fs-manual.pdf
 
 %build
@@ -159,6 +161,10 @@
 
 
 %changelog
+* Thu Feb 02 2006 Michael A. Peters <mpeters at mac.com> - 1.0.3-9
+- fix non routables per http://www.iana.org/assignments/ipv4-address-space
+- fixes bug 179685
+
 * Mon Jan 30 2006 Michael A. Peters <mpeters at mac.com> - 1.0.3-8
 - fixed %post script for dhcp exit script (bug #160431)
 




More information about the scm-commits mailing list