Hello community, here is the log from the commit of package iptables for openSUSE:Factory checked in at 2013-10-08 10:52:00 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/iptables (Old) and /work/SRC/openSUSE:Factory/.iptables.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "iptables" Changes: -------- --- /work/SRC/openSUSE:Factory/iptables/iptables.changes 2013-06-05 17:43:26.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.iptables.new/iptables.changes 2013-10-08 10:52:02.000000000 +0200 @@ -1,0 +2,7 @@ +Wed Aug 7 13:19:02 UTC 2013 - [email protected] + +- Update to new upstream release 1.4.20 +* Introduce a new revision for the set match with the counters support +* Add locking to prevent concurrent instances + +------------------------------------------------------------------- Old: ---- iptables-1.4.19.1.tar.bz2 iptables-1.4.19.1.tar.bz2.sig New: ---- iptables-1.4.20.tar.bz2 iptables-1.4.20.tar.bz2.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ iptables.spec ++++++ --- /var/tmp/diff_new_pack.1ekr7h/_old 2013-10-08 10:52:03.000000000 +0200 +++ /var/tmp/diff_new_pack.1ekr7h/_new 2013-10-08 10:52:03.000000000 +0200 @@ -20,7 +20,7 @@ %define lname_ipq libipq0 %define lname_iptc libiptc0 %define lname_xt libxtables10 -Version: 1.4.19.1 +Version: 1.4.20 Release: 0 Summary: IP Packet Filter Administration utilities License: GPL-2.0 and Artistic-2.0 @@ -54,12 +54,11 @@ BuildRequires: gpg-offline %endif %if 0%{?suse_version} >= 1140 +BuildRequires: pkgconfig(libnetfilter_conntrack) >= 1.0.4 BuildRequires: pkgconfig(libnfnetlink) >= 1.0.0 %endif -%if 0%{?suse_version} && 0%{?suse_version} <= 1110 -BuildRequires: libnfnetlink-devel >= 1.0.0 -%endif -%if 0%{?fedora_version} || 0%{?centos_version} || 0%{?rhel_version} +%if (0%{?suse_version} && 0%{?suse_version} <= 1110) || 0%{?fedora_version} || 0%{?centos_version} || 0%{?redhat_version} +BuildRequires: libnetfilter_conntrack >= 1.0.4 BuildRequires: libnfnetlink-devel >= 1.0.0 %endif Requires: xtables-plugins = %version @@ -170,9 +169,6 @@ %fdupes %buildroot/%_prefix %endif -%clean -: - %post -n %lname_ipq -p /sbin/ldconfig %postun -n %lname_ipq -p /sbin/ldconfig %post -n %lname_iptc -p /sbin/ldconfig @@ -199,8 +195,6 @@ %files -n xtables-plugins %defattr(-,root,root) -%dir %_sysconfdir/xtables/ -%config %_sysconfdir/xtables/*.conf %_libdir/xtables/ %_sbindir/nfnl_osf %_datadir/xtables/ ++++++ iptables-1.4.19.1.tar.bz2 -> iptables-1.4.20.tar.bz2 ++++++ ++++ 3121 lines of diff (skipped) ++++++ iptables-batch.patch ++++++ --- /var/tmp/diff_new_pack.1ekr7h/_old 2013-10-08 10:52:03.000000000 +0200 +++ /var/tmp/diff_new_pack.1ekr7h/_new 2013-10-08 10:52:03.000000000 +0200 @@ -3,10 +3,10 @@ iptables/iptables-batch.c | 468 ++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 477 insertions(+), 1 deletion(-) -Index: iptables-1.4.16.2/iptables/Makefile.am +Index: iptables-1.4.20/iptables/Makefile.am =================================================================== ---- iptables-1.4.16.2.orig/iptables/Makefile.am -+++ iptables-1.4.16.2/iptables/Makefile.am +--- iptables-1.4.20.orig/iptables/Makefile.am ++++ iptables-1.4.20/iptables/Makefile.am @@ -24,7 +24,15 @@ endif xtables_multi_SOURCES += xshared.c xtables_multi_LDADD += ../libxtables/libxtables.la -lm @@ -24,10 +24,10 @@ man_MANS = iptables.8 iptables-restore.8 iptables-save.8 \ iptables-xml.1 ip6tables.8 ip6tables-restore.8 \ ip6tables-save.8 iptables-extensions.8 -Index: iptables-1.4.16.2/iptables/iptables-batch.c +Index: iptables-1.4.20/iptables/iptables-batch.c =================================================================== --- /dev/null -+++ iptables-1.4.16.2/iptables/iptables-batch.c ++++ iptables-1.4.20/iptables/iptables-batch.c @@ -0,0 +1,468 @@ +/* + * Author: Ludwig Nussel <[email protected]> @@ -296,7 +296,7 @@ + return 0; + +#ifdef IP6T -+ ret = do_command6(argc, argv, &table, ¤t_table->handle); ++ ret = do_command6(argc, argv, &table, ¤t_table->handle, true); + + if (!ret) + { @@ -312,7 +312,7 @@ + } + } +#else -+ ret = do_command4(argc, argv, &table, ¤t_table->handle); ++ ret = do_command4(argc, argv, &table, ¤t_table->handle, true); + + if (!ret) + { -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
