All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] sudo: upgrade to 1.7.4p6
@ 2011-01-24 21:45 Scott Garman
  2011-01-26 15:28 ` Tom Rini
  0 siblings, 1 reply; 3+ messages in thread
From: Scott Garman @ 2011-01-24 21:45 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Scott Garman

Addresses the following CVEs:
* CVE-2010-2956
* CVE-2010-1646
* CVE-2011-0010

Signed-off-by: Scott Garman <sgarman@zenlinux.com>
---
 recipes/sudo/{sudo_1.7.2p4.bb => sudo_1.7.4p6.bb} |    6 +++---
 1 files 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 c2818cf..8afee8d 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 "
 
-- 
1.7.1




^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-01-26 16:07 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-01-24 21:45 [PATCH] sudo: upgrade to 1.7.4p6 Scott Garman
2011-01-26 15:28 ` Tom Rini
2011-01-26 16:06   ` Koen Kooi

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.