[oe-commits] Holger Hans Peter Freyther : sudo: Upgrade from 1.7.2p1.bb to 1.7.2p4

git version control git at git.openembedded.org
Sun Mar 7 11:35:47 UTC 2010


Module: openembedded.git
Branch: shr/unstable
Commit: 22277253eefedc3c5b90164d954e5b9f675a050b
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=22277253eefedc3c5b90164d954e5b9f675a050b

Author: Holger Hans Peter Freyther <zecke at selfish.org>
Date:   Fri Mar  5 13:52:32 2010 +0100

sudo: Upgrade from 1.7.2p1.bb to 1.7.2p4

This addresses CVE-2010-0426
http://www.vuxml.org/freebsd/018a84d0-2548-11df-b4a3-00e0815b8da8.html

---

 conf/checksums.ini                                |    4 ----
 recipes/sudo/{sudo_1.7.2p1.bb => sudo_1.7.2p4.bb} |    5 ++++-
 2 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/conf/checksums.ini b/conf/checksums.ini
index c1625de..3eb59fa 100644
--- a/conf/checksums.ini
+++ b/conf/checksums.ini
@@ -25738,10 +25738,6 @@ sha256=64331bda459e984b8d369b449eec89daa2f3cd288186f1d2a9ad8011badd4dad
 md5=b29893c06192df6230dd5f340f3badf5
 sha256=56f7d86032538a4a98d90af3742903a09ba16d6db82b593e4a47605f87fa581a
 
-[http://ftp.sudo.ws/sudo/dist/sudo-1.7.2p1.tar.gz]
-md5=4449d466a774f5ce401c9c0e3866c026
-sha256=34d11a1dd8bace0885f55b4c8bddda1da29993ff8d7174099e25bd80db1eaf7f
-
 [http://dev.laptop.org/pub/sugar/sources/sugar/sugar-0.82.0.tar.bz2]
 md5=1f26fa4aee57469a0636a70649343fb3
 sha256=ca4c614e09371a986ca5d86065fc697f7eb07b2064a6a2cad541755df0135883
diff --git a/recipes/sudo/sudo_1.7.2p1.bb b/recipes/sudo/sudo_1.7.2p4.bb
similarity index 61%
rename from recipes/sudo/sudo_1.7.2p1.bb
rename to recipes/sudo/sudo_1.7.2p4.bb
index bfa8afe..3fe7aef 100644
--- a/recipes/sudo/sudo_1.7.2p1.bb
+++ b/recipes/sudo/sudo_1.7.2p4.bb
@@ -3,10 +3,13 @@ PR = "r3"
 DEPENDS = "libpam"
 RDEPENDS = "libpam libpam-meta"
 
-SRC_URI = "http://ftp.sudo.ws/sudo/dist/sudo-${PV}.tar.gz \
+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"
+
 EXTRA_OECONF += " --with-pam "
 
 require sudo.inc





More information about the Openembedded-commits mailing list