Hello community, here is the log from the commit of package iptables for openSUSE:Factory checked in at 2018-11-06 15:12:03 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/iptables (Old) and /work/SRC/openSUSE:Factory/.iptables.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "iptables" Tue Nov 6 15:12:03 2018 rev:65 rq:645457 version:1.8.1 Changes: -------- --- /work/SRC/openSUSE:Factory/iptables/iptables.changes 2018-10-04 18:57:39.235464019 +0200 +++ /work/SRC/openSUSE:Factory/.iptables.new/iptables.changes 2018-11-06 15:12:35.553634700 +0100 @@ -1,0 +2,6 @@ +Tue Oct 23 14:25:53 UTC 2018 - Jan Engelhardt <[email protected]> + +- Update to new upstream release 1.8.1 + * New cgroup match revision with reduced memory footprint + +------------------------------------------------------------------- Old: ---- _service iptables-1.8.0.g85.tar.xz New: ---- iptables-1.8.1.tar.bz2 iptables-1.8.1.tar.bz2.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ iptables.spec ++++++ --- /var/tmp/diff_new_pack.wkMqDh/_old 2018-11-06 15:12:41.685625868 +0100 +++ /var/tmp/diff_new_pack.wkMqDh/_new 2018-11-06 15:12:41.685625868 +0100 @@ -12,21 +12,20 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # Name: iptables -Version: 1.8.0.g85 +Version: 1.8.1 Release: 0 Summary: IP packet filter administration utilities License: GPL-2.0-only AND Artistic-2.0 Group: Productivity/Networking/Security Url: http://netfilter.org/projects/iptables/ #Git-Clone: git://git.netfilter.org/iptables -#Source: http://netfilter.org/projects/iptables/files/%%name-%%version.tar.bz2 -#Source2: http://netfilter.org/projects/iptables/files/%%name-%%version.tar.bz2.sig -Source: %name-%version.tar.xz +Source: http://netfilter.org/projects/iptables/files/%name-%version.tar.bz2 +Source2: http://netfilter.org/projects/iptables/files/%name-%version.tar.bz2.sig Source3: %name.keyring Patch3: iptables-batch.patch Patch4: iptables-apply-mktemp-fix.patch @@ -152,7 +151,7 @@ # includedir is overriden on purpose to detect projects that # fail to include libxtables_CFLAGS %configure --includedir="%_includedir/%name" --enable-libipq -%make_build V=1 +make %{?_smp_mflags} V=1 %install %make_install ++++++ iptables-1.8.0.g85.tar.xz -> iptables-1.8.1.tar.bz2 ++++++ ++++ 55138 lines of diff (skipped) ++++++ iptables-apply-mktemp-fix.patch ++++++ --- /var/tmp/diff_new_pack.wkMqDh/_old 2018-11-06 15:12:42.065625321 +0100 +++ /var/tmp/diff_new_pack.wkMqDh/_new 2018-11-06 15:12:42.069625316 +0100 @@ -1,7 +1,11 @@ -Index: iptables-1.4.12.1+16/iptables/iptables-apply +--- + iptables/iptables-apply | 4 ++-- + 1 file changed, 2 insertions(+), 2 deletions(-) + +Index: iptables-1.8.1/iptables/iptables-apply =================================================================== ---- iptables-1.4.12.1+16.orig/iptables/iptables-apply -+++ iptables-1.4.12.1+16/iptables/iptables-apply +--- iptables-1.8.1.orig/iptables/iptables-apply ++++ iptables-1.8.1/iptables/iptables-apply @@ -111,7 +111,7 @@ if [[ ! -r "$FILE" ]]; then exit 2 fi @@ -17,6 +21,6 @@ -TMPFILE=$(tempfile -p iptap) +TMPFILE=$(mktemp) - trap "rm -f $TMPFILE" EXIT 1 2 3 4 5 6 7 8 10 11 12 13 14 15 + trap "rm -f $TMPFILE" EXIT HUP INT QUIT ILL TRAP ABRT BUS \ + FPE USR1 SEGV USR2 PIPE ALRM TERM - if ! "$SAVE" >"$TMPFILE"; then
