- 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:
Thomas Woerner 2012-07-18 09:23:34 +02:00
parent 566ade3bdb
commit dde6759990
3 changed files with 22 additions and 5 deletions

1
.gitignore vendored
View File

@ -16,3 +16,4 @@ iptables-1.4.9.tar.bz2
/iptables-1.4.12.tar.bz2
/iptables-1.4.12.1.tar.bz2
/iptables-1.4.12.2.tar.bz2
/iptables-1.4.14.tar.bz2

View File

@ -21,13 +21,12 @@
Name: iptables
Summary: Tools for managing Linux kernel packet filtering capabilities
Version: 1.4.12.2
Release: 5%{?dist}
Version: 1.4.14
Release: 1%{?dist}
Source: http://www.netfilter.org/projects/iptables/files/%{name}-%{version}.tar.bz2
Source1: iptables.init
Source2: iptables-config
Source3: iptables.service
Patch5: iptables-1.4.11-cloexec.patch
Group: System Environment/Base
URL: http://www.netfilter.org/
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
%setup -q
%patch5 -p1 -b .cloexec
%build
CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing " \
@ -246,6 +244,24 @@ fi
%{_libdir}/pkgconfig/xtables.pc
%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
- reenable iptables default services

View File

@ -1 +1 @@
212112389c7f10c72efb31a4ed193a4c iptables-1.4.12.2.tar.bz2
5ab24ad683f76689cfe7e0c73f44855d iptables-1.4.14.tar.bz2