Hello community,

here is the log from the commit of package nftables for openSUSE:Factory 
checked in at 2018-05-11 14:27:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/nftables (Old)
 and      /work/SRC/openSUSE:Factory/.nftables.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "nftables"

Fri May 11 14:27:25 2018 rev:12 rq:602954 version:0.8.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/nftables/nftables.changes        2018-03-04 
12:52:57.066831971 +0100
+++ /work/SRC/openSUSE:Factory/.nftables.new/nftables.changes   2018-05-11 
14:27:29.189811131 +0200
@@ -1,0 +2,18 @@
+Wed May  2 06:08:00 UTC 2018 - [email protected]
+
+- Update to new upstream release 0.8.4
+  * Support to match IPv6 segment routing headers.
+  * New "meta ibrname" and "meta obrname" arguments to match the
+    name of the logical bridge a packet is passing through.
+    These new names replace the old (misnamed) "ibriport"/"obriport".
+  * `nft -a` will now show handle identifier for all objects,
+    including tables and chains.
+  * nft can now delete objects by their handle number.
+  * Support to update maps from the ruleset (packet path).
+  * the "--echo" option now prints handle id for tables and
+    object too.
+  * `nft -f -` will now read from standard input
+  * Support for flow tables, cf. man page or
+    https://lwn.net/Articles/738214/ .
+
+-------------------------------------------------------------------

Old:
----
  nftables-0.8.3.tar.bz2
  nftables-0.8.3.tar.bz2.sig

New:
----
  nftables-0.8.4.tar.bz2
  nftables-0.8.4.tar.bz2.sig

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

Other differences:
------------------
++++++ nftables.spec ++++++
--- /var/tmp/diff_new_pack.z494vg/_old  2018-05-11 14:27:29.921784535 +0200
+++ /var/tmp/diff_new_pack.z494vg/_new  2018-05-11 14:27:29.925784390 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           nftables
-Version:        0.8.3
+Version:        0.8.4
 Release:        0
 Summary:        Userspace utility to access the nf_tables packet filter
 License:        GPL-2.0-only
@@ -37,11 +37,11 @@
 BuildRequires:  readline-devel
 BuildRequires:  xsltproc
 BuildRequires:  pkgconfig(libmnl) >= 1.0.3
-BuildRequires:  pkgconfig(libnftnl) >= 1.0.9
+BuildRequires:  pkgconfig(libnftnl) >= 1.1.0
 BuildRequires:  pkgconfig(xtables) >= 1.6.0
 
 %description
-nf_tables is a new firewalling mechanism in the Linux kernel, running
+nf_tables is a firewalling mechanism in the Linux kernel, running
 independently of, and thus parallel to, ip_tables, ip6_tables,
 arp_tables and ebtables. nftables is the corresponsing userspace
 frontend.
@@ -61,17 +61,23 @@
 mkdir obj
 pushd obj/
 %define _configure ../configure
-%configure --disable-silent-rules --docdir="%_docdir/%name"
+%configure --disable-silent-rules --disable-static --docdir="%_docdir/%name"
 make %{?_smp_mflags}
 popd
 
 %install
 b="%buildroot"
 %make_install -C obj
-rm -f "%buildroot/%_libdir/pkgconfig"/*.pc
+rm -f "%buildroot/%_libdir"/*.la
+# No headers, so it is quite pointless to have.
+rm -f "%buildroot/%_libdir"/*.so "%buildroot/%_libdir/pkgconfig"/*.pc
+
+%post   -p /sbin/ldconfig
+%postun -p /sbin/ldconfig
 
 %files
 %defattr(-,root,root)
+%_libdir/libnftables.so.*
 %_sbindir/nft
 %_mandir/man8/nft*
 %doc COPYING

++++++ nftables-0.8.3.tar.bz2 -> nftables-0.8.4.tar.bz2 ++++++
++++ 41141 lines of diff (skipped)


Reply via email to