]> code.ossystems Code Review - openembedded-core.git/commitdiff
sudo: upgrade to 1.8.8
authorCristiana Voicu <cristiana.voicu@intel.com>
Thu, 24 Oct 2013 08:01:50 +0000 (11:01 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 30 Oct 2013 13:39:02 +0000 (13:39 +0000)
License checksum updated to reflect additional Copyright for
file getopt_long.c, owned by The NetBSD Foundation, Inc

Signed-off-by: Cristiana Voicu <cristiana.voicu@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/recipes-extended/sudo/sudo.inc
meta/recipes-extended/sudo/sudo_1.8.8.bb [moved from meta/recipes-extended/sudo/sudo_1.8.7.bb with 83% similarity]

index b00f68dc67d410470e1eaf931f3f87f49db21a1c..80357eb2e971804ea8467c059f701b1ff9b536e6 100644 (file)
@@ -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=9b2b7976b2182ee9a146710b32a01c7a \
+LIC_FILES_CHKSUM = "file://doc/LICENSE;md5=47ae0be3bf895c0bb885fae7e1e83a47 \
                     file://plugins/sudoers/redblack.c;beginline=1;endline=41;md5=e2dbb155fc49beea947515300bab99e0 \
                     file://compat/fnmatch.c;beginline=3;endline=27;md5=67f83ee9bd456557397082f8f1be0efd \
                     file://compat/getcwd.c;beginline=5;endline=27;md5=449af4cc57fc7d46f42090608ba3e681 \
similarity index 83%
rename from meta/recipes-extended/sudo/sudo_1.8.7.bb
rename to meta/recipes-extended/sudo/sudo_1.8.8.bb
index c83e95d3e7954fcf61be086d2e54494915cd8218..ba7c4ab4547e05325abe43ca9984909875773c2e 100644 (file)
@@ -5,8 +5,8 @@ SRC_URI = "http://ftp.sudo.ws/sudo/dist/sudo-${PV}.tar.gz \
 
 PAM_SRC_URI = "file://sudo.pam"
 
-SRC_URI[md5sum] = "a02367090e1dac8d0c1747de1127b6bf"
-SRC_URI[sha256sum] = "39626cf3d48c4fd5a9139a2627d42bfefac7ce47f470bdba3aeb4e3d7c49566a"
+SRC_URI[md5sum] = "fc4f074090afd56d9ff4ff4e97321971"
+SRC_URI[sha256sum] = "9f911c1e9297fb8006deb52fa81197a8d06b9d54e70672f723c467ecae992fc9"
 
 DEPENDS += " ${@base_contains('DISTRO_FEATURES', 'pam', 'libpam', '', d)}"
 RDEPENDS_${PN} += " ${@base_contains('DISTRO_FEATURES', 'pam', 'pam-plugin-limits pam-plugin-keyinit', '', d)}"