[oe-commits] [openembedded-core] 04/23: sudo: upgrade to 1.8.16

git at git.openembedded.org git at git.openembedded.org
Sun Jun 12 23:11:30 UTC 2016


rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit cf7309bb6cb977af4a2575ec46c551cbeed64821
Author: Chen Qi <Qi.Chen at windriver.com>
AuthorDate: Sun Jun 12 10:21:01 2016 +0800

    sudo: upgrade to 1.8.16
    
    Signed-off-by: Chen Qi <Qi.Chen at windriver.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-extended/sudo/{sudo_1.8.15.bb => sudo_1.8.16.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta/recipes-extended/sudo/sudo_1.8.15.bb b/meta/recipes-extended/sudo/sudo_1.8.16.bb
similarity index 90%
rename from meta/recipes-extended/sudo/sudo_1.8.15.bb
rename to meta/recipes-extended/sudo/sudo_1.8.16.bb
index 042043e..0981084 100644
--- a/meta/recipes-extended/sudo/sudo_1.8.15.bb
+++ b/meta/recipes-extended/sudo/sudo_1.8.16.bb
@@ -7,8 +7,8 @@ SRC_URI = "http://ftp.sudo.ws/sudo/dist/sudo-${PV}.tar.gz \
 
 PAM_SRC_URI = "file://sudo.pam"
 
-SRC_URI[md5sum] = "7cf6b9b76d0478a572432bed481dd7b5"
-SRC_URI[sha256sum] = "4316381708324da8b6cb151f655c1a11855207c7c02244d8ffdea5104d7cc308"
+SRC_URI[md5sum] = "a977449587dc857e129bb20555b46af4"
+SRC_URI[sha256sum] = "2d83826fc5125bf073acc203dbda1cf2abeee017090ccc9dddb0431a53d5064d"
 
 DEPENDS += " ${@bb.utils.contains('DISTRO_FEATURES', 'pam', 'libpam', '', d)}"
 RDEPENDS_${PN} += " ${@bb.utils.contains('DISTRO_FEATURES', 'pam', 'pam-plugin-limits pam-plugin-keyinit', '', d)}"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list