- 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
This commit is contained in:
parent
aef453d8f2
commit
1014ae94df
@ -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
|
||||
|
@ -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 <twoerner@redhat.com> 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 <rel-eng@lists.fedoraproject.org> - 1.4.3.2-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user