[iptables] - new version 1.4.12 with support of all new features of kernel 3.0 - build: attempt to fix buildi

Thomas Woerner twoerner at fedoraproject.org
Mon Jul 25 16:12:43 UTC 2011


commit 29d193fcc8d25da332de143c75a365347da5fe78
Author: Thomas Woerner <twoerner at redhat.com>
Date:   Mon Jul 25 18:12:15 2011 +0200

    - new version 1.4.12 with support of all new features of kernel 3.0
      - build: attempt to fix building under Linux 2.4
      - build: bump soversion for recent data structure change
      - build: install modules in arch-dependent location
      - doc: fix group range in libxt_NFLOG's man
      - doc: fix version string in ip6tables.8
      - doc: include matches/targets in manpage again
      - doc: mention multiple verbosity flags
      - doc: the -m option cannot be inverted
      - extensions: support for per-extension instance global variable space
      - iptables-apply: select default rule file depending on call name
      - iptables: consolidate target/match init call
      - iptables: Coverity: DEADCODE
      - iptables: Coverity: NEGATIVE_RETURNS
      - iptables: Coverity: RESOURCE_LEAK
      - iptables: Coverity: REVERSE_INULL
      - iptables: Coverity: VARARGS
      - iptables: restore negation for -f
      - libip6t_HL: fix option names from ttl -> hl
      - libipt_LOG: fix ignoring all but last flags
      - libxtables: ignore whitespace in the multiaddress argument parser
      - libxtables: properly reject empty hostnames
      - libxtables: set clone's initial data to NULL
      - libxt_conntrack: move more data into the xt_option_entry
      - libxt_conntrack: restore network-byte order for v1,v2
      - libxt_hashlimit: use a more obvious expiry value by default
      - libxt_rateest: abolish global variables
      - libxt_RATEEST: abolish global variables
      - libxt_RATEEST: fix userspacesize field
      - libxt_RATEEST: use guided option parser
      - libxt_state: fix regression about inversion of main option
      - option: remove last traces of intrapositional negation
    - complete changelog:
      http://www.netfilter.org/projects/iptables/files/changes-iptables-1.4.12.txt

 .gitignore    |    1 +
 iptables.spec |   40 ++++++++++++++++++++++++++++++++++++++--
 sources       |    1 +
 3 files changed, 40 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 1fef26c..61fab99 100644
--- a/.gitignore
+++ b/.gitignore
@@ -13,3 +13,4 @@ iptables-1.4.8.tar.bz2
 iptables-1.4.9.tar.bz2
 /iptables-1.4.10.tar.bz2
 /iptables-1.4.11.1.tar.bz2
+/iptables-1.4.12.tar.bz2
diff --git a/iptables.spec b/iptables.spec
index d81e661..2bdbf8c 100644
--- a/iptables.spec
+++ b/iptables.spec
@@ -14,8 +14,8 @@
 
 Name: iptables
 Summary: Tools for managing Linux kernel packet filtering capabilities
-Version: 1.4.11.1
-Release: 4%{?dist}
+Version: 1.4.12
+Release: 1%{?dist}
 Source: http://www.netfilter.org/projects/iptables/files/%{name}-%{version}.tar.bz2
 Source1: iptables.init
 Source2: iptables-config
@@ -231,6 +231,42 @@ fi
 %{_libdir}/pkgconfig/xtables.pc
 
 %changelog
+* Mon Jul 25 2011 Thomas Woerner <twoerner at redhat.com> 1.4.12-1
+- new version 1.4.12 with support of all new features of kernel 3.0
+  - build: attempt to fix building under Linux 2.4
+  - build: bump soversion for recent data structure change
+  - build: install modules in arch-dependent location
+  - doc: fix group range in libxt_NFLOG's man
+  - doc: fix version string in ip6tables.8
+  - doc: include matches/targets in manpage again
+  - doc: mention multiple verbosity flags
+  - doc: the -m option cannot be inverted
+  - extensions: support for per-extension instance global variable space
+  - iptables-apply: select default rule file depending on call name
+  - iptables: consolidate target/match init call
+  - iptables: Coverity: DEADCODE
+  - iptables: Coverity: NEGATIVE_RETURNS
+  - iptables: Coverity: RESOURCE_LEAK
+  - iptables: Coverity: REVERSE_INULL
+  - iptables: Coverity: VARARGS
+  - iptables: restore negation for -f
+  - libip6t_HL: fix option names from ttl -> hl
+  - libipt_LOG: fix ignoring all but last flags
+  - libxtables: ignore whitespace in the multiaddress argument parser
+  - libxtables: properly reject empty hostnames
+  - libxtables: set clone's initial data to NULL
+  - libxt_conntrack: move more data into the xt_option_entry
+  - libxt_conntrack: restore network-byte order for v1,v2
+  - libxt_hashlimit: use a more obvious expiry value by default
+  - libxt_rateest: abolish global variables
+  - libxt_RATEEST: abolish global variables
+  - libxt_RATEEST: fix userspacesize field
+  - libxt_RATEEST: use guided option parser
+  - libxt_state: fix regression about inversion of main option
+  - option: remove last traces of intrapositional negation
+- complete changelog:
+  http://www.netfilter.org/projects/iptables/files/changes-iptables-1.4.12.txt
+
 * Thu Jul 21 2011 Thomas Woerner <twoerner at redhat.com> 1.4.11.1-4
 - merged ipv6 sub package into main package
 - renamed init scripts to /usr/libexec/ip*tables.init
diff --git a/sources b/sources
index 806630a..66a3e1f 100644
--- a/sources
+++ b/sources
@@ -1 +1,2 @@
 7de6e1ae7ed8a2025f184763a6a24b9a  iptables-1.4.11.1.tar.bz2
+d3f145c2c91daecbb4251bc79390b46c  iptables-1.4.12.tar.bz2


More information about the scm-commits mailing list