rpms/firestarter/FC-5 firestarter-1.0.3-multicast.patch, NONE, 1.1 firestarter.spec, 1.19, 1.20

Michael A. Peters (mpeters) fedora-extras-commits at redhat.com
Mon Apr 17 13:13:49 UTC 2006


Author: mpeters

Update of /cvs/extras/rpms/firestarter/FC-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4458

Modified Files:
	firestarter.spec 
Added Files:
	firestarter-1.0.3-multicast.patch 
Log Message:
Fixes bug #189067



firestarter-1.0.3-multicast.patch:

--- NEW FILE firestarter-1.0.3-multicast.patch ---
diff -ur firestarter-1.0.3/src/netfilter-script.c firestarter-1.0.3-avahi/src/netfilter-script.c
--- firestarter-1.0.3/src/netfilter-script.c	2005-01-29 04:32:08.000000000 -0800
+++ firestarter-1.0.3-avahi/src/netfilter-script.c	2006-04-17 05:58:04.000000000 -0700
@@ -738,13 +738,13 @@
 			 "	fi\n"
 			 "fi\n\n");
 
-	fprintf (script, "# Block Multicast Traffic\n"
-	                 "#  Some cable/DSL providers require their clients to accept multicast transmissions\n"
-	                 "#  you should remove the following four rules if you are affected by multicasting\n"
-	                 "$IPT -A INPUT -s 224.0.0.0/8 -d 0/0 -j DROP\n"
-	                 "$IPT -A INPUT -s 0/0 -d 224.0.0.0/8 -j DROP\n"
-	                 "$IPT -A OUTPUT -s 224.0.0.0/8 -d 0/0 -j DROP\n"
-	                 "$IPT -A OUTPUT -s 0/0 -d 224.0.0.0/8 -j DROP\n\n");
+//	fprintf (script, "# Block Multicast Traffic\n"
+//	                 "#  Some cable/DSL providers require their clients to accept multicast transmissions\n"
+//	                 "#  you should remove the following four rules if you are affected by multicasting\n"
+//	                 "$IPT -A INPUT -s 224.0.0.0/8 -d 0/0 -j DROP\n"
+//	                 "$IPT -A INPUT -s 0/0 -d 224.0.0.0/8 -j DROP\n"
+//	                 "$IPT -A OUTPUT -s 224.0.0.0/8 -d 0/0 -j DROP\n"
+//	                 "$IPT -A OUTPUT -s 0/0 -d 224.0.0.0/8 -j DROP\n\n");
 
 	fprintf (script, "# Block Traffic with Stuffed Routing\n"
                          "#  Early versions of PUMP - (the DHCP client application included in RH / Mandrake) require\n"


Index: firestarter.spec
===================================================================
RCS file: /cvs/extras/rpms/firestarter/FC-5/firestarter.spec,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- firestarter.spec	17 Feb 2006 20:16:50 -0000	1.19
+++ firestarter.spec	17 Apr 2006 13:13:49 -0000	1.20
@@ -1,6 +1,6 @@
 Name:		firestarter
 Version:	1.0.3
-Release:	10%{?dist}
+Release:	11%{?dist}
 Summary:	Firewall tool for GNOME
 
 Group:		Applications/Internet
@@ -12,7 +12,8 @@
 Patch0:		firestarter-1.0.3-pam.patch
 Patch1:		firestarter-1.0.3-services.patch
 Patch2:		firestarter-1.0.3-nobrowser.patch
-Patch3:		firestarter-1.0.3-nonroutable.patch      
+Patch3:		firestarter-1.0.3-nonroutable.patch
+Patch4:		firestarter-1.0.3-multicast.patch      
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:	desktop-file-utils
@@ -42,6 +43,7 @@
 %patch1 -p1 -b .services
 %patch2 -p1 -b .nobrowser
 %patch3 -p1 -b .nonroutable
+%patch4 -p1 -b .multicast
 cp %{SOURCE1} ./fs-manual.pdf
 
 %build
@@ -161,6 +163,9 @@
 
 
 %changelog
+* Mon Apr 17 2006 Michael A. Peters <mpeters at mac.com> - 1.0.3-11
+- Patch4 - Fix bug #189067 (Avahi)
+
 * Fri Feb 17 2006 Michael A. Peters <mpeters at mac.com> - 1.0.3-10
 - Devel branch rebuild
 




More information about the scm-commits mailing list