[oe-commits] [openembedded-core] 96/122: sudo: upgrade to 1.8.17p1

git at git.openembedded.org git at git.openembedded.org
Tue Jul 19 14:07:16 UTC 2016


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

commit e9ab0ebb26601d0a13aa0830c4bcc3d01c334416
Author: Chen Qi <Qi.Chen at windriver.com>
AuthorDate: Fri Jul 15 09:49:37 2016 +0800

    sudo: upgrade to 1.8.17p1
    
    Signed-off-by: Chen Qi <Qi.Chen at windriver.com>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/recipes-extended/sudo/{sudo_1.8.16.bb => sudo_1.8.17p1.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta/recipes-extended/sudo/sudo_1.8.16.bb b/meta/recipes-extended/sudo/sudo_1.8.17p1.bb
similarity index 90%
rename from meta/recipes-extended/sudo/sudo_1.8.16.bb
rename to meta/recipes-extended/sudo/sudo_1.8.17p1.bb
index 0981084..614ad5c 100644
--- a/meta/recipes-extended/sudo/sudo_1.8.16.bb
+++ b/meta/recipes-extended/sudo/sudo_1.8.17p1.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] = "a977449587dc857e129bb20555b46af4"
-SRC_URI[sha256sum] = "2d83826fc5125bf073acc203dbda1cf2abeee017090ccc9dddb0431a53d5064d"
+SRC_URI[md5sum] = "50a840a688ceb6fa3ab24fc0adf4fa23"
+SRC_URI[sha256sum] = "c690d707fb561b3ecdf6a6de5563bc0b769388eff201c851edbace408bb155cc"
 
 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