Hello community,

here is the log from the commit of package nftables for openSUSE:Factory 
checked in at 2019-08-27 15:21:40
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/nftables (Old)
 and      /work/SRC/openSUSE:Factory/.nftables.new.7948 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "nftables"

Tue Aug 27 15:21:40 2019 rev:16 rq:724575 version:0.9.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/nftables/nftables.changes        2019-02-04 
21:22:13.131642442 +0100
+++ /work/SRC/openSUSE:Factory/.nftables.new.7948/nftables.changes      
2019-08-27 15:21:42.536831122 +0200
@@ -1,0 +2,8 @@
+Mon Aug 19 12:37:45 UTC 2019 - Jan Engelhardt <[email protected]>
+
+- Update to new upstream release 0.9.2
+  * Transport header port matching, e.g. "th dport 53"
+  * Support for matching on IPv4 options
+  * Support for synproxy
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ nftables.spec ++++++
--- /var/tmp/diff_new_pack.LCZOdW/_old  2019-08-27 15:21:43.412830681 +0200
+++ /var/tmp/diff_new_pack.LCZOdW/_new  2019-08-27 15:21:43.424830675 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package nftables
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,56 +12,54 @@
 # 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:           nftables
-Version:        0.9.0
+Version:        0.9.2
 Release:        0
 Summary:        Userspace utility to access the nf_tables packet filter
 License:        GPL-2.0-only
 Group:          Productivity/Networking/Security
-Url:            http://netfilter.org/projects/nftables/
+URL:            https://netfilter.org/projects/nftables/
 
 #Git-Clone:    git://git.netfilter.org/nftables
 Source:         http://ftp.netfilter.org/pub/nftables/nftables-%version.tar.bz2
 Source2:        
http://ftp.netfilter.org/pub/nftables/nftables-%version.tar.bz2.sig
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  asciidoc
 BuildRequires:  bison
-BuildRequires:  docbook2x
 BuildRequires:  flex
 BuildRequires:  gmp-devel
 BuildRequires:  pkg-config >= 0.21
 BuildRequires:  readline-devel
-BuildRequires:  xsltproc
 BuildRequires:  pkgconfig(libmnl) >= 1.0.3
-BuildRequires:  pkgconfig(libnftnl) >= 1.1.1
+BuildRequires:  pkgconfig(libnftnl) >= 1.1.4
 BuildRequires:  pkgconfig(xtables) >= 1.6.1
 
 %description
 nf_tables is a firewalling mechanism in the Linux kernel, running
-independently of, and thus parallel to, ip_tables, ip6_tables,
+independently of and parallel to ip_tables, ip6_tables,
 arp_tables and ebtables. nftables is the corresponsing userspace
 frontend.
 
-nftables features support for sets and dictionaries of arbitrary
-types, support for different protocols, meta data types, access to
-connection tracking and NAT, logging, atomic incremental and full
-ruleset updates.
+The nftables frontend features support for sets and dictionaries of arbitrary
+types, meta data types, atomic incremental and full ruleset updates, and,
+similar to iptables, support for different protocols, access to connection
+tracking and NAT and logging.
 
-%package -n libnftables0
+%package -n libnftables1
 Summary:        nftables firewalling command interface
 Group:          System/Libraries
 
-%description -n libnftables0
+%description -n libnftables1
 libnftables is the nftables command line interface placed into a
 library.
 
 %package devel
 Summary:        Development files for the nftables command line interface
 Group:          Development/Libraries/C and C++
-Requires:       libnftables0 = %version
+Requires:       libnftables1 = %version
 
 %description devel
 libnftables is the nftables command line interface placed into a
@@ -80,7 +78,7 @@
 pushd obj/
 %define _configure ../configure
 %configure --disable-silent-rules --disable-static --docdir="%_docdir/%name" \
-       --includedir="%_includedir/%name"
+       --includedir="%_includedir/%name" --disable-python
 make %{?_smp_mflags}
 popd
 
@@ -91,22 +89,24 @@
 mkdir -p "$b/%_docdir/%name/examples"
 mv "$b/%_sysconfdir/nftables"/* "$b/%_docdir/%name/examples/"
 
-%post   -n libnftables0 -p /sbin/ldconfig
-%postun -n libnftables0 -p /sbin/ldconfig
+%post   -n libnftables1 -p /sbin/ldconfig
+%postun -n libnftables1 -p /sbin/ldconfig
 
 %files
 %defattr(-,root,root)
 %license COPYING
 %_sbindir/nft
+%_mandir/man5/*.5*
 %_mandir/man8/nft*
 %_docdir/%name/
 
-%files -n libnftables0
-%_libdir/libnftables.so.*
+%files -n libnftables1
+%_libdir/libnftables.so.1*
 
 %files devel
 %_includedir/%name/
 %_libdir/libnftables.so
 %_libdir/pkgconfig/*.pc
+%_mandir/man3/*.3*
 
 %changelog

++++++ nftables-0.9.0.tar.bz2 -> nftables-0.9.2.tar.bz2 ++++++
++++ 97356 lines of diff (skipped)


Reply via email to