[Git][pacman/pacman][release/7.1.x] 4 commits: Provide generic sandbox status functions
Allan McRae pushed to branch release/7.1.x at Pacman / Pacman Commits: 63bfb53a by Allan McRae at 2025-11-21T11:32:58+10:00 Provide generic sandbox status functions The function alpm_option_set_disable_sandbox() was removed in favour of the vairants that can enable/disable specific parts of the sandbox. This removal was undocumented in the release notes, and the continued inclusion of the more generic sandbox control functions is still useful. Readd alpm_option_set_disable_sandbox() which now is a shortcut for doing the combined alpm_option_set_disable_sandbox-{filesystem,syscalls}. The alpm_option_get_disable_sandbox() function was readded, but adjusted to return 0 if the sandbox is fully enabled, 1 if any component of the sandbox is disabled, and 2 if all components are disabled. Give the libalpm soname a minor level bump to indicated these interfaces have been added since release, as this commit will be backorted to the release branch. Signed-off-by: Allan McRae <allan@archlinux.org> (cherry picked from commit 8a573085714c40e68ed8c03d883c68f69a88c4b2) - - - - - fcdf7408 by Diego Viola at 2025-11-21T11:33:08+10:00 libmakepkg: fix spelling of Overridden Overriden -> Overridden Signed-off-by: Diego Viola <diego.viola@gmail.com> (cherry picked from commit a0282cbfea2d67732fc4361c9bbc78b3f9c9a637) - - - - - 883cd747 by Diego Viola at 2025-11-21T11:33:21+10:00 docs: remove PM_ERR_TRANS_COMMITTING This constant is no longer defined in the source code. Removing its reference cleans up the API documentation to match the actual code. Signed-off-by: Diego Viola <diego.viola@gmail.com> (cherry picked from commit a16d482b61918708111dde1aaa02d7c40d00f3de) - - - - - 2d0d5d7b by Allan McRae at 2025-11-21T11:33:42+10:00 Document that final hook match wins Signed-off-by: Allan McRae <allan@archlinux.org> (cherry picked from commit 8ebdccd4d66f64b3d00f4105beb064ecff2b6a2f) - - - - - 6 changed files: - README - doc/alpm-hooks.5.asciidoc - lib/libalpm/alpm.h - lib/libalpm/handle.c - meson.build - scripts/libmakepkg/lint_pkgbuild/arch.sh.in View it on GitLab: https://gitlab.archlinux.org/pacman/pacman/-/compare/2df7c407e852543e5c9e135... -- View it on GitLab: https://gitlab.archlinux.org/pacman/pacman/-/compare/2df7c407e852543e5c9e135... You're receiving this email because of your account on gitlab.archlinux.org.
participants (1)
-
Allan McRae (@allan)