From: Wang Mingyu <[email protected]> Changelog: =========== * Fixed a crash with Python 3.12 when the sudo Python python is unloaded. This only affects "make check" for the Python plugin. * Adapted the sudo Python plugin test output to match Python 3.12.
Signed-off-by: Wang Mingyu <[email protected]> --- .../sudo/{sudo_1.9.14p2.bb => sudo_1.9.14p3.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-extended/sudo/{sudo_1.9.14p2.bb => sudo_1.9.14p3.bb} (96%) diff --git a/meta/recipes-extended/sudo/sudo_1.9.14p2.bb b/meta/recipes-extended/sudo/sudo_1.9.14p3.bb similarity index 96% rename from meta/recipes-extended/sudo/sudo_1.9.14p2.bb rename to meta/recipes-extended/sudo/sudo_1.9.14p3.bb index fa7939171f..d5c5718ea5 100644 --- a/meta/recipes-extended/sudo/sudo_1.9.14p2.bb +++ b/meta/recipes-extended/sudo/sudo_1.9.14p3.bb @@ -7,7 +7,7 @@ SRC_URI = "https://www.sudo.ws/dist/sudo-${PV}.tar.gz \ PAM_SRC_URI = "file://sudo.pam" -SRC_URI[sha256sum] = "15f6308db0ed4265ec929f2c61e2e13492e551750c203ee001d1fcd8104c9514" +SRC_URI[sha256sum] = "a08318b1c4bc8582c004d4cd9ae2903abc549e7e46ba815e41fe81d1c0782b62" DEPENDS += " virtual/crypt ${@bb.utils.contains('DISTRO_FEATURES', 'pam', 'libpam', '', d)}" RDEPENDS:${PN} += " ${@bb.utils.contains('DISTRO_FEATURES', 'pam', 'pam-plugin-limits pam-plugin-keyinit', '', d)}" -- 2.34.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#185210): https://lists.openembedded.org/g/openembedded-core/message/185210 Mute This Topic: https://lists.openembedded.org/mt/100478749/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
