[oe-commits] Scott Garman : sudo: upgrade to 1.8.3

git at git.openembedded.org git at git.openembedded.org
Thu Oct 27 07:35:00 UTC 2011


Module: openembedded-core.git
Branch: master
Commit: 6d300745bb70dfab367b1d472d49b719b91ab9a1
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=6d300745bb70dfab367b1d472d49b719b91ab9a1

Author: Scott Garman <scott.a.garman at intel.com>
Date:   Mon Oct 24 18:34:46 2011 -0700

sudo: upgrade to 1.8.3

Signed-off-by: Scott Garman <scott.a.garman at intel.com>

---

 .../sudo/{sudo_1.8.1p2.bb => sudo_1.8.3.bb}        |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/meta/recipes-extended/sudo/sudo_1.8.1p2.bb b/meta/recipes-extended/sudo/sudo_1.8.3.bb
similarity index 82%
rename from meta/recipes-extended/sudo/sudo_1.8.1p2.bb
rename to meta/recipes-extended/sudo/sudo_1.8.3.bb
index b568291..0ac0851 100644
--- a/meta/recipes-extended/sudo/sudo_1.8.1p2.bb
+++ b/meta/recipes-extended/sudo/sudo_1.8.3.bb
@@ -1,6 +1,6 @@
 require sudo.inc
 
-PR = "r2"
+PR = "r0"
 
 SRC_URI = "http://ftp.sudo.ws/sudo/dist/sudo-${PV}.tar.gz \
            file://libtool.patch \
@@ -8,8 +8,8 @@ SRC_URI = "http://ftp.sudo.ws/sudo/dist/sudo-${PV}.tar.gz \
 
 PAM_SRC_URI = "file://sudo.pam"
 
-SRC_URI[md5sum] = "e8330f0e63b0ecb2e12b5c76922818cc"
-SRC_URI[sha256sum] = "281f90c80547cf22132e351e7f61c25ba4ba9cf393438468f318f9a7884026fb"
+SRC_URI[md5sum] = "9e5517bbf3aee420b38c2d1d7a71bcad"
+SRC_URI[sha256sum] = "ff1fcc410c5465063ee4912912e29936ea39f017d9a8a57ec76b0ded71b7c3c4"
 
 DEPENDS += " ${@base_contains('DISTRO_FEATURES', 'pam', 'libpam', '', d)}"
 RDEPENDS_${PN} += " ${@base_contains('DISTRO_FEATURES', 'pam', 'pam-plugin-limits pam-plugin-keyinit', '', d)}"





More information about the Openembedded-commits mailing list