aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/sudo/sudo_1.8.1p2.bb
diff options
context:
space:
mode:
authorScott Garman <scott.a.garman@intel.com>2011-06-14 09:49:18 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-06-28 13:55:08 +0100
commit10694e6037b16813e99e2204dbbe5c169f34667c (patch)
tree73b5ae70cb63c55d6cf0a3dee8ee8dfb9fd9ba87 /meta/recipes-extended/sudo/sudo_1.8.1p2.bb
parent6a46c375bea03b145bea41ec29ae2fd4d3cd9db6 (diff)
downloadopenembedded-core-10694e6037b16813e99e2204dbbe5c169f34667c.tar.gz
sudo: upgrade to v1.8.1p2
Upgrading to the latest stable release of sudo. This version of sudo has reorganized its source code layout, hence the LIC_FILES_CHKSUM related changes. Also, some of the individual .c files we checksummed (nonunix.h, vasgroups.c) are no longer shipped with the sources. Finally, an embedded copy of zlib is now included in these sources, so Zlib is included as one of the licenses. I could not find any evidence of MIT-licensed sources, so that license has been removed. Signed-off-by: Scott Garman <scott.a.garman@intel.com>
Diffstat (limited to 'meta/recipes-extended/sudo/sudo_1.8.1p2.bb')
-rw-r--r--meta/recipes-extended/sudo/sudo_1.8.1p2.bb11
1 files changed, 11 insertions, 0 deletions
diff --git a/meta/recipes-extended/sudo/sudo_1.8.1p2.bb b/meta/recipes-extended/sudo/sudo_1.8.1p2.bb
new file mode 100644
index 0000000000..7eba307c0c
--- /dev/null
+++ b/meta/recipes-extended/sudo/sudo_1.8.1p2.bb
@@ -0,0 +1,11 @@
+require sudo.inc
+
+PR = "r0"
+
+SRC_URI = "http://ftp.sudo.ws/sudo/dist/sudo-${PV}.tar.gz \
+ file://libtool.patch"
+
+SRC_URI[md5sum] = "e8330f0e63b0ecb2e12b5c76922818cc"
+SRC_URI[sha256sum] = "281f90c80547cf22132e351e7f61c25ba4ba9cf393438468f318f9a7884026fb"
+
+EXTRA_OECONF += " --with-pam=no"