From 79f3fa812b8ab0ed549c2f3d442c105d5e49ecfe Mon Sep 17 00:00:00 2001 From: Thomas Woerner Date: Oct 08 2012 13:36:30 +0000 Subject: - new version 1.4.16.2 - build: support for automake-1.12 - build: separate AC variable replacements from xtables.h - build: have `make clean` remove dep files too - doc: grammatical updates to libxt_SET - doc: clean up interpunction in state list for xt_conntrack - doc: deduplicate extension descriptions into a new manpage - doc: trim "state" manpage and reference conntrack instead - doc: have NOTRACK manpage point to CT instead - doc: mention iptables-apply in the SEE ALSO sections - extensions: libxt_addrtype: fix type in help message - include: add missing linux/netfilter_ipv4/ip_queue.h - iptables: fix wrong error messages - iptables: support for match aliases - iptables: support for target aliases - iptables-restore: warn about -t in rule lines - ip[6]tables-restore: cleanup to reduce one level of indentation - libip6t_frag: match any frag id by default - libxtables: consolidate preference logic - libxt_devgroup: consolidate devgroup specification parsing - libxt_devgroup: guard against negative numbers - libxt_LED: guard against negative numbers - libxt_NOTRACK: replace as an alias to CT --notrack - libxt_state: replace as an alias to xt_conntrack - libxt_tcp: print space before, not after "flags:" - libxt_u32: do bounds checking for @'s operands - libxt_*limit: avoid division by zero - Merge branch 'master' of git://git.inai.de/iptables - Merge remote-tracking branch 'nf/stable' - New set match revision with --return-nomatch flag support - dropped fixrestore patch, upstream --- diff --git a/.gitignore b/.gitignore index 1c632b4..47709c1 100644 --- a/.gitignore +++ b/.gitignore @@ -17,3 +17,4 @@ iptables-1.4.9.tar.bz2 /iptables-1.4.12.1.tar.bz2 /iptables-1.4.12.2.tar.bz2 /iptables-1.4.14.tar.bz2 +/iptables-1.4.16.2.tar.bz2 diff --git a/iptables.spec b/iptables.spec index f5cb397..4f398a5 100644 --- a/iptables.spec +++ b/iptables.spec @@ -21,13 +21,12 @@ Name: iptables Summary: Tools for managing Linux kernel packet filtering capabilities -Version: 1.4.14 -Release: 3%{?dist} +Version: 1.4.16.2 +Release: 1%{?dist} Source: http://www.netfilter.org/projects/iptables/files/%{name}-%{version}.tar.bz2 Source1: iptables.init Source2: iptables-config Source3: iptables.service -Patch1: iptables-1.4.12-fixresore.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 -%patch1 -p1 -b fixresore %build CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing " \ @@ -242,6 +240,54 @@ fi %{_libdir}/pkgconfig/xtables.pc %changelog +* Mon Oct 8 2012 Thomas Woerner 1.4.16.2-1 +- new version 1.4.16.2 + - build: support for automake-1.12 + - build: separate AC variable replacements from xtables.h + - build: have `make clean` remove dep files too + - doc: grammatical updates to libxt_SET + - doc: clean up interpunction in state list for xt_conntrack + - doc: deduplicate extension descriptions into a new manpage + - doc: trim "state" manpage and reference conntrack instead + - doc: have NOTRACK manpage point to CT instead + - doc: mention iptables-apply in the SEE ALSO sections + - extensions: libxt_addrtype: fix type in help message + - include: add missing linux/netfilter_ipv4/ip_queue.h + - iptables: fix wrong error messages + - iptables: support for match aliases + - iptables: support for target aliases + - iptables-restore: warn about -t in rule lines + - ip[6]tables-restore: cleanup to reduce one level of indentation + - libip6t_frag: match any frag id by default + - libxtables: consolidate preference logic + - libxt_devgroup: consolidate devgroup specification parsing + - libxt_devgroup: guard against negative numbers + - libxt_LED: guard against negative numbers + - libxt_NOTRACK: replace as an alias to CT --notrack + - libxt_state: replace as an alias to xt_conntrack + - libxt_tcp: print space before, not after "flags:" + - libxt_u32: do bounds checking for @'s operands + - libxt_*limit: avoid division by zero + - Merge branch 'master' of git://git.inai.de/iptables + - Merge remote-tracking branch 'nf/stable' + - New set match revision with --return-nomatch flag support +- dropped fixrestore patch, upstream + +* Wed Aug 1 2012 Thomas Woerner 1.4.15-1 +- new version 1.4.15 + - extensions: add HMARK target + - iptables-restore: fix parameter parsing (shows up with gcc-4.7) + - iptables-restore: move code to add_param_to_argv, cleanup (fix gcc-4.7) + - libxtables: add xtables_ip[6]mask_to_cidr + - libxt_devgroup: add man page snippet + - libxt_hashlimit: add support for byte-based operation + - libxt_recent: add --mask netmask + - libxt_recent: remove unused variable + - libxt_HMARK: correct a number of errors introduced by Pablo's rework + - libxt_HMARK: fix ct case example + - libxt_HMARK: fix output of iptables -L + - Revert "iptables-restore: move code to add_param_to_argv, cleanup (fix gcc-4.7)" + * Wed Jul 18 2012 Thomas Woerner 1.4.14-3 - added fixrestore patch submitted to upstream by fryasu (nfbz#774) (RHBZ#825796) diff --git a/sources b/sources index 4e75144..6ce307c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -5ab24ad683f76689cfe7e0c73f44855d iptables-1.4.14.tar.bz2 +57220bb26866a713073e5614f88071fc iptables-1.4.16.2.tar.bz2