forked from pool/bubblewrap
- Update to version 0.3.3:
- This release is the same as 0.3.2 but the version number in configure.ac was accidentally still set to 0.3.1 - Update to version 0.3.2: - fixes boo#1136958 / CVE-2019-12439 This release fixes a mostly theoretical security issue in unusual/broken setups where `$XDG_RUNTIME_DIR` is unset. There are some other smaller fixes, as well as an addition to the JSON API that allows reading the inner process exit code, separately from the `bwrap` exit code. - Print "Out of memory" on stderr, not stdout - bwrap: add option json-status-fd to show child exit code - bwrap: Report COMMAND exit code in json-status-fd - man page: Describe --chdir, not nonexistent --cwd - Don't create our own temporary mount point for pivot_root - Make lockdata long enough on 32-bit with 64-bit file pointers. OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/bubblewrap?expand=0&rev=17
This commit is contained in:
parent
70c655d237
commit
d21e4dbb5a
3
bubblewrap-0.3.3.tar.xz
Normal file
3
bubblewrap-0.3.3.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:c6a45f51794a908b76833b132471397a7413f07620af08e76c273d9f7b364dff
|
||||||
|
size 127680
|
@ -1,3 +1,23 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Jun 1 15:08:49 UTC 2019 - Sebastian Wagner <sebix+novell.com@sebix.at>
|
||||||
|
|
||||||
|
- Update to version 0.3.3:
|
||||||
|
- This release is the same as 0.3.2 but the version number in configure.ac
|
||||||
|
was accidentally still set to 0.3.1
|
||||||
|
- Update to version 0.3.2:
|
||||||
|
- fixes boo#1136958 / CVE-2019-12439
|
||||||
|
This release fixes a mostly theoretical security issue in unusual/broken
|
||||||
|
setups where `$XDG_RUNTIME_DIR` is unset.
|
||||||
|
There are some other smaller fixes, as well as an addition to the JSON
|
||||||
|
API that allows reading the inner process exit code, separately from
|
||||||
|
the `bwrap` exit code.
|
||||||
|
- Print "Out of memory" on stderr, not stdout
|
||||||
|
- bwrap: add option json-status-fd to show child exit code
|
||||||
|
- bwrap: Report COMMAND exit code in json-status-fd
|
||||||
|
- man page: Describe --chdir, not nonexistent --cwd
|
||||||
|
- Don't create our own temporary mount point for pivot_root
|
||||||
|
- Make lockdata long enough on 32-bit with 64-bit file pointers.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Oct 11 16:41:12 UTC 2018 - Antonio Larrosa <alarrosa@suse.com> - 0.3.1
|
Thu Oct 11 16:41:12 UTC 2018 - Antonio Larrosa <alarrosa@suse.com> - 0.3.1
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package bubblewrap
|
# spec file for package bubblewrap
|
||||||
#
|
#
|
||||||
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,16 +17,13 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: bubblewrap
|
Name: bubblewrap
|
||||||
Version: 0.3.1
|
Version: 0.3.3
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Core execution tool for unprivileged containers
|
Summary: Core execution tool for unprivileged containers
|
||||||
License: LGPL-2.0-or-later
|
License: LGPL-2.0-or-later
|
||||||
Group: Productivity/Security
|
Group: Productivity/Security
|
||||||
Url: https://github.com/projectatomic/bubblewrap
|
Url: https://github.com/projectatomic/bubblewrap
|
||||||
Source: https://github.com/projectatomic/bubblewrap/archive/v%{version}.tar.gz
|
Source0: https://github.com/projectatomic/bubblewrap/releases/download/v%{version}/%{name}-%{version}.tar.xz
|
||||||
# Does not have README.md and autogen.sh included -> unusable
|
|
||||||
# Source0: https://github.com/projectatomic/bubblewrap/releases/download/v%%{version}/%%{name}-%%{version}.tar.xz
|
|
||||||
# We always run autogen.sh
|
|
||||||
BuildRequires: autoconf
|
BuildRequires: autoconf
|
||||||
BuildRequires: automake
|
BuildRequires: automake
|
||||||
BuildRequires: docbook-xsl-stylesheets
|
BuildRequires: docbook-xsl-stylesheets
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:3757cb021d1a3ccc36828a58363817e1923c458ed03260d0c2b3a99da61bfb81
|
|
||||||
size 62768
|
|
Loading…
Reference in New Issue
Block a user