Hello community,

here is the log from the commit of package slirp4netns for openSUSE:Leap:15.2 
checked in at 2020-04-08 12:48:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/slirp4netns (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.slirp4netns.new.3248 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "slirp4netns"

Wed Apr  8 12:48:02 2020 rev:4 rq:790169 version:0.4.4

Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/slirp4netns/slirp4netns.changes        
2020-01-15 16:03:00.123912157 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.slirp4netns.new.3248/slirp4netns.changes      
2020-04-08 12:48:08.546335167 +0200
@@ -1,0 +2,72 @@
+Fri Mar 27 09:28:47 UTC 2020 - Ralf Haferkamp <[email protected]>
+
+- Update to 0.4.4 (bsc#1167850)
+  * libslirp: Update to v4.2.0:
+    * New API function slirp_add_unix: add a forward rule to a Unix
+      socket.
+    * New API function slirp_remove_guestfwd: remove a forward rule
+      previously added by slirp_add_exec, slirp_add_unix or
+      slirp_add_guestfwd
+    * New SlirpConfig.outbound_addr{,6} fields to bind output
+      socket to a specific address
+    * socket: do not fallback on host loopback if get_dns_addr()
+      failed or the address is in slirp network
+    * ncsi: fix checksum OOB memory access
+    * tcp_emu(): fix OOB accesses
+    * tftp: restrict relative path access
+    * state: fix loading of guestfwd state
+
+-------------------------------------------------------------------
+Wed Dec 18 08:10:07 UTC 2019 - Sascha Grunert <[email protected]>
+
+- Update to 0.4.3
+  * api: raise an error if the socket path is too long
+  * libslirp: update to v4.1.0: Including the fix for libslirp
+    sends RST to app in response to arriving FIN when containerized
+    socket is shutdown() with SHUT_WR
+  * Fix create_sandbox error
+
+-------------------------------------------------------------------
+Mon Oct 21 07:30:05 UTC 2019 - Sascha Grunert <[email protected]>
+
+- Update to 0.4.2
+  * Do not propagate mounts to the parent ns in sandbox
+
+-------------------------------------------------------------------
+Fri Aug 30 07:04:14 UTC 2019 - Sascha Grunert <[email protected]>
+
+- Update to 0.4.1
+  * Support specifying netns path (slirp4netns --netns-type=path PATH
+    TAPNAME)
+  * Support specifying --userns-path
+  * Vendor https://gitlab.freedesktop.org/slirp/libslirp (QEMU v4.1+)
+  * Bring up loopback device when --configure is specified
+  * Support sandboxing by creating a mount namespace
+    (--enable-sandbox)
+  * Support seccomp (--enable-seccomp)
+- Add new build dependencies libcap-devel and libseccomp-devel
+
+-------------------------------------------------------------------
+Thu Aug 29 08:27:25 UTC 2019 - Sascha Grunert <[email protected]>
+
+- Update to 0.3.3
+  * Fix use-after-free in libslirp
+
+-------------------------------------------------------------------
+Wed Aug  7 10:35:21 UTC 2019 - Sascha Grunert <[email protected]>
+
+- Add missing licenses to spec file
+
+-------------------------------------------------------------------
+Mon Aug  5 06:38:16 UTC 2019 - Sascha Grunert <[email protected]>
+
+- Update to 0.3.2
+  * Fix heap overflow in `ip_reass` on big packet input
+
+-------------------------------------------------------------------
+Thu Aug  1 13:47:48 UTC 2019 - Sascha Grunert <[email protected]>
+
+- Update to 0.3.1
+  * Fix use-after-free
+
+-------------------------------------------------------------------

Old:
----
  slirp4netns-0.3.0.tar.xz

New:
----
  slirp4netns-0.4.4.tar.xz

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

Other differences:
------------------
++++++ slirp4netns.spec ++++++
--- /var/tmp/diff_new_pack.9DKCKY/_old  2020-04-08 12:48:09.322335558 +0200
+++ /var/tmp/diff_new_pack.9DKCKY/_new  2020-04-08 12:48:09.322335558 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package slirp4netns
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# 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,10 +17,10 @@
 
 
 Name:           slirp4netns
-Version:        0.3.0
+Version:        0.4.4
 Release:        0
 Summary:        User-mode networking for unprivileged network namespaces
-License:        GPL-2.0-only
+License:        GPL-2.0-only AND MIT AND BSD-2-Clause
 Group:          System/Management
 URL:            https://github.com/rootless-containers/slirp4netns
 Source0:        %{name}-%{version}.tar.xz
@@ -30,6 +30,8 @@
 BuildRequires:  git
 BuildRequires:  glib2-devel
 BuildRequires:  go-go-md2man
+BuildRequires:  libcap-devel
+BuildRequires:  libseccomp-devel
 BuildRequires:  make
 
 %description

++++++ _service ++++++
--- /var/tmp/diff_new_pack.9DKCKY/_old  2020-04-08 12:48:09.354335574 +0200
+++ /var/tmp/diff_new_pack.9DKCKY/_new  2020-04-08 12:48:09.354335574 +0200
@@ -4,8 +4,8 @@
 <param 
name="url">https://github.com/rootless-containers/slirp4netns.git</param>
 <param name="scm">git</param>
 <param name="filename">slirp4netns</param>
-<param name="versionformat">0.3.0</param>
-<param name="revision">v0.3.0</param>
+<param name="versionformat">0.4.4</param>
+<param name="revision">v0.4.4</param>
 </service>
 
 <service name="recompress" mode="disabled">

++++++ slirp4netns-0.3.0.tar.xz -> slirp4netns-0.4.4.tar.xz ++++++
++++ 42721 lines of diff (skipped)


Reply via email to