From 6c8c857509e7e88bee4313156e86d4c9e2e1832f Mon Sep 17 00:00:00 2001 From: Scott Garman Date: Tue, 25 Jan 2011 05:45:01 +0000 Subject: [PATCH] sudo: upgrade to 1.7.4p6 Addresses the following CVEs: * CVE-2010-2956 * CVE-2010-1646 * CVE-2011-0010 Signed-off-by: Scott Garman Signed-off-by: Khem Raj --- recipes/sudo/{sudo_1.7.2p4.bb => sudo_1.7.4p6.bb} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename recipes/sudo/{sudo_1.7.2p4.bb => sudo_1.7.4p6.bb} (72%) diff --git a/recipes/sudo/sudo_1.7.2p4.bb b/recipes/sudo/sudo_1.7.4p6.bb similarity index 72% rename from recipes/sudo/sudo_1.7.2p4.bb rename to recipes/sudo/sudo_1.7.4p6.bb index c2818cf088..8afee8d81a 100644 --- a/recipes/sudo/sudo_1.7.2p4.bb +++ b/recipes/sudo/sudo_1.7.4p6.bb @@ -1,4 +1,4 @@ -PR = "r4" +PR = "r0" DEPENDS = "libpam" RDEPENDS_${PN} = "libpam libpam-meta" @@ -7,8 +7,8 @@ SRC_URI = "http://ftp.sudo.ws/sudo/dist/sudo-${PV}.tar.gz;name=src \ file://sudo.pamd \ " -SRC_URI[src.md5sum] = "3989e5a00538247d7dcef8b514076752" -SRC_URI[src.sha256sum] = "57d9adbdffa881e32894231079da7d68ffe99f46942818b63baadf6c795b7bdd" +SRC_URI[src.md5sum] = "1ae12d3d22e7ffedbf2db26f957676f0" +SRC_URI[src.sha256sum] = "20091ef71018698c674c779f4b57178b2ecb4275fa34909b06219d2688ad14d5" EXTRA_OECONF += " --with-pam " -- 2.39.5