]> code.ossystems Code Review - openembedded-core.git/commitdiff
Sudo : upgrade to 1.8.6p4
authorAndrei Dinu <andrei.adrianx.dinu@intel.com>
Fri, 25 Jan 2013 15:13:34 +0000 (17:13 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 1 Feb 2013 15:51:31 +0000 (15:51 +0000)
(From OE-Core rev: 115b1a703c26e11c631d77901104605d64f51f82)

Signed-off-by: Andrei Dinu <andrei.adrianx.dinu@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-extended/sudo/files/libtool.patch
meta/recipes-extended/sudo/sudo_1.8.6p4.bb [moved from meta/recipes-extended/sudo/sudo_1.8.5p2.bb with 83% similarity]

index b0cd67551854e79a0c29728fa24a50a66a56aacb..10456d2aa536807ab7fadd5f2aec1b105720896d 100644 (file)
@@ -1,14 +1,22 @@
-Fix path to libtool scripts so autoreconf can succeed.
+From 8f89e456b2c23d78646a938ee5d4c5477c06c28d Mon Sep 17 00:00:00 2001
+From: Andrei Dinu <andrei.adrianx.dinu@intel.com>
+Date: Fri, 25 Jan 2013 16:18:37 +0200
+Subject: [PATCH] Fix path to libtool scripts so autoreconf can succeed.
 
 Upstream-Status: Inappropriate [Other]
 Workaround is specific to our build system.
 
 Signed-off-by: Scott Garman <scott.a.garman@intel.com>
+Signed-off-by: Andrei Dinu <andrei.adrianx.dinu@intel.com>
+---
+ aclocal.m4 |   14 +++++++-------
+ 1 file changed, 7 insertions(+), 7 deletions(-)
 
-diff -urN sudo-1.7.4p4.orig//aclocal.m4 sudo-1.7.4p4//aclocal.m4
---- sudo-1.7.4p4.orig//aclocal.m4      2010-08-06 07:17:36.000000000 -0700
-+++ sudo-1.7.4p4//aclocal.m4   2010-11-22 14:38:20.360957038 -0800
-@@ -368,8 +368,8 @@
+diff --git a/aclocal.m4 b/aclocal.m4
+index 481ffeb..0c53eeb 100644
+--- a/aclocal.m4
++++ b/aclocal.m4
+@@ -364,13 +364,13 @@ EOF
  dnl
  dnl Pull in libtool macros
  dnl
@@ -22,3 +30,13 @@ diff -urN sudo-1.7.4p4.orig//aclocal.m4 sudo-1.7.4p4//aclocal.m4
 +m4_include([m4/ltsugar.m4])
 +m4_include([m4/ltversion.m4])
 +m4_include([m4/lt~obsolete.m4])
+ dnl
+ dnl Pull in other non-standard macros
+ dnl
+-m4_include([ax_check_compile_flag.m4])
+-m4_include([ax_check_link_flag.m4])
++m4_include([m4/ax_check_compile_flag.m4])
++m4_include([m4/ax_check_link_flag.m4])
+-- 
+1.7.9.5
+
similarity index 83%
rename from meta/recipes-extended/sudo/sudo_1.8.5p2.bb
rename to meta/recipes-extended/sudo/sudo_1.8.6p4.bb
index 4e4a4436ff45ea39004cd7b9cd5dd72570a42479..115439b078b0f81f37250547457a79462e89ca48 100644 (file)
@@ -1,6 +1,6 @@
 require sudo.inc
 
-PR = "r1"
+PR = "r0"
 
 SRC_URI = "http://ftp.sudo.ws/sudo/dist/sudo-${PV}.tar.gz \
            file://libtool.patch \
@@ -8,8 +8,8 @@ SRC_URI = "http://ftp.sudo.ws/sudo/dist/sudo-${PV}.tar.gz \
 
 PAM_SRC_URI = "file://sudo.pam"
 
-SRC_URI[md5sum] = "dc42ed9f0946d92273762d0ae7314d59"
-SRC_URI[sha256sum] = "c32ae2bc3faf83444c82ca75ccb10ad3684d8222e3535f164c4a4db7cdddf8cf"
+SRC_URI[md5sum] = "cd19154e341b28573801397f0736126b"
+SRC_URI[sha256sum] = "364ad88ca3afcadcff6bd6820b0af19c56ce4876704dae210e21845d923e59e8"
 
 DEPENDS += " ${@base_contains('DISTRO_FEATURES', 'pam', 'libpam', '', d)}"
 RDEPENDS_${PN} += " ${@base_contains('DISTRO_FEATURES', 'pam', 'pam-plugin-limits pam-plugin-keyinit', '', d)}"