[oe-commits] [openembedded-core] 06/11: sudo: upgrade to 1.8.21p2

git at git.openembedded.org git at git.openembedded.org
Thu Nov 16 17:07:35 UTC 2017


This is an automated email from the git hooks/post-receive script.

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

commit c078e5371f64478b8d63b7c4be561ba26f118f49
Author: Chen Qi <Qi.Chen at windriver.com>
AuthorDate: Thu Nov 9 10:12:11 2017 +0800

    sudo: upgrade to 1.8.21p2
    
    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.20p2.bb => sudo_1.8.21p2.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta/recipes-extended/sudo/sudo_1.8.20p2.bb b/meta/recipes-extended/sudo/sudo_1.8.21p2.bb
similarity index 90%
rename from meta/recipes-extended/sudo/sudo_1.8.20p2.bb
rename to meta/recipes-extended/sudo/sudo_1.8.21p2.bb
index 4f24b3c..acd0025 100644
--- a/meta/recipes-extended/sudo/sudo_1.8.20p2.bb
+++ b/meta/recipes-extended/sudo/sudo_1.8.21p2.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] = "03da8e711caca6fd93e57751bfb74adc"
-SRC_URI[sha256sum] = "bd42ae1059e935f795c69ea97b3de09fe9410a58a74b5d5e6836eb5067a445d9"
+SRC_URI[md5sum] = "cd3993d910c713ae72e94beebd230b22"
+SRC_URI[sha256sum] = "74c5746cd33a814e2431c39faf0d76f7f8a697379bd073862e3b156cf0d76368"
 
 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