Hello community,

here is the log from the commit of package iptables for openSUSE:Factory 
checked in at 2020-06-07 21:33:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/iptables (Old)
 and      /work/SRC/openSUSE:Factory/.iptables.new.3606 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "iptables"

Sun Jun  7 21:33:55 2020 rev:72 rq:811552 version:1.8.5

Changes:
--------
--- /work/SRC/openSUSE:Factory/iptables/iptables.changes        2019-12-23 
22:35:49.401778131 +0100
+++ /work/SRC/openSUSE:Factory/.iptables.new.3606/iptables.changes      
2020-06-07 21:34:02.592636981 +0200
@@ -1,0 +2,8 @@
+Wed Jun  3 13:21:57 UTC 2020 - Jan Engelhardt <[email protected]>
+
+- Update to release 1.8.5
+  * IDLETIMER: Add alarm timer option
+  * nft: CT: add translation for NOTRACK                                       
                  
+- Drop iptables-apply-mktemp-fix.patch (seemingly applied)
+
+-------------------------------------------------------------------

Old:
----
  iptables-1.8.4.tar.bz2
  iptables-1.8.4.tar.bz2.sig
  iptables-apply-mktemp-fix.patch

New:
----
  iptables-1.8.5.tar.bz2
  iptables-1.8.5.tar.bz2.sig

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ iptables.spec ++++++
--- /var/tmp/diff_new_pack.fv5vLo/_old  2020-06-07 21:34:03.436639657 +0200
+++ /var/tmp/diff_new_pack.fv5vLo/_new  2020-06-07 21:34:03.440639670 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package iptables
 #
-# Copyright (c) 2019 SUSE LLC
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:           iptables
-Version:        1.8.4
+Version:        1.8.5
 Release:        0
 Summary:        IP packet filter administration utilities
 License:        GPL-2.0-only AND Artistic-2.0
@@ -27,12 +27,10 @@
 Source:         
https://netfilter.org/projects/iptables/files/%name-%version.tar.bz2
 Source2:        
https://netfilter.org/projects/iptables/files/%name-%version.tar.bz2.sig
 Source3:        %name.keyring
-Patch3:         iptables-batch.patch
-Patch4:         iptables-apply-mktemp-fix.patch
-Patch5:         iptables-batch-lock.patch
-Patch6:         iptables-1.8.2-dont_read_garbage.patch
+Patch1:         iptables-batch.patch
+Patch2:         iptables-batch-lock.patch
+Patch3:         iptables-1.8.2-dont_read_garbage.patch
 
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  bison
 BuildRequires:  fdupes
 BuildRequires:  flex >= 2.5.33
@@ -42,7 +40,7 @@
 BuildRequires:  pkgconfig(libmnl) >= 1.0
 BuildRequires:  pkgconfig(libnetfilter_conntrack) >= 1.0.4
 BuildRequires:  pkgconfig(libnfnetlink) >= 1.0.0
-BuildRequires:  pkgconfig(libnftnl) >= 1.1.5
+BuildRequires:  pkgconfig(libnftnl) >= 1.1.6
 Requires:       netcfg >= 11.6
 Requires:       xtables-plugins = %version-%release
 Requires(post): update-alternatives
@@ -177,7 +175,6 @@
 rm -f "$b/%_libdir/"libiptc.so*
 # iptables-apply is not installed by upstream Makefile
 install -m0755 iptables/iptables-apply "$b/%_sbindir/"
-install -m0644 iptables/iptables-apply.8 "$b/%_mandir/man8/"
 rm -f "$b/%_libdir"/*.la
 rm -f "$b/%_sysconfdir/ethertypes" # -> netcfg
 
@@ -242,6 +239,7 @@
 %_sbindir/iptables-legacy*
 %_sbindir/iptables-nft*
 %_sbindir/iptables-*translate*
+%_sbindir/ip6tables-apply
 %_sbindir/ip6tables-legacy*
 %_sbindir/ip6tables-nft*
 %_sbindir/ip6tables-*translate*

++++++ iptables-1.8.4.tar.bz2 -> iptables-1.8.5.tar.bz2 ++++++
++++ 10401 lines of diff (skipped)

++++++ iptables-batch.patch ++++++
--- /var/tmp/diff_new_pack.fv5vLo/_old  2020-06-07 21:34:04.136641876 +0200
+++ /var/tmp/diff_new_pack.fv5vLo/_new  2020-06-07 21:34:04.136641876 +0200
@@ -3,14 +3,14 @@
  iptables/iptables-batch.c |  468 
++++++++++++++++++++++++++++++++++++++++++++++
  2 files changed, 477 insertions(+)
 
-Index: iptables-1.8.0/iptables/Makefile.am
+Index: iptables-1.8.5/iptables/Makefile.am
 ===================================================================
---- iptables-1.8.0.orig/iptables/Makefile.am
-+++ iptables-1.8.0/iptables/Makefile.am
-@@ -98,3 +98,12 @@ install-exec-hook:
-       for i in ${v4_sbin_links}; do ${LN_S} -f xtables-legacy-multi 
"${DESTDIR}${sbindir}/$$i"; done;
+--- iptables-1.8.5.orig/iptables/Makefile.am
++++ iptables-1.8.5/iptables/Makefile.am
+@@ -111,3 +111,12 @@ install-exec-hook:
        for i in ${v6_sbin_links}; do ${LN_S} -f xtables-legacy-multi 
"${DESTDIR}${sbindir}/$$i"; done;
        for i in ${x_sbin_links}; do ${LN_S} -f xtables-nft-multi 
"${DESTDIR}${sbindir}/$$i"; done;
+       ${LN_S} -f iptables-apply "${DESTDIR}${sbindir}/ip6tables-apply"
 +
 +iptables_legacy_batch_SOURCES  = iptables-batch.c iptables.c xshared.c
 +iptables_legacy_batch_LDFLAGS  = ${xtables_legacy_multi_LDFLAGS}
@@ -20,10 +20,10 @@
 +ip6tables_legacy_batch_LDFLAGS = ${xtables_legacy_multi_LDFLAGS}
 +ip6tables_legacy_batch_LDADD   = ${xtables_legacy_multi_LDADD}
 +sbin_PROGRAMS += iptables-legacy-batch ip6tables-legacy-batch
-Index: iptables-1.8.0/iptables/iptables-batch.c
+Index: iptables-1.8.5/iptables/iptables-batch.c
 ===================================================================
 --- /dev/null
-+++ iptables-1.8.0/iptables/iptables-batch.c
++++ iptables-1.8.5/iptables/iptables-batch.c
 @@ -0,0 +1,468 @@
 +/*
 + * Author: Ludwig Nussel <[email protected]>


Reply via email to