From 2e2a301aac775ae5f85f0792a6e159c52bf916060b72b6b7b478894c446cdd39 Mon Sep 17 00:00:00 2001 From: Sebastian Wagner Date: Wed, 1 Apr 2020 10:06:19 +0000 Subject: [PATCH] - Update to version 0.4.1: * retcode: fix return code with syncfd and no event_fd * Ensure we're always clearing the cap bounding set * tests: Update output patterns for libcap >= 2.29 * Don't rely on geteuid() to know when to switch back from setuid root * Don't support --userns2 in setuid mode * fixes CVE-2020-5291 * fixes bsc#1168291 OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/bubblewrap?expand=0&rev=24 --- bubblewrap-0.4.0.tar.xz | 3 --- bubblewrap-0.4.1.tar.xz | 3 +++ bubblewrap.changes | 12 ++++++++++++ bubblewrap.spec | 4 ++-- 4 files changed, 17 insertions(+), 5 deletions(-) delete mode 100644 bubblewrap-0.4.0.tar.xz create mode 100644 bubblewrap-0.4.1.tar.xz diff --git a/bubblewrap-0.4.0.tar.xz b/bubblewrap-0.4.0.tar.xz deleted file mode 100644 index 953be76..0000000 --- a/bubblewrap-0.4.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e5fe7d2f74bd7029b5306b0b70587cec31f74357739295e5276b4a3718712023 -size 214304 diff --git a/bubblewrap-0.4.1.tar.xz b/bubblewrap-0.4.1.tar.xz new file mode 100644 index 0000000..81d3474 --- /dev/null +++ b/bubblewrap-0.4.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9c69b9b1c61a608f34325c8e1a495229bacf6e4a07cbb0c80cf7a814d7ccc03 +size 214496 diff --git a/bubblewrap.changes b/bubblewrap.changes index 88925ba..c991a62 100644 --- a/bubblewrap.changes +++ b/bubblewrap.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Wed Apr 1 10:03:39 UTC 2020 - Sebastian Wagner + +- Update to version 0.4.1: + * retcode: fix return code with syncfd and no event_fd + * Ensure we're always clearing the cap bounding set + * tests: Update output patterns for libcap >= 2.29 + * Don't rely on geteuid() to know when to switch back from setuid root + * Don't support --userns2 in setuid mode + * fixes CVE-2020-5291 + * fixes bsc#1168291 + ------------------------------------------------------------------- Fri Dec 20 22:59:52 UTC 2019 - Bjørn Lie diff --git a/bubblewrap.spec b/bubblewrap.spec index 0633aa6..c2b381a 100644 --- a/bubblewrap.spec +++ b/bubblewrap.spec @@ -1,7 +1,7 @@ # # spec file for package bubblewrap # -# Copyright (c) 2019 SUSE LLC +# 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,7 +17,7 @@ Name: bubblewrap -Version: 0.4.0 +Version: 0.4.1 Release: 0 Summary: Core execution tool for unprivileged containers License: LGPL-2.0-or-later