* [OE-core] [PATCH] sudo: upgrade 1.9.10 -> 1.9.11
@ 2022-06-15 8:19 Wang Mingyu
2022-06-15 8:19 ` [OE-core] [PATCH] piglit: upgrade to latest revision Wang Mingyu
` (2 more replies)
0 siblings, 3 replies; 5+ messages in thread
From: Wang Mingyu @ 2022-06-15 8:19 UTC (permalink / raw)
To: openembedded-core; +Cc: Wang Mingyu
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
meta/recipes-extended/sudo/{sudo_1.9.10.bb => sudo_1.9.11.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-extended/sudo/{sudo_1.9.10.bb => sudo_1.9.11.bb} (96%)
diff --git a/meta/recipes-extended/sudo/sudo_1.9.10.bb b/meta/recipes-extended/sudo/sudo_1.9.11.bb
similarity index 96%
rename from meta/recipes-extended/sudo/sudo_1.9.10.bb
rename to meta/recipes-extended/sudo/sudo_1.9.11.bb
index aa0d814ed7..5e97d8a2cc 100644
--- a/meta/recipes-extended/sudo/sudo_1.9.10.bb
+++ b/meta/recipes-extended/sudo/sudo_1.9.11.bb
@@ -8,7 +8,7 @@ SRC_URI = "https://www.sudo.ws/dist/sudo-${PV}.tar.gz \
PAM_SRC_URI = "file://sudo.pam"
-SRC_URI[sha256sum] = "44a1461098e7c7b8e6ac597499c24fb2e43748c0c139a8b4944e57d1349a64f4"
+SRC_URI[sha256sum] = "b5476e30d83ca14734da9370f2206beb21c8a33fc85a504fb8a61d18d8b351be"
DEPENDS += " virtual/crypt ${@bb.utils.contains('DISTRO_FEATURES', 'pam', 'libpam', '', d)}"
RDEPENDS:${PN} += " ${@bb.utils.contains('DISTRO_FEATURES', 'pam', 'pam-plugin-limits pam-plugin-keyinit', '', d)}"
--
2.25.1
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [OE-core] [PATCH] piglit: upgrade to latest revision
2022-06-15 8:19 [OE-core] [PATCH] sudo: upgrade 1.9.10 -> 1.9.11 Wang Mingyu
@ 2022-06-15 8:19 ` Wang Mingyu
2022-06-15 8:19 ` [OE-core] [PATCH] stress-ng: upgrade 0.14.01 -> 0.14.02 Wang Mingyu
2022-06-16 7:30 ` [OE-core] [PATCH] sudo: upgrade 1.9.10 -> 1.9.11 Alexandre Belloni
2 siblings, 0 replies; 5+ messages in thread
From: Wang Mingyu @ 2022-06-15 8:19 UTC (permalink / raw)
To: openembedded-core; +Cc: Wang Mingyu
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
meta/recipes-graphics/piglit/piglit_git.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta/recipes-graphics/piglit/piglit_git.bb b/meta/recipes-graphics/piglit/piglit_git.bb
index 08f664ca61..7b8dc5f0b4 100644
--- a/meta/recipes-graphics/piglit/piglit_git.bb
+++ b/meta/recipes-graphics/piglit/piglit_git.bb
@@ -14,7 +14,7 @@ SRC_URI = "git://gitlab.freedesktop.org/mesa/piglit.git;protocol=https;branch=ma
"
UPSTREAM_CHECK_COMMITS = "1"
-SRCREV = "a1a1824b38f1d7bfe851633db416c6bed84ba557"
+SRCREV = "b84975ef4575d8121dbc50fca72341aad4572cdc"
# (when PV goes above 1.0 remove the trailing r)
PV = "1.0+gitr${SRCPV}"
--
2.25.1
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [OE-core] [PATCH] stress-ng: upgrade 0.14.01 -> 0.14.02
2022-06-15 8:19 [OE-core] [PATCH] sudo: upgrade 1.9.10 -> 1.9.11 Wang Mingyu
2022-06-15 8:19 ` [OE-core] [PATCH] piglit: upgrade to latest revision Wang Mingyu
@ 2022-06-15 8:19 ` Wang Mingyu
2022-06-16 7:30 ` [OE-core] [PATCH] sudo: upgrade 1.9.10 -> 1.9.11 Alexandre Belloni
2 siblings, 0 replies; 5+ messages in thread
From: Wang Mingyu @ 2022-06-15 8:19 UTC (permalink / raw)
To: openembedded-core; +Cc: Wang Mingyu
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
.../stress-ng/{stress-ng_0.14.01.bb => stress-ng_0.14.02.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-extended/stress-ng/{stress-ng_0.14.01.bb => stress-ng_0.14.02.bb} (93%)
diff --git a/meta/recipes-extended/stress-ng/stress-ng_0.14.01.bb b/meta/recipes-extended/stress-ng/stress-ng_0.14.02.bb
similarity index 93%
rename from meta/recipes-extended/stress-ng/stress-ng_0.14.01.bb
rename to meta/recipes-extended/stress-ng/stress-ng_0.14.02.bb
index cba15e947e..000a640917 100644
--- a/meta/recipes-extended/stress-ng/stress-ng_0.14.01.bb
+++ b/meta/recipes-extended/stress-ng/stress-ng_0.14.02.bb
@@ -6,7 +6,7 @@ LICENSE = "GPL-2.0-only"
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
SRC_URI = "git://github.com/ColinIanKing/stress-ng.git;protocol=https;branch=master"
-SRCREV = "597da6154263c9317291f2dd0ed71a8ff1e8b2dc"
+SRCREV = "5239ae6c82bfb239637b5a66cd39a035a158e641"
S = "${WORKDIR}/git"
DEPENDS = "coreutils-native"
--
2.25.1
^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: [OE-core] [PATCH] sudo: upgrade 1.9.10 -> 1.9.11
2022-06-15 8:19 [OE-core] [PATCH] sudo: upgrade 1.9.10 -> 1.9.11 Wang Mingyu
2022-06-15 8:19 ` [OE-core] [PATCH] piglit: upgrade to latest revision Wang Mingyu
2022-06-15 8:19 ` [OE-core] [PATCH] stress-ng: upgrade 0.14.01 -> 0.14.02 Wang Mingyu
@ 2022-06-16 7:30 ` Alexandre Belloni
2022-06-16 7:37 ` Alexandre Belloni
2 siblings, 1 reply; 5+ messages in thread
From: Alexandre Belloni @ 2022-06-16 7:30 UTC (permalink / raw)
To: wangmy; +Cc: openembedded-core
Hi,
It seems this fails on x32:
https://autobuilder.yoctoproject.org/typhoon/#/builders/57/builds/5283/steps/11/logs/stdio
On 15/06/2022 16:19:50+0800, wangmy wrote:
> Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
> ---
> meta/recipes-extended/sudo/{sudo_1.9.10.bb => sudo_1.9.11.bb} | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
> rename meta/recipes-extended/sudo/{sudo_1.9.10.bb => sudo_1.9.11.bb} (96%)
>
> diff --git a/meta/recipes-extended/sudo/sudo_1.9.10.bb b/meta/recipes-extended/sudo/sudo_1.9.11.bb
> similarity index 96%
> rename from meta/recipes-extended/sudo/sudo_1.9.10.bb
> rename to meta/recipes-extended/sudo/sudo_1.9.11.bb
> index aa0d814ed7..5e97d8a2cc 100644
> --- a/meta/recipes-extended/sudo/sudo_1.9.10.bb
> +++ b/meta/recipes-extended/sudo/sudo_1.9.11.bb
> @@ -8,7 +8,7 @@ SRC_URI = "https://www.sudo.ws/dist/sudo-${PV}.tar.gz \
>
> PAM_SRC_URI = "file://sudo.pam"
>
> -SRC_URI[sha256sum] = "44a1461098e7c7b8e6ac597499c24fb2e43748c0c139a8b4944e57d1349a64f4"
> +SRC_URI[sha256sum] = "b5476e30d83ca14734da9370f2206beb21c8a33fc85a504fb8a61d18d8b351be"
>
> DEPENDS += " virtual/crypt ${@bb.utils.contains('DISTRO_FEATURES', 'pam', 'libpam', '', d)}"
> RDEPENDS:${PN} += " ${@bb.utils.contains('DISTRO_FEATURES', 'pam', 'pam-plugin-limits pam-plugin-keyinit', '', d)}"
> --
> 2.25.1
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#166920): https://lists.openembedded.org/g/openembedded-core/message/166920
> Mute This Topic: https://lists.openembedded.org/mt/91772378/3617179
> Group Owner: openembedded-core+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [alexandre.belloni@bootlin.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
--
Alexandre Belloni, co-owner and COO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [OE-core] [PATCH] sudo: upgrade 1.9.10 -> 1.9.11
2022-06-16 7:30 ` [OE-core] [PATCH] sudo: upgrade 1.9.10 -> 1.9.11 Alexandre Belloni
@ 2022-06-16 7:37 ` Alexandre Belloni
0 siblings, 0 replies; 5+ messages in thread
From: Alexandre Belloni @ 2022-06-16 7:37 UTC (permalink / raw)
To: wangmy; +Cc: openembedded-core
On 16/06/2022 09:30:33+0200, Alexandre Belloni wrote:
> Hi,
>
> It seems this fails on x32:
>
> https://autobuilder.yoctoproject.org/typhoon/#/builders/57/builds/5283/steps/11/logs/stdio
It also failed on arm64:
https://autobuilder.yoctoproject.org/typhoon/#/builders/42/builds/5347/steps/11/logs/stdio
>
> On 15/06/2022 16:19:50+0800, wangmy wrote:
> > Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
> > ---
> > meta/recipes-extended/sudo/{sudo_1.9.10.bb => sudo_1.9.11.bb} | 2 +-
> > 1 file changed, 1 insertion(+), 1 deletion(-)
> > rename meta/recipes-extended/sudo/{sudo_1.9.10.bb => sudo_1.9.11.bb} (96%)
> >
> > diff --git a/meta/recipes-extended/sudo/sudo_1.9.10.bb b/meta/recipes-extended/sudo/sudo_1.9.11.bb
> > similarity index 96%
> > rename from meta/recipes-extended/sudo/sudo_1.9.10.bb
> > rename to meta/recipes-extended/sudo/sudo_1.9.11.bb
> > index aa0d814ed7..5e97d8a2cc 100644
> > --- a/meta/recipes-extended/sudo/sudo_1.9.10.bb
> > +++ b/meta/recipes-extended/sudo/sudo_1.9.11.bb
> > @@ -8,7 +8,7 @@ SRC_URI = "https://www.sudo.ws/dist/sudo-${PV}.tar.gz \
> >
> > PAM_SRC_URI = "file://sudo.pam"
> >
> > -SRC_URI[sha256sum] = "44a1461098e7c7b8e6ac597499c24fb2e43748c0c139a8b4944e57d1349a64f4"
> > +SRC_URI[sha256sum] = "b5476e30d83ca14734da9370f2206beb21c8a33fc85a504fb8a61d18d8b351be"
> >
> > DEPENDS += " virtual/crypt ${@bb.utils.contains('DISTRO_FEATURES', 'pam', 'libpam', '', d)}"
> > RDEPENDS:${PN} += " ${@bb.utils.contains('DISTRO_FEATURES', 'pam', 'pam-plugin-limits pam-plugin-keyinit', '', d)}"
> > --
> > 2.25.1
> >
>
> >
> > -=-=-=-=-=-=-=-=-=-=-=-
> > Links: You receive all messages sent to this group.
> > View/Reply Online (#166920): https://lists.openembedded.org/g/openembedded-core/message/166920
> > Mute This Topic: https://lists.openembedded.org/mt/91772378/3617179
> > Group Owner: openembedded-core+owner@lists.openembedded.org
> > Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [alexandre.belloni@bootlin.com]
> > -=-=-=-=-=-=-=-=-=-=-=-
> >
>
>
> --
> Alexandre Belloni, co-owner and COO, Bootlin
> Embedded Linux and Kernel engineering
> https://bootlin.com
--
Alexandre Belloni, co-owner and COO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2022-06-16 7:37 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-06-15 8:19 [OE-core] [PATCH] sudo: upgrade 1.9.10 -> 1.9.11 Wang Mingyu
2022-06-15 8:19 ` [OE-core] [PATCH] piglit: upgrade to latest revision Wang Mingyu
2022-06-15 8:19 ` [OE-core] [PATCH] stress-ng: upgrade 0.14.01 -> 0.14.02 Wang Mingyu
2022-06-16 7:30 ` [OE-core] [PATCH] sudo: upgrade 1.9.10 -> 1.9.11 Alexandre Belloni
2022-06-16 7:37 ` Alexandre Belloni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox