* [PATCH] sudo upgrade to 1.8.7
@ 2013-07-12 13:28 Andrei Dinu
2013-07-12 13:35 ` Martin Jansa
2013-07-12 16:37 ` Saul Wold
0 siblings, 2 replies; 3+ messages in thread
From: Andrei Dinu @ 2013-07-12 13:28 UTC (permalink / raw)
To: openembedded-core
upgrade from 1.8.6p8 -> 1.8.7
- removed libtool.patch - contained upstream
- new files checksum from year change ( 2012 -> 2013 )
Signed-off-by: Andrei Dinu <andrei.adrianx.dinu@intel.com>
---
meta/recipes-extended/sudo/files/libtool.patch | 42 --------------------
meta/recipes-extended/sudo/sudo.inc | 4 +-
.../sudo/{sudo_1.8.6p8.bb => sudo_1.8.7.bb} | 5 +--
3 files changed, 4 insertions(+), 47 deletions(-)
delete mode 100644 meta/recipes-extended/sudo/files/libtool.patch
rename meta/recipes-extended/sudo/{sudo_1.8.6p8.bb => sudo_1.8.7.bb} (81%)
diff --git a/meta/recipes-extended/sudo/files/libtool.patch b/meta/recipes-extended/sudo/files/libtool.patch
deleted file mode 100644
index 10456d2..0000000
--- a/meta/recipes-extended/sudo/files/libtool.patch
+++ /dev/null
@@ -1,42 +0,0 @@
-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 --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
--m4_include([libtool.m4])
--m4_include([ltoptions.m4])
--m4_include([ltsugar.m4])
--m4_include([ltversion.m4])
--m4_include([lt~obsolete.m4])
-+m4_include([m4/libtool.m4])
-+m4_include([m4/ltoptions.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
-
diff --git a/meta/recipes-extended/sudo/sudo.inc b/meta/recipes-extended/sudo/sudo.inc
index 9dcb677..0632904 100644
--- a/meta/recipes-extended/sudo/sudo.inc
+++ b/meta/recipes-extended/sudo/sudo.inc
@@ -4,8 +4,8 @@ HOMEPAGE = "http://www.sudo.ws"
BUGTRACKER = "http://www.sudo.ws/bugs/"
SECTION = "admin"
LICENSE = "ISC & BSD & Zlib"
-LIC_FILES_CHKSUM = "file://doc/LICENSE;md5=d25a8240ca6decdecb9990789e593130 \
- file://plugins/sudoers/redblack.c;beginline=1;endline=41;md5=fba1c1dca0951819964dfdc618e81724 \
+LIC_FILES_CHKSUM = "file://doc/LICENSE;md5=9b2b7976b2182ee9a146710b32a01c7a \
+ 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 \
file://compat/glob.c;beginline=6;endline=31;md5=5872733146b9eb0deb79e1f664815b85 \
diff --git a/meta/recipes-extended/sudo/sudo_1.8.6p8.bb b/meta/recipes-extended/sudo/sudo_1.8.7.bb
similarity index 81%
rename from meta/recipes-extended/sudo/sudo_1.8.6p8.bb
rename to meta/recipes-extended/sudo/sudo_1.8.7.bb
index 00602c0..de79110 100644
--- a/meta/recipes-extended/sudo/sudo_1.8.6p8.bb
+++ b/meta/recipes-extended/sudo/sudo_1.8.7.bb
@@ -3,13 +3,12 @@ require sudo.inc
PR = "r0"
SRC_URI = "http://ftp.sudo.ws/sudo/dist/sudo-${PV}.tar.gz \
- file://libtool.patch \
${@base_contains('DISTRO_FEATURES', 'pam', '${PAM_SRC_URI}', '', d)}"
PAM_SRC_URI = "file://sudo.pam"
-SRC_URI[md5sum] = "6dac48c73c8e0932980efcddafa569af"
-SRC_URI[sha256sum] = "c0baaa87f59153967b650a0dde2f7d4147d358fa15f3fdabb47e84d0282fe625"
+SRC_URI[md5sum] = "a02367090e1dac8d0c1747de1127b6bf"
+SRC_URI[sha256sum] = "39626cf3d48c4fd5a9139a2627d42bfefac7ce47f470bdba3aeb4e3d7c49566a"
DEPENDS += " ${@base_contains('DISTRO_FEATURES', 'pam', 'libpam', '', d)}"
RDEPENDS_${PN} += " ${@base_contains('DISTRO_FEATURES', 'pam', 'pam-plugin-limits pam-plugin-keyinit', '', d)}"
--
1.7.9.5
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] sudo upgrade to 1.8.7
2013-07-12 13:28 [PATCH] sudo upgrade to 1.8.7 Andrei Dinu
@ 2013-07-12 13:35 ` Martin Jansa
2013-07-12 16:37 ` Saul Wold
1 sibling, 0 replies; 3+ messages in thread
From: Martin Jansa @ 2013-07-12 13:35 UTC (permalink / raw)
To: Andrei Dinu; +Cc: openembedded-core
[-- Attachment #1: Type: text/plain, Size: 4955 bytes --]
On Fri, Jul 12, 2013 at 04:28:22PM +0300, Andrei Dinu wrote:
> upgrade from 1.8.6p8 -> 1.8.7
>
> - removed libtool.patch - contained upstream
> - new files checksum from year change ( 2012 -> 2013 )
Please add PACKAGECONFIG for zlib when you're on it.
now it autodetects zlib from sysroot.
> Signed-off-by: Andrei Dinu <andrei.adrianx.dinu@intel.com>
> ---
> meta/recipes-extended/sudo/files/libtool.patch | 42 --------------------
> meta/recipes-extended/sudo/sudo.inc | 4 +-
> .../sudo/{sudo_1.8.6p8.bb => sudo_1.8.7.bb} | 5 +--
> 3 files changed, 4 insertions(+), 47 deletions(-)
> delete mode 100644 meta/recipes-extended/sudo/files/libtool.patch
> rename meta/recipes-extended/sudo/{sudo_1.8.6p8.bb => sudo_1.8.7.bb} (81%)
>
> diff --git a/meta/recipes-extended/sudo/files/libtool.patch b/meta/recipes-extended/sudo/files/libtool.patch
> deleted file mode 100644
> index 10456d2..0000000
> --- a/meta/recipes-extended/sudo/files/libtool.patch
> +++ /dev/null
> @@ -1,42 +0,0 @@
> -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 --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
> --m4_include([libtool.m4])
> --m4_include([ltoptions.m4])
> --m4_include([ltsugar.m4])
> --m4_include([ltversion.m4])
> --m4_include([lt~obsolete.m4])
> -+m4_include([m4/libtool.m4])
> -+m4_include([m4/ltoptions.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
> -
> diff --git a/meta/recipes-extended/sudo/sudo.inc b/meta/recipes-extended/sudo/sudo.inc
> index 9dcb677..0632904 100644
> --- a/meta/recipes-extended/sudo/sudo.inc
> +++ b/meta/recipes-extended/sudo/sudo.inc
> @@ -4,8 +4,8 @@ HOMEPAGE = "http://www.sudo.ws"
> BUGTRACKER = "http://www.sudo.ws/bugs/"
> SECTION = "admin"
> LICENSE = "ISC & BSD & Zlib"
> -LIC_FILES_CHKSUM = "file://doc/LICENSE;md5=d25a8240ca6decdecb9990789e593130 \
> - file://plugins/sudoers/redblack.c;beginline=1;endline=41;md5=fba1c1dca0951819964dfdc618e81724 \
> +LIC_FILES_CHKSUM = "file://doc/LICENSE;md5=9b2b7976b2182ee9a146710b32a01c7a \
> + 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 \
> file://compat/glob.c;beginline=6;endline=31;md5=5872733146b9eb0deb79e1f664815b85 \
> diff --git a/meta/recipes-extended/sudo/sudo_1.8.6p8.bb b/meta/recipes-extended/sudo/sudo_1.8.7.bb
> similarity index 81%
> rename from meta/recipes-extended/sudo/sudo_1.8.6p8.bb
> rename to meta/recipes-extended/sudo/sudo_1.8.7.bb
> index 00602c0..de79110 100644
> --- a/meta/recipes-extended/sudo/sudo_1.8.6p8.bb
> +++ b/meta/recipes-extended/sudo/sudo_1.8.7.bb
> @@ -3,13 +3,12 @@ require sudo.inc
> PR = "r0"
>
> SRC_URI = "http://ftp.sudo.ws/sudo/dist/sudo-${PV}.tar.gz \
> - file://libtool.patch \
> ${@base_contains('DISTRO_FEATURES', 'pam', '${PAM_SRC_URI}', '', d)}"
>
> PAM_SRC_URI = "file://sudo.pam"
>
> -SRC_URI[md5sum] = "6dac48c73c8e0932980efcddafa569af"
> -SRC_URI[sha256sum] = "c0baaa87f59153967b650a0dde2f7d4147d358fa15f3fdabb47e84d0282fe625"
> +SRC_URI[md5sum] = "a02367090e1dac8d0c1747de1127b6bf"
> +SRC_URI[sha256sum] = "39626cf3d48c4fd5a9139a2627d42bfefac7ce47f470bdba3aeb4e3d7c49566a"
>
> DEPENDS += " ${@base_contains('DISTRO_FEATURES', 'pam', 'libpam', '', d)}"
> RDEPENDS_${PN} += " ${@base_contains('DISTRO_FEATURES', 'pam', 'pam-plugin-limits pam-plugin-keyinit', '', d)}"
> --
> 1.7.9.5
>
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core
--
Martin 'JaMa' Jansa jabber: Martin.Jansa@gmail.com
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 205 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] sudo upgrade to 1.8.7
2013-07-12 13:28 [PATCH] sudo upgrade to 1.8.7 Andrei Dinu
2013-07-12 13:35 ` Martin Jansa
@ 2013-07-12 16:37 ` Saul Wold
1 sibling, 0 replies; 3+ messages in thread
From: Saul Wold @ 2013-07-12 16:37 UTC (permalink / raw)
To: Andrei Dinu; +Cc: openembedded-core
On 07/12/2013 06:28 AM, Andrei Dinu wrote:
> upgrade from 1.8.6p8 -> 1.8.7
>
> - removed libtool.patch - contained upstream
> - new files checksum from year change ( 2012 -> 2013 )
>
> Signed-off-by: Andrei Dinu <andrei.adrianx.dinu@intel.com>
> ---
> meta/recipes-extended/sudo/files/libtool.patch | 42 --------------------
> meta/recipes-extended/sudo/sudo.inc | 4 +-
> .../sudo/{sudo_1.8.6p8.bb => sudo_1.8.7.bb} | 5 +--
> 3 files changed, 4 insertions(+), 47 deletions(-)
> delete mode 100644 meta/recipes-extended/sudo/files/libtool.patch
> rename meta/recipes-extended/sudo/{sudo_1.8.6p8.bb => sudo_1.8.7.bb} (81%)
>
> diff --git a/meta/recipes-extended/sudo/files/libtool.patch b/meta/recipes-extended/sudo/files/libtool.patch
> deleted file mode 100644
> index 10456d2..0000000
> --- a/meta/recipes-extended/sudo/files/libtool.patch
> +++ /dev/null
> @@ -1,42 +0,0 @@
> -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 --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
> --m4_include([libtool.m4])
> --m4_include([ltoptions.m4])
> --m4_include([ltsugar.m4])
> --m4_include([ltversion.m4])
> --m4_include([lt~obsolete.m4])
> -+m4_include([m4/libtool.m4])
> -+m4_include([m4/ltoptions.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
> -
> diff --git a/meta/recipes-extended/sudo/sudo.inc b/meta/recipes-extended/sudo/sudo.inc
> index 9dcb677..0632904 100644
> --- a/meta/recipes-extended/sudo/sudo.inc
> +++ b/meta/recipes-extended/sudo/sudo.inc
> @@ -4,8 +4,8 @@ HOMEPAGE = "http://www.sudo.ws"
> BUGTRACKER = "http://www.sudo.ws/bugs/"
> SECTION = "admin"
> LICENSE = "ISC & BSD & Zlib"
> -LIC_FILES_CHKSUM = "file://doc/LICENSE;md5=d25a8240ca6decdecb9990789e593130 \
> - file://plugins/sudoers/redblack.c;beginline=1;endline=41;md5=fba1c1dca0951819964dfdc618e81724 \
> +LIC_FILES_CHKSUM = "file://doc/LICENSE;md5=9b2b7976b2182ee9a146710b32a01c7a \
> + 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 \
> file://compat/glob.c;beginline=6;endline=31;md5=5872733146b9eb0deb79e1f664815b85 \
> diff --git a/meta/recipes-extended/sudo/sudo_1.8.6p8.bb b/meta/recipes-extended/sudo/sudo_1.8.7.bb
> similarity index 81%
> rename from meta/recipes-extended/sudo/sudo_1.8.6p8.bb
> rename to meta/recipes-extended/sudo/sudo_1.8.7.bb
> index 00602c0..de79110 100644
> --- a/meta/recipes-extended/sudo/sudo_1.8.6p8.bb
> +++ b/meta/recipes-extended/sudo/sudo_1.8.7.bb
> @@ -3,13 +3,12 @@ require sudo.inc
> PR = "r0"
>
You can drop this please
> SRC_URI = "http://ftp.sudo.ws/sudo/dist/sudo-${PV}.tar.gz \
> - file://libtool.patch \
> ${@base_contains('DISTRO_FEATURES', 'pam', '${PAM_SRC_URI}', '', d)}"
>
> PAM_SRC_URI = "file://sudo.pam"
>
> -SRC_URI[md5sum] = "6dac48c73c8e0932980efcddafa569af"
> -SRC_URI[sha256sum] = "c0baaa87f59153967b650a0dde2f7d4147d358fa15f3fdabb47e84d0282fe625"
> +SRC_URI[md5sum] = "a02367090e1dac8d0c1747de1127b6bf"
> +SRC_URI[sha256sum] = "39626cf3d48c4fd5a9139a2627d42bfefac7ce47f470bdba3aeb4e3d7c49566a"
>
> DEPENDS += " ${@base_contains('DISTRO_FEATURES', 'pam', 'libpam', '', d)}"
> RDEPENDS_${PN} += " ${@base_contains('DISTRO_FEATURES', 'pam', 'pam-plugin-limits pam-plugin-keyinit', '', d)}"
>
The pam stuff should be PACKAGECONFIG'ed
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2013-07-12 16:37 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-12 13:28 [PATCH] sudo upgrade to 1.8.7 Andrei Dinu
2013-07-12 13:35 ` Martin Jansa
2013-07-12 16:37 ` Saul Wold
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox