From: wangmy Date: Thu, 30 Jun 2022 04:25:37 +0000 (+0800) Subject: sudo: upgrade 1.9.11p2 -> 1.9.11p3 X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~3739 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2eaf00e0470b6b77910a349b74f9a634f6a42fb1;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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 --- 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)}"