From 1014ae94df659f0bb47671b9963535848410ca68 Mon Sep 17 00:00:00 2001 From: Thomas Woerner Date: Tue, 25 Aug 2009 13:45:19 +0000 Subject: [PATCH] - new version 1.4.4 with support for all new features of 2.6.30 - several man page fixes - iptables: replace open-coded sizeof by ARRAY_SIZE - libip6t_policy: remove redundant functions - policy: use direct xt_policy_info instead of ipt/ip6t - policy: merge ipv6 and ipv4 variant - extensions: add `cluster' match support - extensions: add const qualifiers in print/save functions - extensions: use NFPROTO_UNSPEC for .family field - extensions: remove redundant casts - iptables: close open file descriptors - fix segfault if incorrect protocol name is used - replace open-coded sizeof by ARRAY_SIZE - do not include v4-only modules in ip6tables manpage - use direct xt_policy_info instead of ipt/ip6t - xtables: fix segfault if incorrect protocol name is used - libxt_connlimit: initialize v6_mask - SNAT/DNAT: add support for persistent multi-range NAT mappings --- .cvsignore | 1 + iptables.spec | 24 ++++++++++++++++++++++-- sources | 2 +- 3 files changed, 24 insertions(+), 3 deletions(-) diff --git a/.cvsignore b/.cvsignore index df55a90..26fabac 100644 --- a/.cvsignore +++ b/.cvsignore @@ -5,3 +5,4 @@ iptables-1.4.1.1.tar.bz2 iptables-1.4.2.tar.bz2 iptables-1.4.3.1.tar.bz2 iptables-1.4.3.2.tar.bz2 +iptables-1.4.4.tar.bz2 diff --git a/iptables.spec b/iptables.spec index 2efed60..73a231f 100644 --- a/iptables.spec +++ b/iptables.spec @@ -1,7 +1,7 @@ Name: iptables Summary: Tools for managing Linux kernel packet filtering capabilities -Version: 1.4.3.2 -Release: 2%{?dist} +Version: 1.4.4 +Release: 1%{?dist} Source: http://www.netfilter.org/projects/iptables/files/%{name}-%{version}.tar.bz2 Source1: iptables.init Source2: iptables-config @@ -150,6 +150,26 @@ fi %{_libdir}/pkgconfig/xtables.pc %changelog +* Mon Aug 24 2009 Thomas Woerner 1.4.4-1 +- new version 1.4.4 with support for all new features of 2.6.30 + - several man page fixes + - iptables: replace open-coded sizeof by ARRAY_SIZE + - libip6t_policy: remove redundant functions + - policy: use direct xt_policy_info instead of ipt/ip6t + - policy: merge ipv6 and ipv4 variant + - extensions: add `cluster' match support + - extensions: add const qualifiers in print/save functions + - extensions: use NFPROTO_UNSPEC for .family field + - extensions: remove redundant casts + - iptables: close open file descriptors + - fix segfault if incorrect protocol name is used + - replace open-coded sizeof by ARRAY_SIZE + - do not include v4-only modules in ip6tables manpage + - use direct xt_policy_info instead of ipt/ip6t + - xtables: fix segfault if incorrect protocol name is used + - libxt_connlimit: initialize v6_mask + - SNAT/DNAT: add support for persistent multi-range NAT mappings + * Fri Jul 24 2009 Fedora Release Engineering - 1.4.3.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild diff --git a/sources b/sources index 8caf221..522ed63 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -545698693b636cfc844aafc6729fd48a iptables-1.4.3.2.tar.bz2 +08cd9196881657ea0615d926334cb7e9 iptables-1.4.4.tar.bz2