- new version 1.4.6 with support for all new features of 2.6.32
- several man page fixes - Support for nommu arches - realm: remove static initializations - libiptc: remove unused functions - libiptc: avoid strict-aliasing warnings - iprange: do accept non-ranges for xt_iprange v1 - iprange: warn on reverse range - iprange: roll address parsing into a loop - iprange: do accept non-ranges for xt_iprange v1 (log) - iprange: warn on reverse range (log) - libiptc: fix wrong maptype of base chain counters on restore - iptables: fix undersized deletion mask creation - style: reduce indent in xtables_check_inverse - libxtables: hand argv to xtables_check_inverse - iptables/extensions: make bundled options work again - CONNMARK: print mark rules with mask 0xffffffff as set instead of xset - iptables: take masks into consideration for replace command - doc: explain experienced --hitcount limit - doc: name resolution clarification - iptables: expose option to zero packet/byte counters for a specific rule - build: restore --disable-ipv6 functionality on system w/o v6 headers - MARK: print mark rules with mask 0xffffffff as --set-mark instead of --set-xmark - DNAT: fix incorrect check during parsing - extensions: add osf extension - conntrack: fix --expires parsing - dropped nf_ext_init remains from cloexec patch
This commit is contained in:
parent
d718a940ab
commit
1053d485c1
@ -7,3 +7,4 @@ iptables-1.4.3.1.tar.bz2
|
|||||||
iptables-1.4.3.2.tar.bz2
|
iptables-1.4.3.2.tar.bz2
|
||||||
iptables-1.4.4.tar.bz2
|
iptables-1.4.4.tar.bz2
|
||||||
iptables-1.4.5.tar.bz2
|
iptables-1.4.5.tar.bz2
|
||||||
|
iptables-1.4.6.tar.bz2
|
||||||
|
@ -10,15 +10,6 @@ diff -up iptables-1.4.5/extensions/libipt_realm.c.cloexec iptables-1.4.5/extensi
|
|||||||
if (!fil) {
|
if (!fil) {
|
||||||
rdberr = 1;
|
rdberr = 1;
|
||||||
return;
|
return;
|
||||||
@@ -248,7 +248,7 @@ static struct xtables_match realm_mt_reg
|
|
||||||
.extra_opts = realm_opts,
|
|
||||||
};
|
|
||||||
|
|
||||||
-void _init(void)
|
|
||||||
+void __attribute((constructor)) nf_ext_init(void)
|
|
||||||
{
|
|
||||||
xtables_register_match(&realm_mt_reg);
|
|
||||||
}
|
|
||||||
diff -up iptables-1.4.5/extensions/libipt_set.h.cloexec iptables-1.4.5/extensions/libipt_set.h
|
diff -up iptables-1.4.5/extensions/libipt_set.h.cloexec iptables-1.4.5/extensions/libipt_set.h
|
||||||
--- iptables-1.4.5/extensions/libipt_set.h.cloexec 2009-09-14 18:36:55.000000000 +0200
|
--- iptables-1.4.5/extensions/libipt_set.h.cloexec 2009-09-14 18:36:55.000000000 +0200
|
||||||
+++ iptables-1.4.5/extensions/libipt_set.h 2009-09-17 11:02:07.000000000 +0200
|
+++ iptables-1.4.5/extensions/libipt_set.h 2009-09-17 11:02:07.000000000 +0200
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Name: iptables
|
Name: iptables
|
||||||
Summary: Tools for managing Linux kernel packet filtering capabilities
|
Summary: Tools for managing Linux kernel packet filtering capabilities
|
||||||
Version: 1.4.5
|
Version: 1.4.6
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Source: http://www.netfilter.org/projects/iptables/files/%{name}-%{version}.tar.bz2
|
Source: http://www.netfilter.org/projects/iptables/files/%{name}-%{version}.tar.bz2
|
||||||
Source1: iptables.init
|
Source1: iptables.init
|
||||||
@ -152,6 +152,37 @@ fi
|
|||||||
%{_libdir}/pkgconfig/xtables.pc
|
%{_libdir}/pkgconfig/xtables.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jan 13 2010 Thomas Woerner <twoerner@redhat.com> 1.4.6-1
|
||||||
|
- new version 1.4.6 with support for all new features of 2.6.32
|
||||||
|
- several man page fixes
|
||||||
|
- Support for nommu arches
|
||||||
|
- realm: remove static initializations
|
||||||
|
- libiptc: remove unused functions
|
||||||
|
- libiptc: avoid strict-aliasing warnings
|
||||||
|
- iprange: do accept non-ranges for xt_iprange v1
|
||||||
|
- iprange: warn on reverse range
|
||||||
|
- iprange: roll address parsing into a loop
|
||||||
|
- iprange: do accept non-ranges for xt_iprange v1 (log)
|
||||||
|
- iprange: warn on reverse range (log)
|
||||||
|
- libiptc: fix wrong maptype of base chain counters on restore
|
||||||
|
- iptables: fix undersized deletion mask creation
|
||||||
|
- style: reduce indent in xtables_check_inverse
|
||||||
|
- libxtables: hand argv to xtables_check_inverse
|
||||||
|
- iptables/extensions: make bundled options work again
|
||||||
|
- CONNMARK: print mark rules with mask 0xffffffff as set instead of xset
|
||||||
|
- iptables: take masks into consideration for replace command
|
||||||
|
- doc: explain experienced --hitcount limit
|
||||||
|
- doc: name resolution clarification
|
||||||
|
- iptables: expose option to zero packet/byte counters for a specific rule
|
||||||
|
- build: restore --disable-ipv6 functionality on system w/o v6 headers
|
||||||
|
- MARK: print mark rules with mask 0xffffffff as --set-mark instead of --set-xmark
|
||||||
|
- DNAT: fix incorrect check during parsing
|
||||||
|
- extensions: add osf extension
|
||||||
|
- conntrack: fix --expires parsing
|
||||||
|
|
||||||
|
* Thu Dec 17 2009 Thomas Woerner <twoerner@redhat.com> 1.4.5-2
|
||||||
|
- dropped nf_ext_init remains from cloexec patch
|
||||||
|
|
||||||
* Thu Sep 17 2009 Thomas Woerner <twoerner@redhat.com> 1.4.5-1
|
* Thu Sep 17 2009 Thomas Woerner <twoerner@redhat.com> 1.4.5-1
|
||||||
- new version 1.4.5 with support for all new features of 2.6.31
|
- new version 1.4.5 with support for all new features of 2.6.31
|
||||||
- libxt_NFQUEUE: add new v1 version with queue-balance option
|
- libxt_NFQUEUE: add new v1 version with queue-balance option
|
||||||
|
Loading…
Reference in New Issue
Block a user