Hello community, here is the log from the commit of package iptables for openSUSE:Factory checked in at 2012-10-26 17:08:41 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/iptables (Old) and /work/SRC/openSUSE:Factory/.iptables.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "iptables", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/iptables/iptables.changes 2012-08-04 09:16:56.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.iptables.new/iptables.changes 2012-10-26 17:08:43.000000000 +0200 @@ -1,0 +2,9 @@ +Mon Oct 8 12:42:37 UTC 2012 - [email protected] + +- Update to new upstream release 1.4.16.3 +* This release includes aliasing support which translates command + lines using obsolete extensions into new ones. The option parser + now flags illegal negative numbers in some more extensions. + A division by zero was resolved in libxt_limit as well. + +------------------------------------------------------------------- Old: ---- iptables-1.4.15.tar.bz2 iptables-1.4.15.tar.bz2.sig New: ---- iptables-1.4.16.3.tar.bz2 iptables-1.4.16.3.tar.bz2.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ iptables.spec ++++++ --- /var/tmp/diff_new_pack.X3sOJc/_old 2012-10-26 17:08:44.000000000 +0200 +++ /var/tmp/diff_new_pack.X3sOJc/_new 2012-10-26 17:08:44.000000000 +0200 @@ -19,19 +19,19 @@ Name: iptables %define lname_ipq libipq0 %define lname_iptc libiptc0 -%define lname_xt libxtables7 -Version: 1.4.15 +%define lname_xt libxtables9 +Version: 1.4.16.3 Release: 0 Summary: IP Packet Filter Administration utilities License: GPL-2.0+ Group: Productivity/Networking/Security Url: http://netfilter.org/ -#DL-URL: ftp://ftp.netfilter.org/pub/iptables/ #Git-Web: http://git.netfilter.org/ #Git-Clone: git://git.netfilter.org/iptables -Source: ftp://ftp.netfilter.org/pub/iptables/%name-%version.tar.bz2 -Source2: ftp://ftp.netfilter.org/pub/iptables/%name-%version.tar.bz2.sig +#DL-URL: http://netfilter.org/projects/iptables/files/ +Source: http://netfilter.org/projects/iptables/files/%name-%version.tar.bz2 +Source2: http://netfilter.org/projects/iptables/files/%name-%version.tar.bz2.sig Patch1: iptables-batch.patch Patch2: iptables-apply-mktemp-fix.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -138,8 +138,7 @@ tar -xf "%{S:0}" --use=bzip2; %setup -DTq %endif -%patch -P 1 -p1 -%patch2 -p1 +%patch -P 1 -P 2 -p1 %build if [ ! -e configure ]; then @@ -215,12 +214,13 @@ %files -n %lname_xt %defattr(-,root,root) -%_libdir/libxtables.so.7* +%_libdir/libxtables.so.9* %files -n libxtables-devel %defattr(-,root,root) %dir %_includedir/%name-%version %_includedir/%name-%version/xtables.h +%_includedir/%name-%version/xtables-version.h %_libdir/libxtables.so %_libdir/pkgconfig/xtables.pc ++++++ iptables-1.4.15.tar.bz2 -> iptables-1.4.16.3.tar.bz2 ++++++ ++++ 3885 lines of diff (skipped) ++++++ iptables-batch.patch ++++++ --- /var/tmp/diff_new_pack.X3sOJc/_old 2012-10-26 17:08:45.000000000 +0200 +++ /var/tmp/diff_new_pack.X3sOJc/_new 2012-10-26 17:08:45.000000000 +0200 @@ -3,10 +3,10 @@ iptables/iptables-batch.c | 468 ++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 477 insertions(+), 1 deletion(-) -Index: iptables-1.4.12.1+16/iptables/Makefile.am +Index: iptables-1.4.16.2/iptables/Makefile.am =================================================================== ---- iptables-1.4.12.1+16.orig/iptables/Makefile.am -+++ iptables-1.4.12.1+16/iptables/Makefile.am +--- iptables-1.4.16.2.orig/iptables/Makefile.am ++++ iptables-1.4.16.2/iptables/Makefile.am @@ -24,7 +24,15 @@ endif xtables_multi_SOURCES += xshared.c xtables_multi_LDADD += ../libxtables/libxtables.la -lm @@ -23,11 +23,11 @@ +sbin_PROGRAMS = xtables-multi iptables-batch ip6tables-batch man_MANS = iptables.8 iptables-restore.8 iptables-save.8 \ iptables-xml.1 ip6tables.8 ip6tables-restore.8 \ - ip6tables-save.8 -Index: iptables-1.4.12.1+16/iptables/iptables-batch.c + ip6tables-save.8 iptables-extensions.8 +Index: iptables-1.4.16.2/iptables/iptables-batch.c =================================================================== --- /dev/null -+++ iptables-1.4.12.1+16/iptables/iptables-batch.c ++++ iptables-1.4.16.2/iptables/iptables-batch.c @@ -0,0 +1,468 @@ +/* + * Author: Ludwig Nussel <[email protected]> -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
