From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 0A70DC433EF for ; Thu, 16 Jun 2022 07:37:32 +0000 (UTC) Received: from relay12.mail.gandi.net (relay12.mail.gandi.net [217.70.178.232]) by mx.groups.io with SMTP id smtpd.web08.15157.1655365049217135730 for ; Thu, 16 Jun 2022 00:37:29 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@bootlin.com header.s=gm1 header.b=QXcbN/Ah; spf=pass (domain: bootlin.com, ip: 217.70.178.232, mailfrom: alexandre.belloni@bootlin.com) Received: (Authenticated sender: alexandre.belloni@bootlin.com) by mail.gandi.net (Postfix) with ESMTPSA id 2556A200003; Thu, 16 Jun 2022 07:37:26 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=gm1; t=1655365047; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=oeu+p6spDfpfJDA5NYF4mpuZFWXzJHS2XM3ufGtZnwM=; b=QXcbN/Ah51QnaoNhYtbXIFJRKRYMdMP+9m+ZOoTHeFGnYJW/BJ1HIkf3ZYUa83yPOku1sL t9px5bB2slOhf4BJkNi0e5zi7vrVSuiogp8pRG4GaUhIFrsQaLE1Z8KZG2PFt/A5UeSNml hi3MdWIghmDjl/sk8sG3lkpmMu5JW+V3UMTmLXs38A6+xUM6MiaeO3CNIA3KHsiSD3Co1G KmT3cVCAc4LNgzxRkhbTHb25amD/Ie+75l6y3GwDP4HvqR/w9Z3qBf6TQ2WG5SzUScSl2E QQ9nBeS2fdyyQSbE4FN61ueS55hOpwz8XTZNP7HZnSa/O+kSpFAMyGIhdG9DPQ== Date: Thu, 16 Jun 2022 09:37:26 +0200 From: Alexandre Belloni To: wangmy Cc: openembedded-core@lists.openembedded.org Subject: Re: [OE-core] [PATCH] sudo: upgrade 1.9.10 -> 1.9.11 Message-ID: References: <1655281192-6663-1-git-send-email-wangmy@fujitsu.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 16 Jun 2022 07:37:32 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/167003 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 > > --- > > 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