4e6a088290Accepting request 1226097 from Virtualization:containers
factory
Ana Guerrero
2024-11-25 22:19:47 +00:00
1d7e0431da- fix shebang in demos/flatpak-run.sh
devel
Sebastian Wagner
2024-11-17 13:53:32 +00:00
597ef55cf6Accepting request 1220102 from Virtualization:containers
Dominique Leuenberger
2024-11-02 15:11:46 +00:00
e98e5b69d6bubblewrap 0.11.0
Sebastian Wagner
2024-11-01 19:38:49 +00:00
84b3fe9878Accepting request 1196120 from Virtualization:containers
Ana Guerrero
2024-08-27 17:38:54 +00:00
b8858044adUpdate the changelog: Add SUSE CVE bug numbers.
Sebastian Wagner
2024-08-26 18:50:42 +00:00
8516cb2c92Accepting request 1193998 from Virtualization:containers
Dominique Leuenberger
2024-08-16 10:22:52 +00:00
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 +00:00
341d1d8c7aAccepting request 1164156 from Virtualization:containers
Ana Guerrero
2024-04-03 15:18:15 +00:00
7cfecc3aa1Accepting request 1164131 from home:wfrisch:branches:Virtualization:containers
Sebastian Wagner
2024-04-02 15:17:40 +00:00
190ee15212Accepting request 1074772 from Virtualization:containers
Dominique Leuenberger
2023-03-29 21:25:53 +00:00
8cfa8be26fAccepting request 1074743 from home:AndreasStieger:branches:Virtualization:containers
Sebastian Wagner
2023-03-27 20:00:57 +00:00
577b91b6b7Accepting request 1041340 from Virtualization:containers
Dominique Leuenberger
2022-12-09 12:16:33 +00:00
d86c200cbfAccepting request 1041249 from home:dirkmueller:Factory
Sebastian Wagner
2022-12-08 08:49:52 +00:00
8a89a87571Accepting request 977941 from Virtualization:containers
Dominique Leuenberger
2022-05-20 15:50:06 +00:00
c323bc8f66Accepting request 977940 from home:dimstar:Factory
Sebastian Wagner
2022-05-18 12:52:08 +00:00
6ca80551f1Accepting request 961131 from Virtualization:containers
Dominique Leuenberger
2022-03-14 18:35:08 +00:00
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 +00:00
ec5fdf0aa0Accepting request 920456 from Virtualization:containers
Dominique Leuenberger
2021-09-24 22:34:48 +00:00
b22e733ec1Accepting request 920382 from home:iznogood:branches:Virtualization:containers
Aleksa Sarai
2021-09-20 22:14:00 +00:00
6a3fad6b59Accepting request 790515 from Virtualization:containers
Dominique Leuenberger
2020-04-05 18:51:39 +00:00
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 +00:00
70018e47bdAccepting request 759115 from Virtualization:containers
Dominique Leuenberger
2019-12-28 12:40:14 +00:00
d640f8de08remove empty line from specfile
Sebastian Wagner
2019-12-23 12:18:46 +00:00
98b5c11c99Accepting request 758651 from home:iznogood:branches:GNOME:Next
Sebastian Wagner
2019-12-23 11:24:04 +00:00
52bdbea876Accepting request 713457 from Virtualization:containers
Dominique Leuenberger
2019-07-08 13:04:47 +00:00
5f68286a9aAccepting request 713456 from home:alarrosa:branches:Virtualization:containers
Sebastian Wagner
2019-07-04 15:20:59 +00:00
556049f090Accepting request 706819 from Virtualization:containers
Dominique Leuenberger
2019-06-04 10:09:07 +00:00
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 +00:00
465646475cAccepting request 641812 from Virtualization:containers
Dominique Leuenberger
2018-10-25 06:10:49 +00:00
70c655d237Accepting request 641328 from home:alarrosa:branches:Virtualization:containers
Sebastian Wagner
2018-10-13 07:44:02 +00:00
1a5f6fde90Accepting request 624477 from Virtualization:containers
Dominique Leuenberger
2018-07-22 21:03:30 +00:00
c64149f671- update to version 0.3.0: * no upstream changelog available
Sebastian Wagner
2018-07-14 20:32:16 +00:00
df700b27c3Accepting request 612511 from Virtualization:containers
Dominique Leuenberger
2018-05-30 09:40:35 +00:00
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 +00:00
13115fe6bbAccepting request 532853 from Virtualization:containers
Dominique Leuenberger
2017-10-13 12:09:16 +00:00
740a74df87- update to version 0.2.0
Sebastian Wagner
2017-10-09 18:02:19 +00:00
5c75a5b997Accepting request 527016 from Virtualization:containers
Dominique Leuenberger
2017-09-21 10:32:46 +00:00
7a0d8c5b1e- add group
Sebastian Wagner
2017-09-18 12:40:04 +00:00
1d340d6a2fAccepting request 510257 from Virtualization:containers
Dominique Leuenberger
2017-07-17 07:11:32 +00:00
836abe5c1f- fix build macro with rpm < 4.12 (non-Factory currently)
Sebastian Wagner
2017-07-07 09:41:41 +00:00
a9575407e0Accepting request 498459 from Virtualization:containers
Dominique Leuenberger
2017-07-05 21:57:08 +00:00
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 +00:00
3681d5a162- upgrade to upstream version 0.1.7
Sebastian Wagner
2017-03-02 09:22:03 +00:00
44070bf510Accepting request 446662 from home:sebix:branches:home:dmulder
Miquel Sabate Sola
2017-01-26 09:25:10 +00:00