Commit Graph

  • 4e6a088290 Accepting request 1226097 from Virtualization:containers factory Ana Guerrero 2024-11-25 22:19:47 +0000
  • 1d7e0431da - fix shebang in demos/flatpak-run.sh devel Sebastian Wagner 2024-11-17 13:53:32 +0000
  • 597ef55cf6 Accepting request 1220102 from Virtualization:containers Dominique Leuenberger 2024-11-02 15:11:46 +0000
  • e98e5b69d6 bubblewrap 0.11.0 Sebastian Wagner 2024-11-01 19:38:49 +0000
  • 84b3fe9878 Accepting request 1196120 from Virtualization:containers Ana Guerrero 2024-08-27 17:38:54 +0000
  • b8858044ad Update the changelog: Add SUSE CVE bug numbers. Sebastian Wagner 2024-08-26 18:50:42 +0000
  • 8516cb2c92 Accepting request 1193998 from Virtualization:containers Dominique Leuenberger 2024-08-16 10:22:52 +0000
  • dd8761415a - Update to version v0.10.0: * New features: Add the --[ro-]bind-fd option, which can be used to mount a filesystem represented by a file descriptor without time-of-check/time-of-use attacks. This is needed when resolving CVE-2024-42472 in Flatpak. * Other changes: Fix some confusing syntax in SetupOpFlag (no functional change). Sebastian Wagner 2024-08-14 18:42:56 +0000
  • 341d1d8c7a Accepting request 1164156 from Virtualization:containers Ana Guerrero 2024-04-03 15:18:15 +0000
  • 7cfecc3aa1 Accepting request 1164131 from home:wfrisch:branches:Virtualization:containers Sebastian Wagner 2024-04-02 15:17:40 +0000
  • 190ee15212 Accepting request 1074772 from Virtualization:containers Dominique Leuenberger 2023-03-29 21:25:53 +0000
  • 8cfa8be26f Accepting request 1074743 from home:AndreasStieger:branches:Virtualization:containers Sebastian Wagner 2023-03-27 20:00:57 +0000
  • 577b91b6b7 Accepting request 1041340 from Virtualization:containers Dominique Leuenberger 2022-12-09 12:16:33 +0000
  • d86c200cbf Accepting request 1041249 from home:dirkmueller:Factory Sebastian Wagner 2022-12-08 08:49:52 +0000
  • 8a89a87571 Accepting request 977941 from Virtualization:containers Dominique Leuenberger 2022-05-20 15:50:06 +0000
  • c323bc8f66 Accepting request 977940 from home:dimstar:Factory Sebastian Wagner 2022-05-18 12:52:08 +0000
  • 6ca80551f1 Accepting request 961131 from Virtualization:containers Dominique Leuenberger 2022-03-14 18:35:08 +0000
  • 39e3ce8e70 - 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 Sebastian Wagner 2022-03-04 18:14:21 +0000
  • ec5fdf0aa0 Accepting request 920456 from Virtualization:containers Dominique Leuenberger 2021-09-24 22:34:48 +0000
  • b22e733ec1 Accepting request 920382 from home:iznogood:branches:Virtualization:containers Aleksa Sarai 2021-09-20 22:14:00 +0000
  • 6a3fad6b59 Accepting request 790515 from Virtualization:containers Dominique Leuenberger 2020-04-05 18:51:39 +0000
  • 2e2a301aac - 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 Sebastian Wagner 2020-04-01 10:06:19 +0000
  • 70018e47bd Accepting request 759115 from Virtualization:containers Dominique Leuenberger 2019-12-28 12:40:14 +0000
  • d640f8de08 remove empty line from specfile Sebastian Wagner 2019-12-23 12:18:46 +0000
  • 98b5c11c99 Accepting request 758651 from home:iznogood:branches:GNOME:Next Sebastian Wagner 2019-12-23 11:24:04 +0000
  • 52bdbea876 Accepting request 713457 from Virtualization:containers Dominique Leuenberger 2019-07-08 13:04:47 +0000
  • 5f68286a9a Accepting request 713456 from home:alarrosa:branches:Virtualization:containers Sebastian Wagner 2019-07-04 15:20:59 +0000
  • 556049f090 Accepting request 706819 from Virtualization:containers Dominique Leuenberger 2019-06-04 10:09:07 +0000
  • d21e4dbb5a - 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. Sebastian Wagner 2019-06-01 15:13:15 +0000
  • 465646475c Accepting request 641812 from Virtualization:containers Dominique Leuenberger 2018-10-25 06:10:49 +0000
  • 70c655d237 Accepting request 641328 from home:alarrosa:branches:Virtualization:containers Sebastian Wagner 2018-10-13 07:44:02 +0000
  • 1a5f6fde90 Accepting request 624477 from Virtualization:containers Dominique Leuenberger 2018-07-22 21:03:30 +0000
  • c64149f671 - update to version 0.3.0: * no upstream changelog available Sebastian Wagner 2018-07-14 20:32:16 +0000
  • df700b27c3 Accepting request 612511 from Virtualization:containers Dominique Leuenberger 2018-05-30 09:40:35 +0000
  • b197979c9f - update to version 0.2.1: * All the demos are included * bugfixes for the demo files * There was an issue with mkdir when running bubblewrap on an NFS filesystem that has been fixed, so flatpak now works on NFS shares. * Some leaks have been fixed, including a file descriptor leak. Sebastian Wagner 2018-05-02 06:08:03 +0000
  • 13115fe6bb Accepting request 532853 from Virtualization:containers Dominique Leuenberger 2017-10-13 12:09:16 +0000
  • 740a74df87 - update to version 0.2.0 Sebastian Wagner 2017-10-09 18:02:19 +0000
  • 5c75a5b997 Accepting request 527016 from Virtualization:containers Dominique Leuenberger 2017-09-21 10:32:46 +0000
  • 7a0d8c5b1e - add group Sebastian Wagner 2017-09-18 12:40:04 +0000
  • 1d340d6a2f Accepting request 510257 from Virtualization:containers Dominique Leuenberger 2017-07-17 07:11:32 +0000
  • 836abe5c1f - fix build macro with rpm < 4.12 (non-Factory currently) Sebastian Wagner 2017-07-07 09:41:41 +0000
  • a9575407e0 Accepting request 498459 from Virtualization:containers Dominique Leuenberger 2017-07-05 21:57:08 +0000
  • 0715b8b46c - update to version 0.1.8 - New --die-with-parent which is based on the Linux prctl(PR_SET_PDEATHSIG) API. - smaller bugfixes Sebastian Wagner 2017-05-25 21:21:41 +0000
  • 3681d5a162 - upgrade to upstream version 0.1.7 Sebastian Wagner 2017-03-02 09:22:03 +0000
  • 44070bf510 Accepting request 446662 from home:sebix:branches:home:dmulder Miquel Sabate Sola 2017-01-26 09:25:10 +0000