rpms/firestarter/devel statusfix.patch, NONE, 1.1 firestarter.spec, 1.24, 1.25

Damien Durand (splinux) fedora-extras-commits at redhat.com
Tue Jun 26 19:59:53 UTC 2007


Author: splinux

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

Modified Files:
	firestarter.spec 
Added Files:
	statusfix.patch 
Log Message:


statusfix.patch:

--- NEW FILE statusfix.patch ---
diff -ru firestarter-1.0.3.orig/src/statusview.c firestarter-1.0.3/src/statusview.c
--- firestarter-1.0.3.orig/src/statusview.c	2005-01-29 13:32:08.000000000 +0100
+++ firestarter-1.0.3/src/statusview.c	2007-06-22 16:15:59.000000000 +0200
@@ -32,7 +32,7 @@
  
 #define DEV_FILE "/proc/net/dev"
 #define TCP_FILE "/proc/net/tcp"
-#define CONNTRACK_FILE "/proc/net/ip_conntrack"
+#define CONNTRACK_FILE "/proc/net/nf_conntrack"
 #define CONNTRACK_TTL 10 /* Number of refresh cycles a non-established connection is kept in the GUI */
 #define REFRESH_RATE 1 /* Time in seconds between updates */
 #define HISTORY_LENGTH 5 /* Number of samples to use when averaging the traffic rate */


Index: firestarter.spec
===================================================================
RCS file: /cvs/pkgs/rpms/firestarter/devel/firestarter.spec,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- firestarter.spec	17 Jun 2007 17:56:13 -0000	1.24
+++ firestarter.spec	26 Jun 2007 19:59:18 -0000	1.25
@@ -1,6 +1,6 @@
 Name:		firestarter
 Version:	1.0.3
-Release:	15%{?dist}
+Release:	16%{?dist}
 Summary:	Firewall tool for GNOME
 
 Group:		Applications/Internet
@@ -12,16 +12,13 @@
 Patch2:		firestarter-1.0.3-nobrowser.patch
 Patch3:		firestarter-1.0.3-nonroutable.patch
 Patch4:		firestarter-1.0.3-multicast.patch      
+Patch5:         statusfix.patch
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:	desktop-file-utils
 BuildRequires:	gettext
-BuildRequires:	glib2-devel >= 2.4
-BuildRequires:	gnome-vfs2-devel >= 2.6.0
-BuildRequires:	gtk2-devel >= 2.4
-BuildRequires:	libglade2-devel >= 2.3.6
 BuildRequires:	libgnomeui-devel
-BuildRequires:	perl(XML::Parser)
+BuildRequires:	perl-XML-Parser
 
 Requires:	iptables
 Requires:	usermode-gtk
@@ -42,7 +39,7 @@
 %patch2 -p1 -b .nobrowser
 %patch3 -p1 -b .nonroutable
 %patch4 -p1 -b .multicast
-
+%patch5 -p1 -b .statusfix
 
 %build
 %configure
@@ -161,6 +158,10 @@
 
 
 %changelog
+* Thu Jun 26 2007 Damien Durand <splinux at fedoraproject.org> - 1.0.3-16
+- Fix BR
+- Fix active connections status
+
 * Sun Jun 17 2007 Damien Durand <splinux at fedoraproject.org> - 1.0.3-15
 - Remove old doc
 - Fix pam configuration




More information about the scm-commits mailing list