diff options
author | Chen Qi <Qi.Chen@windriver.com> | 2017-07-24 17:51:11 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-07-27 22:20:16 +0100 |
commit | e1d27852bf21be49db574ed207bc90d42c4bd898 (patch) | |
tree | 73ab3c6f993120a98436770e99077d2a11c35b32 | |
parent | 6547285f855d9826c2055ea97ceb07eb81aeb841 (diff) | |
download | openembedded-core-e1d27852bf21be49db574ed207bc90d42c4bd898.tar.gz openembedded-core-e1d27852bf21be49db574ed207bc90d42c4bd898.tar.bz2 openembedded-core-e1d27852bf21be49db574ed207bc90d42c4bd898.zip |
sudo: upgrade to 1.8.20p2
The checksum for doc/LICENSE is changed, but the content only changes
year from '2013' to '2017', so the license remains the same.
Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-extended/sudo/sudo.inc | 2 | ||||
-rw-r--r-- | meta/recipes-extended/sudo/sudo_1.8.20p2.bb (renamed from meta/recipes-extended/sudo/sudo_1.8.19p2.bb) | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-extended/sudo/sudo.inc b/meta/recipes-extended/sudo/sudo.inc index d42a04a3a2..8c16d837b3 100644 --- a/meta/recipes-extended/sudo/sudo.inc +++ b/meta/recipes-extended/sudo/sudo.inc @@ -4,7 +4,7 @@ HOMEPAGE = "http://www.sudo.ws" BUGTRACKER = "http://www.sudo.ws/bugs/" SECTION = "admin" LICENSE = "ISC & BSD & Zlib" -LIC_FILES_CHKSUM = "file://doc/LICENSE;md5=f600a47c2a2cdde5899e449607810ed1 \ +LIC_FILES_CHKSUM = "file://doc/LICENSE;md5=652fb4334c13b511597d7940ef8b3323 \ file://plugins/sudoers/redblack.c;beginline=1;endline=41;md5=cfe41112f96c19a074934d128f45c693 \ file://lib/util/reallocarray.c;beginline=3;endline=16;md5=85b0905b795d4d58bf2e00635649eec6 \ file://lib/util/fnmatch.c;beginline=3;endline=27;md5=67f83ee9bd456557397082f8f1be0efd \ diff --git a/meta/recipes-extended/sudo/sudo_1.8.19p2.bb b/meta/recipes-extended/sudo/sudo_1.8.20p2.bb index a9659c3ed6..4f24b3ccee 100644 --- a/meta/recipes-extended/sudo/sudo_1.8.19p2.bb +++ b/meta/recipes-extended/sudo/sudo_1.8.20p2.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] = "31a6090ed1d0946fa22cba19e86aafef" -SRC_URI[sha256sum] = "237e18e67c2ad59ecacfa4b7707198b09fcf84914621585a9bc670dcc31a52e0" +SRC_URI[md5sum] = "03da8e711caca6fd93e57751bfb74adc" +SRC_URI[sha256sum] = "bd42ae1059e935f795c69ea97b3de09fe9410a58a74b5d5e6836eb5067a445d9" DEPENDS += " ${@bb.utils.contains('DISTRO_FEATURES', 'pam', 'libpam', '', d)}" RDEPENDS_${PN} += " ${@bb.utils.contains('DISTRO_FEATURES', 'pam', 'pam-plugin-limits pam-plugin-keyinit', '', d)}" |