From 2eaf00e0470b6b77910a349b74f9a634f6a42fb1 Mon Sep 17 00:00:00 2001 From: wangmy Date: Thu, 30 Jun 2022 12:25:37 +0800 Subject: [PATCH] sudo: upgrade 1.9.11p2 -> 1.9.11p3 Changelog: ========== - Fixed "connection reset" errors on AIX when running shell scripts with the intercept or log_subcmds sudoers options enabled. Bug #1034. - Fixed very slow execution of shell scripts when the intercept or log_subcmds sudoers options are set on systems that enable Nagle's algorithm on the loopback device, such as AIX. Bug #1034. Signed-off-by: Wang Mingyu Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie --- .../sudo/{sudo_1.9.11p2.bb => sudo_1.9.11p3.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-extended/sudo/{sudo_1.9.11p2.bb => sudo_1.9.11p3.bb} (96%) diff --git a/meta/recipes-extended/sudo/sudo_1.9.11p2.bb b/meta/recipes-extended/sudo/sudo_1.9.11p3.bb similarity index 96% rename from meta/recipes-extended/sudo/sudo_1.9.11p2.bb rename to meta/recipes-extended/sudo/sudo_1.9.11p3.bb index b3eae4a0faf..ba610ee2e77 100644 --- a/meta/recipes-extended/sudo/sudo_1.9.11p2.bb +++ b/meta/recipes-extended/sudo/sudo_1.9.11p3.bb @@ -8,7 +8,7 @@ SRC_URI = "https://www.sudo.ws/dist/sudo-${PV}.tar.gz \ PAM_SRC_URI = "file://sudo.pam" -SRC_URI[sha256sum] = "a21918eb9fc0063794f6887464fa2d924ab6d192e19063191a429605c22791d2" +SRC_URI[sha256sum] = "4687e7d2f56721708f59cca2e1352c056cb23de526c22725615a42bb094f1f70" 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.47.3