diff mbox series

[meta-oe,1/2] polkit: upgrade 122 -> 123

Message ID 20230917172909.1752962-1-f_l_k@t-online.de
State Under Review
Headers show
Series [meta-oe,1/2] polkit: upgrade 122 -> 123 | expand

Commit Message

Markus Volk Sept. 17, 2023, 5:29 p.m. UTC
- better safety with deeper resctiction of the configuration files
- better safety with restricting the daemon's owner under systemd
- better safety with the systemd unit sandboxing
- less thread races during upload of the configuration

- glib, gobject, gio >= 2.32
- mozjs-102 OR duktape
- gobject-introspection >= 0.6.2 (optional)
- pam (optional)
- ConsoleKit OR systemd
- gettext
- meson

Signed-off-by: Markus Volk <f_l_k@t-online.de>
---
 .../recipes-extended/polkit/{polkit_122.bb => polkit_123.bb}    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-extended/polkit/{polkit_122.bb => polkit_123.bb} (97%)
diff mbox series

Patch

diff --git a/meta-oe/recipes-extended/polkit/polkit_122.bb b/meta-oe/recipes-extended/polkit/polkit_123.bb
similarity index 97%
rename from meta-oe/recipes-extended/polkit/polkit_122.bb
rename to meta-oe/recipes-extended/polkit/polkit_123.bb
index 290640626..9f2570746 100644
--- a/meta-oe/recipes-extended/polkit/polkit_122.bb
+++ b/meta-oe/recipes-extended/polkit/polkit_123.bb
@@ -7,7 +7,7 @@  LIC_FILES_CHKSUM = "file://COPYING;md5=155db86cdbafa7532b41f390409283eb"
 SRC_URI = "git://gitlab.freedesktop.org/polkit/polkit.git;protocol=https;branch=master"
 
 S = "${WORKDIR}/git"
-SRCREV = "da87c5698019897dd731bb2cbb54ebd9c9481f52"
+SRCREV = "fc8b07e71d99f88a29258cde99b913b44da1846d"
 
 DEPENDS = "expat glib-2.0"