rpms/iptables/devel .cvsignore, 1.30, 1.31 iptables.spec, 1.85, 1.86 sources, 1.31, 1.32

Thomas Woerner twoerner at fedoraproject.org
Fri Jul 2 08:34:09 UTC 2010


Author: twoerner

Update of /cvs/pkgs/rpms/iptables/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv10871

Modified Files:
	.cvsignore iptables.spec sources 
Log Message:
- new version 1.4.8 all new features of 2.6.34 (rhbz#)
  - extensions: REDIRECT: fix --to-ports parser
  - iptables: add noreturn attribute to exit_tryhelp()
  - extensions: MASQUERADE: fix --to-ports parser
  - libxt_comment: avoid use of IPv4-specific examples
  - libxt_CT: add a manpage
  - iptables: correctly check for too-long chain/target/match names
  - doc: libxt_MARK: no longer restricted to mangle table
  - doc: remove claim that TCPMSS is limited to mangle
  - libxt_recent: add a missing space in output
  - doc: add manpage for libxt_osf
  - libxt_osf: import nfnl_osf program
  - extensions: add support for xt_TEE
  - CT: fix --ctevents parsing
  - extensions: add CT extension
  - libxt_CT: print conntrack zone in ->print/->save
  - xtables: fix compilation when debugging is enabled
  - libxt_conntrack: document --ctstate UNTRACKED
  - iprange: fix xt_iprange v0 parsing




Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/iptables/devel/.cvsignore,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -p -r1.30 -r1.31
--- .cvsignore	5 Mar 2010 14:01:22 -0000	1.30
+++ .cvsignore	2 Jul 2010 08:34:08 -0000	1.31
@@ -9,3 +9,4 @@ iptables-1.4.4.tar.bz2
 iptables-1.4.5.tar.bz2
 iptables-1.4.6.tar.bz2
 iptables-1.4.7.tar.bz2
+iptables-1.4.8.tar.bz2


Index: iptables.spec
===================================================================
RCS file: /cvs/pkgs/rpms/iptables/devel/iptables.spec,v
retrieving revision 1.85
retrieving revision 1.86
diff -u -p -r1.85 -r1.86
--- iptables.spec	24 Mar 2010 14:31:33 -0000	1.85
+++ iptables.spec	2 Jul 2010 08:34:08 -0000	1.86
@@ -1,7 +1,7 @@
 Name: iptables
 Summary: Tools for managing Linux kernel packet filtering capabilities
-Version: 1.4.7
-Release: 2%{?dist}
+Version: 1.4.8
+Release: 1%{?dist}
 Source: http://www.netfilter.org/projects/iptables/files/%{name}-%{version}.tar.bz2
 Source1: iptables.init
 Source2: iptables-config
@@ -163,6 +163,27 @@ fi
 %{_libdir}/pkgconfig/xtables.pc
 
 %changelog
+* Fri Jul  2 2010 Thomas Woerner <twoerner at redhat.com> 1.4.8-1
+- new version 1.4.8 all new features of 2.6.34 (rhbz#)
+  - extensions: REDIRECT: fix --to-ports parser
+  - iptables: add noreturn attribute to exit_tryhelp()
+  - extensions: MASQUERADE: fix --to-ports parser
+  - libxt_comment: avoid use of IPv4-specific examples
+  - libxt_CT: add a manpage
+  - iptables: correctly check for too-long chain/target/match names
+  - doc: libxt_MARK: no longer restricted to mangle table
+  - doc: remove claim that TCPMSS is limited to mangle
+  - libxt_recent: add a missing space in output
+  - doc: add manpage for libxt_osf
+  - libxt_osf: import nfnl_osf program
+  - extensions: add support for xt_TEE
+  - CT: fix --ctevents parsing
+  - extensions: add CT extension
+  - libxt_CT: print conntrack zone in ->print/->save
+  - xtables: fix compilation when debugging is enabled
+  - libxt_conntrack: document --ctstate UNTRACKED
+  - iprange: fix xt_iprange v0 parsing
+
 * Wed Mar 24 2010 Thomas Woerner <twoerner at redhat.com> 1.4.7-2
 - added default values for IPTABLES_STATUS_VERBOSE and
   IPTABLES_STATUS_LINENUMBERS in init script


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/iptables/devel/sources,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -p -r1.31 -r1.32
--- sources	8 Apr 2010 10:21:51 -0000	1.31
+++ sources	2 Jul 2010 08:34:08 -0000	1.32
@@ -1 +1 @@
-645941dd1f9e0ec1f74c61918d70d52f  iptables-1.4.7.tar.bz2
+697ed89f37af4473a5f6349ba2700f2d  iptables-1.4.8.tar.bz2



More information about the scm-commits mailing list