- new version 1.4.14
- extensions: add IPv6 capable ECN match extension - extensions: add nfacct match - extensions: add rpfilter module - extensions: libxt_rateest: output all options in save hook - iptables: missing free() in function cache_add_entry() - iptables: missing free() in function delete_entry() - libiptc: fix retry path in TC_INIT - libiptc: Returns the position the entry was inserted - libipt_ULOG: fix --ulog-cprange - libxt_CT: add --timeout option - ip(6)tables-restore: make sure argv is NULL terminated - Revert "libiptc: Returns the position the entry was inserted" - src: mark newly opened fds as FD_CLOEXEC (close on exec) - tests: add rateest match rules - dropped patch5 (cloexec), merged upstream
This commit is contained in:
parent
566ade3bdb
commit
dde6759990
1
.gitignore
vendored
1
.gitignore
vendored
@ -16,3 +16,4 @@ iptables-1.4.9.tar.bz2
|
|||||||
/iptables-1.4.12.tar.bz2
|
/iptables-1.4.12.tar.bz2
|
||||||
/iptables-1.4.12.1.tar.bz2
|
/iptables-1.4.12.1.tar.bz2
|
||||||
/iptables-1.4.12.2.tar.bz2
|
/iptables-1.4.12.2.tar.bz2
|
||||||
|
/iptables-1.4.14.tar.bz2
|
||||||
|
@ -21,13 +21,12 @@
|
|||||||
|
|
||||||
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.12.2
|
Version: 1.4.14
|
||||||
Release: 5%{?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
|
||||||
Source2: iptables-config
|
Source2: iptables-config
|
||||||
Source3: iptables.service
|
Source3: iptables.service
|
||||||
Patch5: iptables-1.4.11-cloexec.patch
|
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
URL: http://www.netfilter.org/
|
URL: http://www.netfilter.org/
|
||||||
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
|
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
|
||||||
@ -77,7 +76,6 @@ stable and may change with every new version. It is therefore unsupported.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch5 -p1 -b .cloexec
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing " \
|
CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing " \
|
||||||
@ -246,6 +244,24 @@ fi
|
|||||||
%{_libdir}/pkgconfig/xtables.pc
|
%{_libdir}/pkgconfig/xtables.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jul 18 2012 Thomas Woerner <twoerner@redhat.com> 1.4.14-1
|
||||||
|
- new version 1.4.14
|
||||||
|
- extensions: add IPv6 capable ECN match extension
|
||||||
|
- extensions: add nfacct match
|
||||||
|
- extensions: add rpfilter module
|
||||||
|
- extensions: libxt_rateest: output all options in save hook
|
||||||
|
- iptables: missing free() in function cache_add_entry()
|
||||||
|
- iptables: missing free() in function delete_entry()
|
||||||
|
- libiptc: fix retry path in TC_INIT
|
||||||
|
- libiptc: Returns the position the entry was inserted
|
||||||
|
- libipt_ULOG: fix --ulog-cprange
|
||||||
|
- libxt_CT: add --timeout option
|
||||||
|
- ip(6)tables-restore: make sure argv is NULL terminated
|
||||||
|
- Revert "libiptc: Returns the position the entry was inserted"
|
||||||
|
- src: mark newly opened fds as FD_CLOEXEC (close on exec)
|
||||||
|
- tests: add rateest match rules
|
||||||
|
- dropped patch5 (cloexec), merged upstream
|
||||||
|
|
||||||
* Mon Apr 23 2012 Thomas Woerner <twoerner@redhat.com> 1.4.12.2-5
|
* Mon Apr 23 2012 Thomas Woerner <twoerner@redhat.com> 1.4.12.2-5
|
||||||
- reenable iptables default services
|
- reenable iptables default services
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user