Hello community,

here is the log from the commit of package libslirp for openSUSE:Factory 
checked in at 2020-07-15 11:32:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libslirp (Old)
 and      /work/SRC/openSUSE:Factory/.libslirp.new.3060 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libslirp"

Wed Jul 15 11:32:01 2020 rev:3 rq:819694 version:4.3.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/libslirp/libslirp.changes        2020-05-07 
15:05:48.987747185 +0200
+++ /work/SRC/openSUSE:Factory/.libslirp.new.3060/libslirp.changes      
2020-07-15 11:35:58.566268590 +0200
@@ -1,0 +2,18 @@
+Wed Jul  8 14:53:54 UTC 2020 - Ralf Haferkamp <rha...@suse.com>
+
+- Update to 4.3.1 (bsc#1172380)
+  - A silent truncation could occur in `slirp_fmt()`, which will
+    now print a critical message. See also #22.
+  - CVE-2020-10756 - Drop bogus IPv6 messages that could lead to
+    data leakage.  See !44 and !42.
+  - Fix win32 builds by using the SLIRP_PACKED definition.
+  - Various coverity scan errors fixed. !41
+  - Fix new GCC warnings. !43 
+- Packaging changes
+  - Enable "set_version" source service in _service file
+  - Move "tar" and "recompress" service to "buildtime" as outlined
+    in the OBS user guide
+  - Enable "package-meta" as the libslirp build process now
+    requires access to the git metadata.
+
+-------------------------------------------------------------------

Old:
----
  libslirp-4.3.0.tar.xz

New:
----
  libslirp-4.3.1.obscpio
  libslirp.obsinfo

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

Other differences:
------------------
++++++ libslirp.spec ++++++
--- /var/tmp/diff_new_pack.GrHz6e/_old  2020-07-15 11:36:04.314274636 +0200
+++ /var/tmp/diff_new_pack.GrHz6e/_new  2020-07-15 11:36:04.314274636 +0200
@@ -19,7 +19,7 @@
 %define libname libslirp0
 
 Name:           libslirp
-Version:        4.3.0
+Version:        4.3.1
 Release:        0
 Summary:        A general purpose TCP-IP emulator
 License:        MIT
@@ -54,7 +54,7 @@
 
 
 %prep
-%autosetup -S git_am -n %{name}-%{version}
+%autosetup -n %{name}-%{version}
 
 %build
 %meson

++++++ _service ++++++
--- /var/tmp/diff_new_pack.GrHz6e/_old  2020-07-15 11:36:04.350274674 +0200
+++ /var/tmp/diff_new_pack.GrHz6e/_new  2020-07-15 11:36:04.350274674 +0200
@@ -1,16 +1,18 @@
 <services>
-
-<service name="obs_scm" mode="disabled">
-<param name="url">https://gitlab.freedesktop.org/slirp/libslirp.git</param>
-<param name="scm">git</param>
-<param name="filename">libslirp</param>
-<param name="versionformat">4.3.0</param>
-<param name="revision">v4.3.0</param>
-</service>
-<service name="tar" mode="disabled" />
-<service name="recompress" mode="disabled">
-<param name="file">*.tar</param>
-<param name="compression">xz</param>
-</service>
-
+  <service name="obs_scm" mode="disabled">
+    <param name="url">https://gitlab.freedesktop.org/slirp/libslirp.git</param>
+    <param name="scm">git</param>
+    <param name="filename">libslirp</param>
+    <param name="versionformat">4.3.1</param>
+    <param name="revision">v4.3.1</param>
+    <param name="package-meta">yes</param>
+  </service>
+  <service name="set_version" mode="buildtime"/>
+  <service name="tar" mode="buildtime">
+    <param name="package-meta">yes</param>
+  </service>
+  <service name="recompress" mode="buildtime">
+    <param name="file">*.tar</param>
+    <param name="compression">xz</param>
+  </service>
 </services>

++++++ libslirp.obsinfo ++++++
name: libslirp
version: 4.3.1
mtime: 1594208882
commit: a62d36734ffe9828d0f70df1b3898a3b4fbda755


Reply via email to