New version 1.4.18

- lots of documentation changes
  - Introduce match/target aliases
  - Add the "state" alias to the "conntrack" match
  - iptables: remove unused leftover definitions
  - libxtables: add xtables_rule_matches_free
  - libxtables: add xtables_print_num
  - extensions: libip6t_DNPT: fix wording in DNPT target
  - extension: libip6t_DNAT: allow port DNAT without address
  - extensions: libip6t_DNAT: set IPv6 DNAT --to-destination
  - extensions: S/DNPT: add missing save function
- changes of 1.4.17:
  - libxt_time: add support to ignore day transition
  - Convert the NAT targets to use the kernel supplied nf_nat.h header
  - extensions: add IPv6 MASQUERADE extension
  - extensions: add IPv6 SNAT extension
  - extensions: add IPv6 DNAT target
  - extensions: add IPv6 REDIRECT extension
  - extensions: add IPv6 NETMAP extension
  - extensions: add NPT extension
  - extensions: libxt_statistic: Fix save output
This commit is contained in:
Thomas Woerner 2013-03-04 16:37:19 +01:00
parent 76c313d842
commit e6060d4640
3 changed files with 32 additions and 5 deletions

1
.gitignore vendored
View File

@ -18,3 +18,4 @@ iptables-1.4.9.tar.bz2
/iptables-1.4.12.2.tar.bz2
/iptables-1.4.14.tar.bz2
/iptables-1.4.16.2.tar.bz2
/iptables-1.4.18.tar.bz2

View File

@ -24,8 +24,8 @@
Name: iptables
Summary: Tools for managing Linux kernel packet filtering capabilities
Version: 1.4.16.2
Release: 7%{?dist}
Version: 1.4.18
Release: 1%{?dist}
Source: http://www.netfilter.org/projects/iptables/files/%{name}-%{version}.tar.bz2
Source1: iptables.init
Source2: iptables-config
@ -44,10 +44,13 @@ Conflicts: kernel < 2.4.20
BuildRequires: systemd-units
%endif
# Virtually provide libxtables.so.9 to be able to create the buildroot.
# The iproute package is needed by iniscripts. iproute also provides tc, which
# requires libxtables.
%if %{_lib} == lib64
Provides: libxtables.so.7()(64bit)
Provides: libxtables.so.9()(64bit)
%else
Provides: libxtables.so.7
Provides: libxtables.so.9
%endif
@ -298,6 +301,29 @@ fi
%changelog
* Mon Mar 4 2013 Thomas Woerner <twoerner@redhat.com> 1.4.18-1
- new version 1.4.18
- lots of documentation changes
- Introduce match/target aliases
- Add the "state" alias to the "conntrack" match
- iptables: remove unused leftover definitions
- libxtables: add xtables_rule_matches_free
- libxtables: add xtables_print_num
- extensions: libip6t_DNPT: fix wording in DNPT target
- extension: libip6t_DNAT: allow port DNAT without address
- extensions: libip6t_DNAT: set IPv6 DNAT --to-destination
- extensions: S/DNPT: add missing save function
- changes of 1.4.17:
- libxt_time: add support to ignore day transition
- Convert the NAT targets to use the kernel supplied nf_nat.h header
- extensions: add IPv6 MASQUERADE extension
- extensions: add IPv6 SNAT extension
- extensions: add IPv6 DNAT target
- extensions: add IPv6 REDIRECT extension
- extensions: add IPv6 NETMAP extension
- extensions: add NPT extension
- extensions: libxt_statistic: Fix save output
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.16.2-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild

View File

@ -1 +1 @@
57220bb26866a713073e5614f88071fc iptables-1.4.16.2.tar.bz2
a819199d5ec013b82da13a8ffbba857e iptables-1.4.18.tar.bz2