aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-03-05 13:52:32 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-03-05 13:53:39 +0100
commit22277253eefedc3c5b90164d954e5b9f675a050b (patch)
tree1f74772fa62c2479fb5a3bcc405c5bbfd8821d24
parent8cd06fd4e9db58ce24644572868b8dbef83d15a7 (diff)
downloadopenembedded-22277253eefedc3c5b90164d954e5b9f675a050b.tar.gz
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
-rw-r--r--conf/checksums.ini4
-rw-r--r--recipes/sudo/sudo_1.7.2p4.bb (renamed from recipes/sudo/sudo_1.7.2p1.bb)5
2 files changed, 4 insertions, 5 deletions
diff --git a/conf/checksums.ini b/conf/checksums.ini
index c1625def4b..3eb59fa5b2 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
index bfa8afe650..3fe7aeffcd 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