Revisions of bubblewrap

buildservice-autocommit accepted request 1164156 from Sebastian Wagner's avatar Sebastian Wagner (sebix) (revision 36)
baserev update by copy to link target
Sebastian Wagner's avatar Sebastian Wagner (sebix) accepted request 1164131 from Wolfgang Frisch's avatar Wolfgang Frisch (wfrisch) (revision 35)
- update to v0.9.0:
  * Build system changed to Meson from Autotools
  * Add --argv0
    https://github.com/containers/bubblewrap/issues/91
  * --symlink is now idempotent, meaning it succeeds if the symlink already
    exists and already has the desired target 
  * Clarify security considerations in documentation
  * Clarify documentation for --cap-add
  * Report a better error message if mount(2) fails with ENOSPC
  * Fix a double-close on error reading from --args, --seccomp or
    --add-seccomp-fd argument
  * Improve memory allocation behaviour
buildservice-autocommit accepted request 1074772 from Sebastian Wagner's avatar Sebastian Wagner (sebix) (revision 34)
baserev update by copy to link target
buildservice-autocommit accepted request 1041340 from Sebastian Wagner's avatar Sebastian Wagner (sebix) (revision 32)
baserev update by copy to link target
Sebastian Wagner's avatar Sebastian Wagner (sebix) accepted request 1041249 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 31)
- update to v0.7.0:
  * --size option controls the size of a subsequent --tmpfs (#509)
  * Better error messages if a mount operation fails (#472)
  * Better error message if creating the new user namespace fails with
    ENOSPC (#487)
  * When building as a Meson subproject, a RUNPATH can be set on the
    executable to make it easier to bundle its libcap dependency
  * Fix test failures when running as uid 0 but with limited capabilities
    (#510)
  * Use POSIX command -v in preference to non-standard which (#527)
  * Fix a copy/paste error in --help (#531)
buildservice-autocommit accepted request 977941 from Sebastian Wagner's avatar Sebastian Wagner (sebix) (revision 30)
baserev update by copy to link target
buildservice-autocommit accepted request 961131 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 28)
baserev update by copy to link target
Sebastian Wagner's avatar Sebastian Wagner (sebix) committed (revision 27)
- Update to 0.6.1:
 - Add a release checklist
 - completions: Make zsh completion non-executable
   The Autotools build system installed it with 0644 permissions because
   it's listed as DATA, but the Meson build system installs executable
   files as executable by default.
   zsh completions don't need to be executable to work, and this one doesn't
   have the `#!` marker that should start an executable script.
- update to 0.6.0:
 - meson: Improve compatibility with Meson 0.49
   That version doesn't allow more than two arguments for define_variable.
 - Disable test-specifying-pidns.sh under 'meson dist' while I investigate
   This test is hanging when run under 'meson dist' for some reason, but
   not when run under 'meson test', and not locally, only in the Github
   Workflow-based CI. Disable it for now.
 - meson: Actually build and run the tests
 - tests: Fix compiler warnings for unused arguments
 - meson: Run test scripts from $srcdir
 - meson: Make G_TEST_SRCDIR, G_TEST_BUILDDIR match Autotools
 - meson: Run the Python test script with Python, not bash
   The python build option can be used to swap to a different interpreter,
   for environments like the Steam Runtime where the python3 executable in
   the PATH is extremely old but there is a better interpreter available.
   This is treated as non-optional, because Meson is written in Python,
   so the situation where there is no Python interpreter at build-time
   shouldn't arise.
 - meson: Build the try-syscall helper
 - meson: Build tests with equivalent of -I$(top_srcdir) -I$(top_builddir)
 - meson.build: Remove unnecessary check for sh
 - Add a Meson build system
Aleksa Sarai's avatar Aleksa Sarai (cyphar) accepted request 920382 from Bjørn Lie's avatar Bjørn Lie (iznogood) (revision 26)
New upstream release
buildservice-autocommit accepted request 790515 from Sebastian Wagner's avatar Sebastian Wagner (sebix) (revision 25)
baserev update by copy to link target
Sebastian Wagner's avatar Sebastian Wagner (sebix) committed (revision 24)
- 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
buildservice-autocommit accepted request 759115 from Bjørn Lie's avatar Bjørn Lie (iznogood) (revision 23)
baserev update by copy to link target
Sebastian Wagner's avatar Sebastian Wagner (sebix) committed (revision 22)
remove empty line from specfile
Sebastian Wagner's avatar Sebastian Wagner (sebix) accepted request 758651 from Bjørn Lie's avatar Bjørn Lie (iznogood) (revision 21)
- Update to version 0.4.0:
  + The biggest feature in this release is the support for joining
    existing user and pid namespaces. This doesn't work in the
    setuid mode (at the moment).
  + Other changes:
    - Stores namespace info in status json.
    - In setuid mode pid 1 is now marked dumpable.
    - Now builds with musl libc.
buildservice-autocommit accepted request 713457 from Sebastian Wagner's avatar Sebastian Wagner (sebix) (revision 20)
baserev update by copy to link target
Sebastian Wagner's avatar Sebastian Wagner (sebix) accepted request 713456 from Antonio Larrosa's avatar Antonio Larrosa (alarrosa) (revision 19)
- Use /bin/bash instead of /usr/bin/bash in SLE12
buildservice-autocommit accepted request 706819 from Sebastian Wagner's avatar Sebastian Wagner (sebix) (revision 18)
baserev update by copy to link target
Sebastian Wagner's avatar Sebastian Wagner (sebix) committed (revision 17)
- 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.
Displaying revisions 1 - 20 of 36
openSUSE Build Service is sponsored by