Hello community, here is the log from the commit of package slirp4netns for openSUSE:Factory checked in at 2019-03-24 14:57:05 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/slirp4netns (Old) and /work/SRC/openSUSE:Factory/.slirp4netns.new.25356 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "slirp4netns" Sun Mar 24 14:57:05 2019 rev:2 rq:686894 version:0.3.0~beta1 Changes: -------- --- /work/SRC/openSUSE:Factory/slirp4netns/slirp4netns.changes 2018-10-25 08:14:01.744130381 +0200 +++ /work/SRC/openSUSE:Factory/.slirp4netns.new.25356/slirp4netns.changes 2019-03-24 14:57:07.687201259 +0100 @@ -1,0 +2,14 @@ +Wed Mar 20 09:49:55 UTC 2019 - Richard Brown <[email protected]> + +- Change _service to use releases instead of git commit references + +------------------------------------------------------------------- +Mon Mar 18 18:23:51 UTC 2019 - Oliver Bengs <[email protected]> + +- Update to 0.3.0-beta1 + * Support protecting 127.0.0.1 on the host (--disable-host-loopback) + * Support specifying CIDR like 10.0.2.0/24 (--cidr) + * Fix CVE-2019-6778 + * Synced with QEMU upstream + +------------------------------------------------------------------- Old: ---- slirp4netns-git.39e87c0e6634.tar.xz New: ---- slirp4netns-0.3.0~beta1.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ slirp4netns.spec ++++++ --- /var/tmp/diff_new_pack.nl9TSb/_old 2019-03-24 14:57:08.239201201 +0100 +++ /var/tmp/diff_new_pack.nl9TSb/_new 2019-03-24 14:57:08.243201200 +0100 @@ -1,7 +1,7 @@ # # spec file for package slirp4netns # -# 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 @@ -16,22 +16,19 @@ # -%define git_commit 39e87c0e66345edf7fd6e0bd1f61aa842617e757 -%define git_short_commit 39e87c0e6634 -# git_revision=r$(git rev-list HEAD | wc -l) -%define git_revision r54 Name: slirp4netns -Version: 0.1+git%{git_revision}_%{git_short_commit} +Version: 0.3.0~beta1 Release: 0 Summary: User-mode networking for unprivileged network namespaces License: GPL-2.0-only Group: System/Management URL: https://github.com/rootless-containers/slirp4netns -Source0: %{name}-git.%{git_short_commit}.tar.xz +Source0: %{name}-%{version}.tar.xz BuildRequires: autoconf BuildRequires: automake BuildRequires: gcc BuildRequires: git +BuildRequires: glib2-devel BuildRequires: go-go-md2man BuildRequires: make @@ -39,7 +36,7 @@ slirp for network namespaces, without copying buffers across the namespaces. %prep -%setup -q -n %{name}-git.%{git_short_commit} +%setup -q %build ./autogen.sh ++++++ _service ++++++ --- /var/tmp/diff_new_pack.nl9TSb/_old 2019-03-24 14:57:08.263201198 +0100 +++ /var/tmp/diff_new_pack.nl9TSb/_new 2019-03-24 14:57:08.263201198 +0100 @@ -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">git.%h</param> -<param name="revision">39e87c0e66345edf7fd6e0bd1f61aa842617e757</param> +<param name="versionformat">0.3.0~beta1</param> +<param name="revision">v0.3.0-beta.1</param> </service> <service name="recompress" mode="disabled">
