rpms/system-config-firewall/devel .cvsignore, 1.13, 1.14 sources, 1.14, 1.15 system-config-firewall.spec, 1.19, 1.20

Thomas Woerner (twoerner) fedora-extras-commits at redhat.com
Fri Jan 25 17:21:17 UTC 2008


Author: twoerner

Update of /cvs/pkgs/rpms/system-config-firewall/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30882

Modified Files:
	.cvsignore sources system-config-firewall.spec 
Log Message:
- new version 1.2.0

- added port forwarding
- using INPUT chain in table filter instead of RH-Firewall-1-INPUT
- fixed masquerading
- rewrite of firewall generation code
- trusted hosts now also allowed for FORWARD
- lots of bug fixes
- gui enhancements




Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/system-config-firewall/devel/.cvsignore,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- .cvsignore	15 Jan 2008 15:08:04 -0000	1.13
+++ .cvsignore	25 Jan 2008 17:20:44 -0000	1.14
@@ -10,3 +10,4 @@
 system-config-firewall-1.1.0.tar.bz2
 system-config-firewall-1.1.1.tar.bz2
 system-config-firewall-1.1.3.tar.bz2
+system-config-firewall-1.2.0.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/system-config-firewall/devel/sources,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- sources	15 Jan 2008 15:08:04 -0000	1.14
+++ sources	25 Jan 2008 17:20:44 -0000	1.15
@@ -1 +1 @@
-97e90edda3421d205929ad371f37f71a  system-config-firewall-1.1.3.tar.bz2
+c8f004d093fba6b5514a5cb4736aa0c0  system-config-firewall-1.2.0.tar.bz2


Index: system-config-firewall.spec
===================================================================
RCS file: /cvs/pkgs/rpms/system-config-firewall/devel/system-config-firewall.spec,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- system-config-firewall.spec	16 Jan 2008 10:22:38 -0000	1.19
+++ system-config-firewall.spec	25 Jan 2008 17:20:44 -0000	1.20
@@ -1,7 +1,7 @@
 Summary: A graphical interface for basic firewall setup
 Name: system-config-firewall
-Version: 1.1.3
-Release: 2%{?dist}
+Version: 1.2.0
+Release: 1%{?dist}
 URL: http://fedora.redhat.com/projects/config-tools/
 License: GPLv2+
 ExclusiveOS: Linux
@@ -127,6 +127,15 @@
 %ghost %config(missingok,noreplace) /etc/sysconfig/system-config-securitylevel
 
 %changelog
+* Fri Jan 25 2008 Thomas Woerner <twoerner at redhat.com> 1.2.0-1
+- added port forwarding
+- using INPUT chain in table filter instead of RH-Firewall-1-INPUT
+- fixed masquerading
+- rewrite of firewall generation code
+- trusted hosts now also allowed for FORWARD
+- lots of bug fixes
+- gui enhancements
+
 * Wed Jan 16 2008 Thomas Woerner <twoerner at redhat.com> 1.1.3-2
 - added fw_compat files to files section
 




More information about the fedora-extras-commits mailing list