summaryrefslogtreecommitdiff
path: root/subprojects
Commit message (Collapse)AuthorAgeFilesLines
* Update submodule: bubblewrap 0.8.0Simon McVittie2023-03-201-0/+0
| | | | | | | | * Improve error message if seccomp is disabled in kernel config * Add --disable-userns option (needed for #5084) * Add --assert-userns-disabled option (needed for #5084) Signed-off-by: Simon McVittie <smcv@collabora.com>
* Update submodule: bubblewrap 0.7.0Simon McVittie2022-12-121-0/+0
| | | | | | - Better error messages on various failure modes Signed-off-by: Simon McVittie <smcv@collabora.com>
* Update submodule: libglnxSimon McVittie2022-12-121-0/+0
| | | | | | - Backport g_memdup2 Signed-off-by: Simon McVittie <smcv@collabora.com>
* Update libglnx to commit e701578cSimon McVittie2022-10-241-0/+0
| | | | | | | | In particular, this version has more gtestutils backports, including a version of g_test_message() that preserves correct TAP syntax for multi-line messages. Signed-off-by: Simon McVittie <smcv@collabora.com>
* Update xdg-dbus-proxy submodule to 0.1.4Simon McVittie2022-06-031-0/+0
| | | | | | | This adds support for being used as a Meson subproject, and fixes some minor bugs and compiler warnings. Signed-off-by: Simon McVittie <smcv@collabora.com>
* Update bubblewrap subproject to v0.6.2Simon McVittie2022-06-031-0/+0
| | | | Signed-off-by: Simon McVittie <smcv@collabora.com>
* Update libglnx submoduleSimon McVittie2022-05-171-0/+0
| | | | | | | | | | | This fixes some compiler warnings, and improves support for building as a Meson subproject in preparation for adding a Meson build system to Flatpak. - https://gitlab.gnome.org/GNOME/libglnx/-/merge_requests/34 - https://gitlab.gnome.org/GNOME/libglnx/-/merge_requests/35 Signed-off-by: Simon McVittie <smcv@collabora.com>
* subprojects: Update variant-schema-compiler to bring in leak fixesPhilip Withnall2022-03-031-0/+0
| | | | | | | | | This brings in: * https://gitlab.gnome.org/alexl/variant-schema-compiler/-/merge_requests/13 * https://gitlab.gnome.org/alexl/variant-schema-compiler/-/merge_requests/14 * https://gitlab.gnome.org/alexl/variant-schema-compiler/-/merge_requests/15 Signed-off-by: Philip Withnall <pwithnall@endlessos.org>
* Update libglnx to fix distcheckPhaedrus Leeds2022-03-011-0/+0
|
* Update bubblewrap subproject to v0.6.1Simon McVittie2022-02-271-0/+0
| | | | | | | | | | * Add `--add-seccomp` (prerequisite for flatpak/flatpak#4462) * Add a warning when repeated options are ignored * Add a Meson build system * Invoke bash via `PATH` * Exit early when `argc == 0` Signed-off-by: Simon McVittie <smcv@collabora.com>
* Update libglnx subprojectSimon McVittie2022-02-271-0/+0
| | | | | | | | | | | | | | | * Improve compatibility with eCryptFS (related to #4673) * Improve compatibility with copying pseudo-files from /proc * Add a flag to skip fchown() in glnx_file_copy_at() * Add a rewinddir() wrapper to GLnxDirFdIterator * Rename its generated config header to libglnx-config.h * Fix a potential double-free while manipulating xattrs * Use REUSE for copyright/licensing statements Note that after merging this in an existing checkout, it will be necessary to re-run autogen.sh. Signed-off-by: Simon McVittie <smcv@collabora.com>
* Update the bundled dbus-proxy to 0.1.3Alexander Larsson2022-02-111-0/+0
| | | | | This contains the fix to silence some recent GCC warnings, but also some other minor cleanines fixes.
* Update variant-schema-compiler to fix buildPhaedrus Leeds2021-12-171-0/+0
| | | | Fixes https://github.com/flatpak/flatpak/issues/4534
* Update bubblewrap to v0.5.0Simon McVittie2021-08-231-0/+0
| | | | Signed-off-by: Simon McVittie <smcv@collabora.com>
* build: Move submodules into subprojects directorySimon McVittie2021-04-064-0/+0
This is a step towards being able to build Flatpak using Meson, which is becoming widely available even in LTS distributions. Meson's built-in support for subprojects expects to find them in ./subprojects at top level. Signed-off-by: Simon McVittie <smcv@collabora.com>