From patchwork Fri Aug 19 07:26:46 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexander Kanavin X-Patchwork-Id: 11600 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 71EF8C3F6B0 for ; Fri, 19 Aug 2022 07:27:58 +0000 (UTC) Received: from mail-wr1-f53.google.com (mail-wr1-f53.google.com [209.85.221.53]) by mx.groups.io with SMTP id smtpd.web12.470.1660894068364851799 for ; Fri, 19 Aug 2022 00:27:48 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=H8e8z1Yv; spf=pass (domain: gmail.com, ip: 209.85.221.53, mailfrom: alex.kanavin@gmail.com) Received: by mail-wr1-f53.google.com with SMTP id k16so4155796wrx.11 for ; Fri, 19 Aug 2022 00:27:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:from:to:cc; bh=APLQS2qRkjww//L6CrMTAEK7/sYWSBiaq5NqZhGYqA4=; b=H8e8z1YvnQgkY4g+BPQlSpXbQlygzQqlRJuJ8djE7NtLDTDi39sN5D7TSWYCNRTKU1 3f2LWYqMfrLIs+wqFTMuDZOOP83kL1F7tIRozQhK4KldkXFOZTlRjFsYr4EWQ0WgV5Yv JAiznKeVSIwLHN+SWtt93466kSQeDj57KNcPpcAmeXEEEukViFyp+yjRwDBXzEOCQ3M/ VbkHp/743Dpx/t1+6Ru75jcyWre+AtLVoSJMs1/O4iC5K6QpkLCT9yAHoq7Ccg30wqru VkvlgQOtARKdoYMADjsu3re+0iBJpLLNDtm8BcIkyxaBgwe4H+q2qyev92/6Xah5sOC0 Nx3w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:x-gm-message-state:from:to:cc; bh=APLQS2qRkjww//L6CrMTAEK7/sYWSBiaq5NqZhGYqA4=; b=A2G04VvjE18Ot+2GDA8HzaZHZLxc3DlKZaLCjhOnyejU97abjIEzRiuwReDAdrEegG PkemGiijPXSNzxdLjFvU16j1THeegIdB3K9BNq3J+V1vSnoZKfBpj1TFMCxQeVlQOHPm 9nEnOvca6jLO1h8sfxVPRzj1JlA7X/ZYB8mgvSmQde+IZUsjzySDE973vLHVctb2UtrD IrO9TS6JUIplvO9y61Ua9Zov6sPh8VI6CVOJVRDgj7eXc2u2VllvjjEF/t0RCJAZRypy uoiHKjKo9OAHpuuHgboI1UwSWyvA0EptqnXCiDIef0hTlEp/7Rlc3P1GNf8eJOZBPmli LRfg== X-Gm-Message-State: ACgBeo1VZd5B2TfogAXxO2jax40cGLPBI6ThzBFhdoVFg5bCsDH3Ud1l bhGylLokhhqX52cGqt/0Bh964yhEFps= X-Google-Smtp-Source: AA6agR6IXCWOWx2JlBIuqVSuyh8LGntZ4ZiPHrAkDgYtly9oX6tGzuyhslDpLYd653TGUsIcfxycGg== X-Received: by 2002:a05:6000:1379:b0:21f:c4d:957a with SMTP id q25-20020a056000137900b0021f0c4d957amr3443597wrz.210.1660894066461; Fri, 19 Aug 2022 00:27:46 -0700 (PDT) Received: from Zen2.lab.linutronix.de. (drugstore.linutronix.de. [80.153.143.164]) by smtp.gmail.com with ESMTPSA id ay15-20020a05600c1e0f00b003a604a29a34sm4650739wmb.35.2022.08.19.00.27.45 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 19 Aug 2022 00:27:45 -0700 (PDT) From: Alexander Kanavin X-Google-Original-From: Alexander Kanavin To: openembedded-core@lists.openembedded.org Cc: Alexander Kanavin Subject: [PATCH 01/42] nfs-utils: upgrade 2.6.1 -> 2.6.2 Date: Fri, 19 Aug 2022 09:26:46 +0200 Message-Id: <20220819072727.2236928-1-alex@linutronix.de> X-Mailer: git-send-email 2.30.2 MIME-Version: 1.0 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 ; Fri, 19 Aug 2022 07:27:58 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/169572 /usr/sbin/rpcctl is written in python, so add it as a separate package with python3 RDEPENDS. Signed-off-by: Alexander Kanavin --- .../nfs-utils/{nfs-utils_2.6.1.bb => nfs-utils_2.6.2.bb} | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) rename meta/recipes-connectivity/nfs-utils/{nfs-utils_2.6.1.bb => nfs-utils_2.6.2.bb} (95%) diff --git a/meta/recipes-connectivity/nfs-utils/nfs-utils_2.6.1.bb b/meta/recipes-connectivity/nfs-utils/nfs-utils_2.6.2.bb similarity index 95% rename from meta/recipes-connectivity/nfs-utils/nfs-utils_2.6.1.bb rename to meta/recipes-connectivity/nfs-utils/nfs-utils_2.6.2.bb index bbed5aea59..57aac8c60b 100644 --- a/meta/recipes-connectivity/nfs-utils/nfs-utils_2.6.1.bb +++ b/meta/recipes-connectivity/nfs-utils/nfs-utils_2.6.2.bb @@ -31,7 +31,7 @@ SRC_URI = "${KERNELORG_MIRROR}/linux/utils/nfs-utils/${PV}/nfs-utils-${PV}.tar.x file://0001-Makefile.am-fix-undefined-function-for-libnsm.a.patch \ file://clang-warnings.patch \ " -SRC_URI[sha256sum] = "60dfcd94a9f3d72a12bc7058d811787ec87a6d593d70da2123faf9aad3d7a1df" +SRC_URI[sha256sum] = "5200873e81c4d610e2462fc262fe18135f2dbe78b7979f95accd159ae64d5011" # Only kernel-module-nfsd is required here (but can be built-in) - the nfsd module will # pull in the remainder of the dependencies. @@ -70,7 +70,9 @@ PACKAGECONFIG[nfsv41] = "--enable-nfsv41,--disable-nfsv41,libdevmapper,libdevmap # keyutils is available in meta-oe PACKAGECONFIG[nfsv4] = "--enable-nfsv4,--disable-nfsv4,keyutils,python3-core" -PACKAGES =+ "${PN}-client ${PN}-mount ${PN}-stats" +PACKAGES =+ "${PN}-client ${PN}-mount ${PN}-rpcctl ${PN}-stats" + +FILES:${PN} += "${nonarch_libdir}/modprobe.d" CONFFILES:${PN}-client += "${localstatedir}/lib/nfs/etab \ ${localstatedir}/lib/nfs/rmtab \ @@ -90,6 +92,9 @@ RDEPENDS:${PN}-client = "${PN}-mount rpcbind" FILES:${PN}-mount = "${base_sbindir}/*mount.nfs*" +FILES:${PN}-rpcctl = "${sbindir}/rpcctl" +RDEPENDS:${PN}-rpcctl = "python3-core" + FILES:${PN}-stats = "${sbindir}/mountstats ${sbindir}/nfsiostat ${sbindir}/nfsdclnts" RDEPENDS:${PN}-stats = "python3-core" From patchwork Fri Aug 19 07:26:47 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexander Kanavin X-Patchwork-Id: 11598 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 8678FC32773 for ; Fri, 19 Aug 2022 07:27:58 +0000 (UTC) Received: from mail-wr1-f49.google.com (mail-wr1-f49.google.com [209.85.221.49]) by mx.groups.io with SMTP id smtpd.web08.482.1660894068833603902 for ; Fri, 19 Aug 2022 00:27:49 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=C71TL4RD; spf=pass (domain: gmail.com, ip: 209.85.221.49, mailfrom: alex.kanavin@gmail.com) Received: by mail-wr1-f49.google.com with SMTP id h5so3368777wru.7 for ; Fri, 19 Aug 2022 00:27:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc; bh=EjgLLsNlTyuTcoLBJZMpf8d7dWLG+IZBq8kNmqat2EE=; b=C71TL4RDJi/FDrtFYioTAGjughO930bFChtn12o4sEcavUZjhaaTT9n0O3BHochTDC lKR4/R9Y9nFqT/vjjUgMgIT/ve/hYRssD0WSQGfZLq7prgn+H/HRMDeG2ktKLvaZLRA6 dEhpabeBoRZRzXB/0zGeQEcNEymA3qaBDAGomrmMShmUSmPMzfaNdhsbNrj62Bl055xX oyrVETZHw1MwSydlyGjubMr3SLy/KKMbC3OiyiKGbgLV5r6AdQfYJ+WJ9IOo5rG2suaj tE6nit5yGYPAL0kpRIIgivD1Nfm7T+drRSzuxDF+mp2fdD4DNNuPaOsEocHTPSYYhcVo TRNA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc; bh=EjgLLsNlTyuTcoLBJZMpf8d7dWLG+IZBq8kNmqat2EE=; b=f7CBZHaVhsmYb+wdm+7nyYejr2CkgP90qS/9pX1CEc4z6xrRqaBfFTLecaNrHzsPDq kCvLSohnvfeiol4v4twWcctpIe/LQP41YIHN6xe3kmKCSN53X/21sVj+hXoYiBgeJiR+ M7V5oCw9/jKfn1avqAhrg+Vriq5ub7L65qBsdA/UyE7Rr5TMANSP6GzWC5iHESMk+Yve InraCIX69GVmzXIsiffElBRgEZ3+kODxkF+WbS3wYtC88bep9ewiMD0Wsn5pmPdgFvwJ hSXfr12PI55uJvWPjwTxpsY+fPw9G4CNou/PGMvLbJoMUqHuLBG4ntNBKjY2cdC6AVex p9ag== X-Gm-Message-State: ACgBeo23HKt2JjrE50pXpEykEs8/H0U9IaP2PBK+NlL5SX/AWk+X/CC4 YA7I5AT2wkPq3mKhRJMH9X7Z72v5FKI= X-Google-Smtp-Source: AA6agR4eHilLM6KuIhd3yV7gUFYQ2zpaIXR6+2r51YpkxaHB6pC21g0zLvcl96OmGnD+0+w2MTMdsQ== X-Received: by 2002:adf:fb8f:0:b0:225:2def:221e with SMTP id a15-20020adffb8f000000b002252def221emr3397309wrr.130.1660894067260; Fri, 19 Aug 2022 00:27:47 -0700 (PDT) Received: from Zen2.lab.linutronix.de. (drugstore.linutronix.de. [80.153.143.164]) by smtp.gmail.com with ESMTPSA id ay15-20020a05600c1e0f00b003a604a29a34sm4650739wmb.35.2022.08.19.00.27.46 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 19 Aug 2022 00:27:46 -0700 (PDT) From: Alexander Kanavin X-Google-Original-From: Alexander Kanavin To: openembedded-core@lists.openembedded.org Cc: Alexander Kanavin Subject: [PATCH 02/42] tzdata: upgrade 2022a -> 2022b Date: Fri, 19 Aug 2022 09:26:47 +0200 Message-Id: <20220819072727.2236928-2-alex@linutronix.de> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20220819072727.2236928-1-alex@linutronix.de> References: <20220819072727.2236928-1-alex@linutronix.de> MIME-Version: 1.0 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 ; Fri, 19 Aug 2022 07:27:58 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/169573 Signed-off-by: Alexander Kanavin --- meta/recipes-extended/timezone/timezone.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/meta/recipes-extended/timezone/timezone.inc b/meta/recipes-extended/timezone/timezone.inc index cdd1a2ac3c..2b956cf7c0 100644 --- a/meta/recipes-extended/timezone/timezone.inc +++ b/meta/recipes-extended/timezone/timezone.inc @@ -6,7 +6,7 @@ SECTION = "base" LICENSE = "PD & BSD-3-Clause" LIC_FILES_CHKSUM = "file://LICENSE;md5=c679c9d6b02bc2757b3eaf8f53c43fba" -PV = "2022a" +PV = "2022b" SRC_URI =" http://www.iana.org/time-zones/repository/releases/tzcode${PV}.tar.gz;name=tzcode \ http://www.iana.org/time-zones/repository/releases/tzdata${PV}.tar.gz;name=tzdata \ @@ -14,6 +14,6 @@ SRC_URI =" http://www.iana.org/time-zones/repository/releases/tzcode${PV}.tar.gz UPSTREAM_CHECK_URI = "http://www.iana.org/time-zones" -SRC_URI[tzcode.sha256sum] = "f8575e7e33be9ee265df2081092526b81c80abac3f4a04399ae9d4d91cdadac7" -SRC_URI[tzdata.sha256sum] = "ef7fffd9f4f50f4f58328b35022a32a5a056b245c5cb3d6791dddb342f871664" +SRC_URI[tzcode.sha256sum] = "bab20d943e59a3218435f48d868a4e552f18d6d7f3dd128660c5660c80b8a05f" +SRC_URI[tzdata.sha256sum] = "f590eaf04a395245426c2be4fae71c143aea5cebc11088b7a0a5704461df397d" From patchwork Fri Aug 19 07:26:48 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexander Kanavin X-Patchwork-Id: 11607 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 A9BB1C32796 for ; Fri, 19 Aug 2022 07:27:58 +0000 (UTC) Received: from mail-wr1-f54.google.com (mail-wr1-f54.google.com [209.85.221.54]) by mx.groups.io with SMTP id smtpd.web10.470.1660894069618602835 for ; Fri, 19 Aug 2022 00:27:49 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=qaF1fhPI; spf=pass (domain: gmail.com, ip: 209.85.221.54, mailfrom: alex.kanavin@gmail.com) Received: by mail-wr1-f54.google.com with SMTP id e20so3685662wri.13 for ; Fri, 19 Aug 2022 00:27:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc; bh=/fGtIKnOFnrkIo7hr0957S4a8WR4+Krm16jHhOw4TxU=; b=qaF1fhPIDHOUd2SzSFqPkRWLH7iu0zG9W9Jd5ucBX+g0W94NeiNyk1uLYfmEeq6vej OLaEu3vleocGDueobWwIKf8OibPAHqvptq4CoXNt+F7A+WrtBKrZoDv55b0hSfGt5BI1 T/p/TLErJW2ScwjCy93Mvhq1CLe8Im6UVaxtE8QXc1C/T0p1RPlNWQOg0DyFf9nr7Mbs 8BeK8yiVnbrVBuonWXwHOPgBKGU9liSa+Ij2gqYhB35YKM/nyrRICP80G6fm1umFvtCP WQt5anU/rEuSgcflYyaS7HNoVx4V7rRqsjvfi1YbvymSiF3h59NneVsKHkNP8U1kabNJ 3gdg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc; bh=/fGtIKnOFnrkIo7hr0957S4a8WR4+Krm16jHhOw4TxU=; b=YxUkwMSkFVkrCQOvQeAzYynnr8dyznpzqpnzkO3C2s8isX3FFBG4ZbipA9HUcLatl6 BwgAFqBiouMrklQQc9OpXnNtHxri6nhA42QG+QOcbXbt/GJdBFRLuFHN8384oG2nTGQZ QMyBGdZu1YKHaFH4SJjS0zq/Lzeh3mU5ejKKl+j+PLhFXZ0IREl0wS0jRq6khRnJNoex NLrN3fNJIWrhSqk0bqUcp82gTsnEFyyMDVqonYXXUBc46Cc6wgLz4NmhoL91K7EwGQQN bepz4so7uwaGVLa1M3WMUC446fmDudWvFFWAwdLdoq0EYdRrGGJbH2YIlCYGcDL0uDJv vCSA== X-Gm-Message-State: ACgBeo1NrR+pVTW7DnxH3hrgH8iDdAzQtt2ufTR4KOyENF0kHAe6Y14b K1Sa3DMEpn7JSQ36umqb7kg46mnuL+I= X-Google-Smtp-Source: AA6agR7yzU62kceFNveGW3i/VKCDxH4yYNgACAI6snC6hUEVeEAX28210rxV8zGq/pG3jD1BRL2xTw== X-Received: by 2002:a5d:64aa:0:b0:21f:12ae:f8ef with SMTP id m10-20020a5d64aa000000b0021f12aef8efmr3489660wrp.452.1660894068058; Fri, 19 Aug 2022 00:27:48 -0700 (PDT) Received: from Zen2.lab.linutronix.de. (drugstore.linutronix.de. [80.153.143.164]) by smtp.gmail.com with ESMTPSA id ay15-20020a05600c1e0f00b003a604a29a34sm4650739wmb.35.2022.08.19.00.27.47 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 19 Aug 2022 00:27:47 -0700 (PDT) From: Alexander Kanavin X-Google-Original-From: Alexander Kanavin To: openembedded-core@lists.openembedded.org Cc: Alexander Kanavin Subject: [PATCH 03/42] libcgroup: update 2.0.2 -> 3.0.0 Date: Fri, 19 Aug 2022 09:26:48 +0200 Message-Id: <20220819072727.2236928-3-alex@linutronix.de> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20220819072727.2236928-1-alex@linutronix.de> References: <20220819072727.2236928-1-alex@linutronix.de> MIME-Version: 1.0 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 ; Fri, 19 Aug 2022 07:27:58 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/169574 License-Update: formatting Signed-off-by: Alexander Kanavin --- .../libcgroup/{libcgroup_2.0.2.bb => libcgroup_3.0.0.bb} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename meta/recipes-core/libcgroup/{libcgroup_2.0.2.bb => libcgroup_3.0.0.bb} (81%) diff --git a/meta/recipes-core/libcgroup/libcgroup_2.0.2.bb b/meta/recipes-core/libcgroup/libcgroup_3.0.0.bb similarity index 81% rename from meta/recipes-core/libcgroup/libcgroup_2.0.2.bb rename to meta/recipes-core/libcgroup/libcgroup_3.0.0.bb index 7ade372cae..efd887844d 100644 --- a/meta/recipes-core/libcgroup/libcgroup_2.0.2.bb +++ b/meta/recipes-core/libcgroup/libcgroup_3.0.0.bb @@ -5,15 +5,15 @@ in Linux. Control groups allow you to limit, account and isolate resource usage (CPU, memory, disk I/O, etc.) of groups of processes." SECTION = "libs" LICENSE = "LGPL-2.1-only" -LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1" +LIC_FILES_CHKSUM = "file://COPYING;md5=4d794c5d710e5b3547a6cc6a6609a641" inherit autotools pkgconfig DEPENDS = "bison-native flex-native" -SRC_URI = "https://github.com/${BPN}/${BPN}/releases/download/v${PV}/${BP}.tar.gz" +SRC_URI = "https://github.com/${BPN}/${BPN}/releases/download/v3.0/${BP}.tar.gz" -SRC_URI[sha256sum] = "8ef63b32e0aff619547dbb8a25e1f6bab152d7c4864795cf915571a5994d0cf8" +SRC_URI[sha256sum] = "8d284d896fca1c981b55850e92acd3ad9648a69227c028dda7ae3402af878edd" UPSTREAM_CHECK_URI = "https://github.com/libcgroup/libcgroup/releases/" DEPENDS:append:libc-musl = " fts " From patchwork Fri Aug 19 07:26:49 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexander Kanavin X-Patchwork-Id: 11608 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 A92A4C38142 for ; Fri, 19 Aug 2022 07:27:58 +0000 (UTC) Received: from mail-wr1-f46.google.com (mail-wr1-f46.google.com [209.85.221.46]) by mx.groups.io with SMTP id smtpd.web11.458.1660894070506448354 for ; Fri, 19 Aug 2022 00:27:50 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=aptjw9Z1; spf=pass (domain: gmail.com, ip: 209.85.221.46, mailfrom: alex.kanavin@gmail.com) Received: by mail-wr1-f46.google.com with SMTP id j7so4185172wrh.3 for ; Fri, 19 Aug 2022 00:27:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc; bh=qumAPWPdNoY4cBrFhTDnHKVLzJpb8hJ9+dU4XonP5EQ=; b=aptjw9Z15dqUcwxRT4XApE6fwNz3eReZR3H+Osorg3VvERhN1DtX9Czhwh+nBo1U1p LrvMu1RQu9i/jFVtHznTAmlZ88IKVleMv6wIhvRtb9P+XYqs7X3mUdqwRxr1szHUmCm2 K9RMBCcI39svq2BAOjbZMXhJS+T+G3S4isDyf02PAdK/pO/4UbzDGuW8I4ML4xJOoPu0 OkzxnJGvpDjnf+ekMkawLKnR9QOyCckFSCB+FcJf5Y7r49HxoRd1/2eMaF5Q7MvGrayq KKJqaBdlInc+EPkD1DQfzY0ZwgueUPWOK7x1uJAERqP5k4xDsznj9Uhh5RTEc4j1iCfS M9HA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc; bh=qumAPWPdNoY4cBrFhTDnHKVLzJpb8hJ9+dU4XonP5EQ=; b=Qxi++MElI1Ziie0VWtqXyvDNBggK/7G6DJTcfYmoHg+EQ3V2MV45XcWa2oRB8jT4vr 52VMQBM1+EkSawG6QW0IalCLz8W14OsvBO1GDGbvYfAaVKtZArSdYJz4LLRatcftLUeA J7uA9qzCtDE7L7fKLoDp/BWuzgE8327jVCnKjYLGxNaSK35VCtva6WQlPzNRY0OK6RHP FBJz2pNyshUggtSY3j6KqwxKX26sH9flMQAeMgfrIenSKNsCAxLTXVUNxguxdS/n5w+i dxpfGvSfTxwD6XSmdoFKs3Xam+WDkmP3Vr6NnIjfr+0EJDyZ+SAmbKr/Mv/YhGfcgkE8 Xb1g== X-Gm-Message-State: ACgBeo3cC7LWQhB7n0beXPxtaiz7U4f3gXwg/Uf+cAgaUpbhX5rOF4sw JZ9t9t4+E65RuEDF1GOeU13JWKrAYzc= X-Google-Smtp-Source: AA6agR7atZTiVm5WWBlk3izUtZUo/f1/FsSiHVedSb7oUA9qr+hd0lcLEd+/nzwHJJzxK37FtNb8AQ== X-Received: by 2002:a5d:6303:0:b0:225:2194:7181 with SMTP id i3-20020a5d6303000000b0022521947181mr3534537wru.614.1660894068881; Fri, 19 Aug 2022 00:27:48 -0700 (PDT) Received: from Zen2.lab.linutronix.de. (drugstore.linutronix.de. [80.153.143.164]) by smtp.gmail.com with ESMTPSA id ay15-20020a05600c1e0f00b003a604a29a34sm4650739wmb.35.2022.08.19.00.27.48 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 19 Aug 2022 00:27:48 -0700 (PDT) From: Alexander Kanavin X-Google-Original-From: Alexander Kanavin To: openembedded-core@lists.openembedded.org Cc: Alexander Kanavin Subject: [PATCH 04/42] python3-setuptools-rust: update 1.4.1 -> 1.5.1 Date: Fri, 19 Aug 2022 09:26:49 +0200 Message-Id: <20220819072727.2236928-4-alex@linutronix.de> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20220819072727.2236928-1-alex@linutronix.de> References: <20220819072727.2236928-1-alex@linutronix.de> MIME-Version: 1.0 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 ; Fri, 19 Aug 2022 07:27:58 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/169575 Drop upstreamed patch. Signed-off-by: Alexander Kanavin --- ...92f08b1248dc03862da86915c2745e0ff7ec.patch | 221 ------------------ ....1.bb => python3-setuptools-rust_1.5.1.bb} | 7 +- 2 files changed, 4 insertions(+), 224 deletions(-) delete mode 100644 meta/recipes-devtools/python/python3-setuptools-rust/8e9892f08b1248dc03862da86915c2745e0ff7ec.patch rename meta/recipes-devtools/python/{python3-setuptools-rust_1.4.1.bb => python3-setuptools-rust_1.5.1.bb} (81%) diff --git a/meta/recipes-devtools/python/python3-setuptools-rust/8e9892f08b1248dc03862da86915c2745e0ff7ec.patch b/meta/recipes-devtools/python/python3-setuptools-rust/8e9892f08b1248dc03862da86915c2745e0ff7ec.patch deleted file mode 100644 index 2a531e17aa..0000000000 --- a/meta/recipes-devtools/python/python3-setuptools-rust/8e9892f08b1248dc03862da86915c2745e0ff7ec.patch +++ /dev/null @@ -1,221 +0,0 @@ -From 8e9892f08b1248dc03862da86915c2745e0ff7ec Mon Sep 17 00:00:00 2001 -From: "Andrew J. Hesford" -Date: Fri, 15 Jul 2022 10:33:02 -0400 -Subject: [PATCH] build_rust: remove linker handling that broke cross - compilation - -Upstream-Status: Submitted [https://github.com/PyO3/setuptools-rust/pull/269] -Signed-off-by: Alexander Kanavin ---- - setuptools_rust/build.py | 151 ++------------------------------------- - 1 file changed, 7 insertions(+), 144 deletions(-) - -diff --git a/setuptools_rust/build.py b/setuptools_rust/build.py -index 4fe594b..e81ed8f 100644 ---- a/setuptools_rust/build.py -+++ b/setuptools_rust/build.py -@@ -113,23 +113,10 @@ def build_extension( - self, ext: RustExtension, forced_target_triple: Optional[str] = None - ) -> List["_BuiltModule"]: - -- target_info = self._detect_rust_target(forced_target_triple) -- if target_info is not None: -- target_triple = target_info.triple -- cross_lib = target_info.cross_lib -- linker = target_info.linker -- # We're ignoring target_info.linker_args for now because we're not -- # sure if they will always do the right thing. Might help with some -- # of the OS-specific logic if it does. -- -- else: -- target_triple = None -- cross_lib = None -- linker = None -- -+ target_triple = self._detect_rust_target(forced_target_triple) - rustc_cfgs = get_rustc_cfgs(target_triple) - -- env = _prepare_build_environment(cross_lib) -+ env = _prepare_build_environment() - - if not os.path.exists(ext.path): - raise DistutilsFileError( -@@ -150,9 +137,6 @@ def build_extension( - - rustflags = [] - -- if linker is not None: -- rustflags.extend(["-C", "linker=" + linker]) -- - if ext._uses_exec_binding(): - command = [self.cargo, "build", "--manifest-path", ext.path, *cargo_args] - -@@ -407,45 +391,12 @@ def _py_limited_api(self) -> _PyLimitedApi: - - def _detect_rust_target( - self, forced_target_triple: Optional[str] = None -- ) -> Optional["_TargetInfo"]: -+ ) -> Optional[str]: - assert self.plat_name is not None -- cross_compile_info = _detect_unix_cross_compile_info() -- if cross_compile_info is not None: -- cross_target_info = cross_compile_info.to_target_info() -- if forced_target_triple is not None: -- if ( -- cross_target_info is not None -- and not cross_target_info.is_compatible_with(forced_target_triple) -- ): -- self.warn( -- f"Forced Rust target `{forced_target_triple}` is not " -- f"compatible with deduced Rust target " -- f"`{cross_target_info.triple}` - the built package " -- f" may not import successfully once installed." -- ) -- -- # Forcing the target in a cross-compile environment; use -- # the cross-compile information in combination with the -- # forced target -- return _TargetInfo( -- forced_target_triple, -- cross_compile_info.cross_lib, -- cross_compile_info.linker, -- cross_compile_info.linker_args, -- ) -- elif cross_target_info is not None: -- return cross_target_info -- else: -- raise DistutilsPlatformError( -- "Don't know the correct rust target for system type " -- f"{cross_compile_info.host_type}. Please set the " -- "CARGO_BUILD_TARGET environment variable." -- ) -- -- elif forced_target_triple is not None: -+ if forced_target_triple is not None: - # Automatic target detection can be overridden via the CARGO_BUILD_TARGET - # environment variable or --target command line option -- return _TargetInfo.for_triple(forced_target_triple) -+ return forced_target_triple - - # Determine local rust target which needs to be "forced" if necessary - local_rust_target = _adjusted_local_rust_target(self.plat_name) -@@ -457,7 +408,7 @@ def _detect_rust_target( - # check for None first to avoid calling to rustc if not needed - and local_rust_target != get_rust_host() - ): -- return _TargetInfo.for_triple(local_rust_target) -+ return local_rust_target - - return None - -@@ -547,91 +498,6 @@ class _BuiltModule(NamedTuple): - path: str - - --class _TargetInfo(NamedTuple): -- triple: str -- cross_lib: Optional[str] -- linker: Optional[str] -- linker_args: Optional[str] -- -- @staticmethod -- def for_triple(triple: str) -> "_TargetInfo": -- return _TargetInfo(triple, None, None, None) -- -- def is_compatible_with(self, target: str) -> bool: -- if self.triple == target: -- return True -- -- # the vendor field can be ignored, so x86_64-pc-linux-gnu is compatible -- # with x86_64-unknown-linux-gnu -- if _replace_vendor_with_unknown(self.triple) == target: -- return True -- -- return False -- -- --class _CrossCompileInfo(NamedTuple): -- host_type: str -- cross_lib: Optional[str] -- linker: Optional[str] -- linker_args: Optional[str] -- -- def to_target_info(self) -> Optional[_TargetInfo]: -- """Maps this cross compile info to target info. -- -- Returns None if the corresponding target information could not be -- deduced. -- """ -- # hopefully an exact match -- targets = get_rust_target_list() -- if self.host_type in targets: -- return _TargetInfo( -- self.host_type, self.cross_lib, self.linker, self.linker_args -- ) -- -- # the vendor field can be ignored, so x86_64-pc-linux-gnu is compatible -- # with x86_64-unknown-linux-gnu -- without_vendor = _replace_vendor_with_unknown(self.host_type) -- if without_vendor is not None and without_vendor in targets: -- return _TargetInfo( -- without_vendor, self.cross_lib, self.linker, self.linker_args -- ) -- -- return None -- -- --def _detect_unix_cross_compile_info() -> Optional["_CrossCompileInfo"]: -- # See https://github.com/PyO3/setuptools-rust/issues/138 -- # This is to support cross compiling on *NIX, where plat_name isn't -- # necessarily the same as the system we are running on. *NIX systems -- # have more detailed information available in sysconfig. We need that -- # because plat_name doesn't give us information on e.g., glibc vs musl. -- host_type = sysconfig.get_config_var("HOST_GNU_TYPE") -- build_type = sysconfig.get_config_var("BUILD_GNU_TYPE") -- -- if not host_type or host_type == build_type: -- # not *NIX, or not cross compiling -- return None -- -- if "apple-darwin" in host_type and (build_type and "apple-darwin" in build_type): -- # On macos and the build and host differ. This is probably an arm -- # Python which was built on x86_64. Don't try to handle this for now. -- # (See https://github.com/PyO3/setuptools-rust/issues/192) -- return None -- -- stdlib = sysconfig.get_path("stdlib") -- assert stdlib is not None -- cross_lib = os.path.dirname(stdlib) -- -- bldshared = sysconfig.get_config_var("BLDSHARED") -- if not bldshared: -- linker = None -- linker_args = None -- else: -- [linker, _, linker_args] = bldshared.partition(" ") -- -- return _CrossCompileInfo(host_type, cross_lib, linker, linker_args) -- -- - def _replace_vendor_with_unknown(target: str) -> Optional[str]: - """Replaces vendor in the target triple with unknown. - -@@ -644,7 +510,7 @@ def _replace_vendor_with_unknown(target: str) -> Optional[str]: - return "-".join(components) - - --def _prepare_build_environment(cross_lib: Optional[str]) -> Dict[str, str]: -+def _prepare_build_environment() -> Dict[str, str]: - """Prepares environment variables to use when executing cargo build.""" - - # Make sure that if pythonXX-sys is used, it builds against the current -@@ -665,9 +531,6 @@ def _prepare_build_environment(cross_lib: Optional[str]) -> Dict[str, str]: - } - ) - -- if cross_lib: -- env.setdefault("PYO3_CROSS_LIB_DIR", cross_lib) -- - env.pop("CARGO", None) - return env - diff --git a/meta/recipes-devtools/python/python3-setuptools-rust_1.4.1.bb b/meta/recipes-devtools/python/python3-setuptools-rust_1.5.1.bb similarity index 81% rename from meta/recipes-devtools/python/python3-setuptools-rust_1.4.1.bb rename to meta/recipes-devtools/python/python3-setuptools-rust_1.5.1.bb index c63a3f2b52..24a4f4abef 100644 --- a/meta/recipes-devtools/python/python3-setuptools-rust_1.4.1.bb +++ b/meta/recipes-devtools/python/python3-setuptools-rust_1.5.1.bb @@ -9,9 +9,10 @@ BUGTRACKER = "https://github.com/PyO3/setuptools-rust/issues" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=011cd92e702dd9e6b1a26157b6fd53f5" -SRC_URI = "https://files.pythonhosted.org/packages/67/08/e1aa2c582c62ac76e4d60f8e454bd3bba933781a06a88b4e38797445822a/setuptools-rust-${PV}.tar.gz \ - file://8e9892f08b1248dc03862da86915c2745e0ff7ec.patch" -SRC_URI[sha256sum] = "18ff850831f58ee21d5783825c99fad632da21e47645e9427fd7dec048029e76" +SRC_URI = "${PYPI_SRC_URI} \ + https://files.pythonhosted.org/packages/67/08/e1aa2c582c62ac76e4d60f8e454bd3bba933781a06a88b4e38797445822a/setuptools-rust-${PV}.tar.gz \ + " +SRC_URI[sha256sum] = "0e05e456645d59429cb1021370aede73c0760e9360bbfdaaefb5bced530eb9d7" inherit cargo pypi python_setuptools_build_meta From patchwork Fri Aug 19 07:26:50 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexander Kanavin X-Patchwork-Id: 11606 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 9CD72C32772 for ; Fri, 19 Aug 2022 07:27:58 +0000 (UTC) Received: from mail-wr1-f54.google.com (mail-wr1-f54.google.com [209.85.221.54]) by mx.groups.io with SMTP id smtpd.web10.471.1660894071213018330 for ; Fri, 19 Aug 2022 00:27:51 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=Fwp5mYFF; spf=pass (domain: gmail.com, ip: 209.85.221.54, mailfrom: alex.kanavin@gmail.com) Received: by mail-wr1-f54.google.com with SMTP id n4so4154386wrp.10 for ; Fri, 19 Aug 2022 00:27:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc; bh=hZmIFv2yCy49mQA0McQJFv9FCLUhTAF8j4wWnLpnWxE=; b=Fwp5mYFFBf7i2W1u4QdjCRWf4pVMgU3PCMKKFgZEFKTVVw/3XonR+GGIc7WkOAC5tp D0Vgshh2UncubhSP45RvJZk4QWFfCUnE6jZ34I+jALx6Jn/G8sy1wOi7EeocZP5NCqA9 CP5bxHZHCEk20XktxVfYaLdrMg3FxzMlGkVCI7484xwbMfnT7c9ET2JAnXLkPsTfeQoa jkp4+lrVmQ0WlhmDDg50aoDZ8imeT9QEfqg2MqUGmqWwhAVuuHAV2TlDB1nTIqBzIxWz amWVv86vt5tTLBq4X98Q+7ktc5sbVF7tD9jyBeaPdgpl0wxW/yocdwrMeMlUqYYM2Ns3 YprA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc; bh=hZmIFv2yCy49mQA0McQJFv9FCLUhTAF8j4wWnLpnWxE=; b=Qtp1hIebyh0OEGK9YkK5ktxOv659LwYnsZk7SRsmSRk1Ve9kr0zmSuseKnoL9id3Se H0r8W8g293UhoOTdREoKed79xBzHj23IP1sLYDYOOj8Gf6Qo0lpd1DiTr7qvxm3QXdL7 Z9PDwwCvbUSJIPPexcq5wCg0wDfOgtPRJFFtbq2D7Ad5llc4CeJEBGwCGBTfd1M5GLnU e5UWclK8GheeBMW6wVKAU2Z0L0UBknPHHP1t3GD6/yf+zgggVmmA6afRrGP6XWVIWUdk 3B75NyiZV5vlAeglzZXHk1TkM0sYVidi+U3Jw5vVxQo0hGIxLt0LDusXQRc+ipMB1fw2 0vxQ== X-Gm-Message-State: ACgBeo2azBRZwBZmzXhidZ7N8pefyPeQZ3lS1BV162Rnsx0AHh/0yDK4 1hPuJjrcmd+e1wzmUUUT11GMTYeagSw= X-Google-Smtp-Source: AA6agR6tTDomFkt9maEiu0pK8z1QYLVJUEAaUOE4juv3DVAxGM5sJmUSO9bXB1OHmaFGYZnqTmmDpg== X-Received: by 2002:a05:6000:69a:b0:223:664f:15b8 with SMTP id bo26-20020a056000069a00b00223664f15b8mr3617930wrb.356.1660894069689; Fri, 19 Aug 2022 00:27:49 -0700 (PDT) Received: from Zen2.lab.linutronix.de. (drugstore.linutronix.de. [80.153.143.164]) by smtp.gmail.com with ESMTPSA id ay15-20020a05600c1e0f00b003a604a29a34sm4650739wmb.35.2022.08.19.00.27.48 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 19 Aug 2022 00:27:49 -0700 (PDT) From: Alexander Kanavin X-Google-Original-From: Alexander Kanavin To: openembedded-core@lists.openembedded.org Cc: Alexander Kanavin Subject: [PATCH 05/42] shadow: update 4.11.1 -> 4.12.1 Date: Fri, 19 Aug 2022 09:26:50 +0200 Message-Id: <20220819072727.2236928-5-alex@linutronix.de> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20220819072727.2236928-1-alex@linutronix.de> References: <20220819072727.2236928-1-alex@linutronix.de> MIME-Version: 1.0 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 ; Fri, 19 Aug 2022 07:27:58 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/169576 Combine two username relaxing patches into one, rebase, and submit upstream. Signed-off-by: Alexander Kanavin --- ...> 0001-shadow-use-relaxed-usernames.patch} | 47 ++++++++----------- .../shadow-4.1.3-dots-in-usernames.patch | 27 ----------- meta/recipes-extended/shadow/shadow.inc | 8 ++-- .../{shadow_4.11.1.bb => shadow_4.12.1.bb} | 0 4 files changed, 23 insertions(+), 59 deletions(-) rename meta/recipes-extended/shadow/files/{shadow-relaxed-usernames.patch => 0001-shadow-use-relaxed-usernames.patch} (76%) delete mode 100644 meta/recipes-extended/shadow/files/shadow-4.1.3-dots-in-usernames.patch rename meta/recipes-extended/shadow/{shadow_4.11.1.bb => shadow_4.12.1.bb} (100%) diff --git a/meta/recipes-extended/shadow/files/shadow-relaxed-usernames.patch b/meta/recipes-extended/shadow/files/0001-shadow-use-relaxed-usernames.patch similarity index 76% rename from meta/recipes-extended/shadow/files/shadow-relaxed-usernames.patch rename to meta/recipes-extended/shadow/files/0001-shadow-use-relaxed-usernames.patch index cc833362e9..6c7abcef1d 100644 --- a/meta/recipes-extended/shadow/files/shadow-relaxed-usernames.patch +++ b/meta/recipes-extended/shadow/files/0001-shadow-use-relaxed-usernames.patch @@ -1,6 +1,6 @@ -From ca472d6866e545aaa70a70020e3226f236a8aafc Mon Sep 17 00:00:00 2001 -From: Shan Hai -Date: Tue, 13 Sep 2016 13:45:46 +0800 +From b182c52d63bea0f08e1befcec5c3797dd97cdef5 Mon Sep 17 00:00:00 2001 +From: Alexander Kanavin +Date: Tue, 16 Aug 2022 13:46:22 +0200 Subject: [PATCH] shadow: use relaxed usernames The groupadd from shadow does not allow upper case group names, the @@ -11,21 +11,21 @@ restrictions to allow the upper case group names, and the relaxation is POSIX compliant because POSIX indicate that usernames are composed of characters from the portable filename character set [A-Za-z0-9._-]. -Upstream-Status: Pending +Upstream-Status: Submitted [https://github.com/shadow-maint/shadow/pull/551] Signed-off-by: Shan Hai - +Signed-off-by: Alexander Kanavin --- - libmisc/chkname.c | 30 ++++++++++++++++++------------ + libmisc/chkname.c | 29 ++++++++++++++++++----------- man/groupadd.8.xml | 6 ------ - man/useradd.8.xml | 8 +------- - 3 files changed, 19 insertions(+), 25 deletions(-) + man/useradd.8.xml | 6 ------ + 3 files changed, 18 insertions(+), 23 deletions(-) diff --git a/libmisc/chkname.c b/libmisc/chkname.c -index 90f185c..65762b4 100644 +index cb002a14..c0306c5a 100644 --- a/libmisc/chkname.c +++ b/libmisc/chkname.c -@@ -55,22 +55,28 @@ static bool is_valid_name (const char *name) +@@ -32,21 +32,28 @@ static bool is_valid_name (const char *name) } /* @@ -54,7 +54,6 @@ index 90f185c..65762b4 100644 - ( ('0' <= *name) && ('9' >= *name) ) || - ('_' == *name) || - ('-' == *name) || -- ('.' == *name) || - ( ('$' == *name) && ('\0' == *(name + 1)) ) - )) { + if (!( (*name >= 'a' && *name <= 'z') || @@ -67,13 +66,13 @@ index 90f185c..65762b4 100644 } } diff --git a/man/groupadd.8.xml b/man/groupadd.8.xml -index 1e58f09..d804b61 100644 +index 26671f92..3eacaa09 100644 --- a/man/groupadd.8.xml +++ b/man/groupadd.8.xml -@@ -272,12 +272,6 @@ - - - CAVEATS +@@ -63,12 +63,6 @@ + values from the system. The new group will be entered into the system + files as needed. + - - Groupnames must start with a lower case letter or an underscore, - followed by lower case letters, digits, underscores, or dashes. @@ -84,19 +83,10 @@ index 1e58f09..d804b61 100644 Groupnames may only be up to &GROUP_NAME_MAX_LENGTH; characters long. diff --git a/man/useradd.8.xml b/man/useradd.8.xml -index a16d730..c0bd777 100644 +index c7f95b47..e056d141 100644 --- a/man/useradd.8.xml +++ b/man/useradd.8.xml -@@ -366,7 +366,7 @@ - - - -- Do no create the user's home directory, even if the system -+ Do not create the user's home directory, even if the system - wide setting from /etc/login.defs - () is set to - yes. -@@ -660,12 +660,6 @@ +@@ -691,12 +691,6 @@ the user account creation request. @@ -109,3 +99,6 @@ index a16d730..c0bd777 100644 Usernames may only be up to 32 characters long. +-- +2.30.2 + diff --git a/meta/recipes-extended/shadow/files/shadow-4.1.3-dots-in-usernames.patch b/meta/recipes-extended/shadow/files/shadow-4.1.3-dots-in-usernames.patch deleted file mode 100644 index a7bb0a9290..0000000000 --- a/meta/recipes-extended/shadow/files/shadow-4.1.3-dots-in-usernames.patch +++ /dev/null @@ -1,27 +0,0 @@ -# commit message copied from openembedded: -# commit 246c80637b135f3a113d319b163422f98174ee6c -# Author: Khem Raj -# Date: Wed Jun 9 13:37:03 2010 -0700 -# -# shadow-4.1.4.2: Add patches to support dots in login id. -# -# Signed-off-by: Khem Raj -# -# comment added by Kevin Tian , 2010-08-11 - -Upstream-Status: Pending - -Signed-off-by: Scott Garman - -Index: shadow-4.1.4.2/libmisc/chkname.c -=================================================================== ---- shadow-4.1.4.2.orig/libmisc/chkname.c 2009-04-28 12:14:04.000000000 -0700 -+++ shadow-4.1.4.2/libmisc/chkname.c 2010-06-03 17:43:20.638973857 -0700 -@@ -61,6 +61,7 @@ static bool is_valid_name (const char *n - ( ('0' <= *name) && ('9' >= *name) ) || - ('_' == *name) || - ('-' == *name) || -+ ('.' == *name) || - ( ('$' == *name) && ('\0' == *(name + 1)) ) - )) { - return false; diff --git a/meta/recipes-extended/shadow/shadow.inc b/meta/recipes-extended/shadow/shadow.inc index f5fdf436f7..fbb1d395ff 100644 --- a/meta/recipes-extended/shadow/shadow.inc +++ b/meta/recipes-extended/shadow/shadow.inc @@ -11,10 +11,9 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=c9a450b7be84eac23e6353efecb60b5b \ DEPENDS = "virtual/crypt" UPSTREAM_CHECK_URI = "https://github.com/shadow-maint/shadow/releases" -SRC_URI = "https://github.com/shadow-maint/shadow/releases/download/v${PV}/${BP}.tar.gz \ - file://shadow-4.1.3-dots-in-usernames.patch \ +SRC_URI = "https://github.com/shadow-maint/shadow/releases/download/${PV}/${BP}.tar.gz \ + file://0001-shadow-use-relaxed-usernames.patch \ ${@bb.utils.contains('PACKAGECONFIG', 'pam', '${PAM_SRC_URI}', '', d)} \ - file://shadow-relaxed-usernames.patch \ file://useradd \ " @@ -30,8 +29,7 @@ SRC_URI:append:class-native = " \ SRC_URI:append:class-nativesdk = " \ file://0001-Disable-use-of-syslog-for-sysroot.patch \ " - -SRC_URI[sha256sum] = "f262089be6a1011d50ec7849e14571b7b2e788334368f3dccb718513f17935ed" +SRC_URI[sha256sum] = "9fdb73b5d2b44e8ba9fcee1b4493ac75dd5040bda35b9ac8b06570cd192e7ee3" # Additional Policy files for PAM PAM_SRC_URI = "file://pam.d/chfn \ diff --git a/meta/recipes-extended/shadow/shadow_4.11.1.bb b/meta/recipes-extended/shadow/shadow_4.12.1.bb similarity index 100% rename from meta/recipes-extended/shadow/shadow_4.11.1.bb rename to meta/recipes-extended/shadow/shadow_4.12.1.bb From patchwork Fri Aug 19 07:26:51 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexander Kanavin X-Patchwork-Id: 11609 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 AE13BC38145 for ; Fri, 19 Aug 2022 07:27:58 +0000 (UTC) Received: from mail-wr1-f54.google.com (mail-wr1-f54.google.com [209.85.221.54]) by mx.groups.io with SMTP id smtpd.web12.471.1660894072009517843 for ; Fri, 19 Aug 2022 00:27:52 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=fYmgUDOh; spf=pass (domain: gmail.com, ip: 209.85.221.54, mailfrom: alex.kanavin@gmail.com) Received: by mail-wr1-f54.google.com with SMTP id n4so4154421wrp.10 for ; Fri, 19 Aug 2022 00:27:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc; bh=fc7xKl4bsrgptNCAMCuw5Vfboa0Yq+2HDcnvoEP6Ku0=; b=fYmgUDOhOuNjJH40E9NOSHgR7w5h+EXorGxogQTXq6y9/3c6aOA928LoDHzv/ockXd CZB6Zs8DbUAK2tNxR88tRPJhP0sD9RJo+TsJBiKeDSQDmiI/SjC1ugE8wZudEYPmyCxn f6dTQ0CcWKu9mfO7if15MrZB2lrA40DAGhZRddFpcBQoGta8i56/B99Y7TeUgoEBtDPj NB2W7FDrYCP2FACQgc+nxhRIR4lFPVtjVvLYnfpYzz5T34EANfgqNJvhpuvdAb01s5rs mtkVubU51rRJvhriUhyN6wAepUcFCqV89QS541XJFDzXWbkJWenREDoNQB4o1/sXpbj+ gnUA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc; bh=fc7xKl4bsrgptNCAMCuw5Vfboa0Yq+2HDcnvoEP6Ku0=; b=re8XoYFwwnq2R2yr3r0hsUhkPdfh8bCsIB6yc1UgW1mZinVH4hDaQWnQeh6k1U9dxL 9rh73Lb/ghw7jUsI//EDgWUEJ9e8uqqlrX3DaSuWEh3gFtn+k+8CSTevexlNQArXinWS KEdXomf5OVspuQQfJ73+7RwuW4PWIW9YMOKw3G0vwbYj95en0mptMqLc26zL98WFfbdk Ct7UOd0dWQA9Y4fL7g+lJzBmG/f0/kQpdOCQHs5Fw0BXMg0Qk5dmhUMVLFUu3Ud+nhIv GilXgvwuAIxf3abvlvvx16CtGtv/ITeVXeISLfYhDOViGBp7agGZLYwEXQNWzIwjnoUt 0vNw== X-Gm-Message-State: ACgBeo1+LNrY0q/GW3RDtN6G3z83mdi0xM+w2AB/weR4yIGn4B0ZfWmN QHybRLXhYT7H+AaqBfaa7MYfPHAv53Y= X-Google-Smtp-Source: AA6agR5UCz153mzV7ijRZW2IBRICnYARyz1RIR16sfDYx4eQ2ClnKZFguAG2C7wgcwrdREykZx6dyg== X-Received: by 2002:a5d:4b92:0:b0:223:7666:2b8e with SMTP id b18-20020a5d4b92000000b0022376662b8emr3363514wrt.195.1660894070520; Fri, 19 Aug 2022 00:27:50 -0700 (PDT) Received: from Zen2.lab.linutronix.de. (drugstore.linutronix.de. [80.153.143.164]) by smtp.gmail.com with ESMTPSA id ay15-20020a05600c1e0f00b003a604a29a34sm4650739wmb.35.2022.08.19.00.27.49 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 19 Aug 2022 00:27:50 -0700 (PDT) From: Alexander Kanavin X-Google-Original-From: Alexander Kanavin To: openembedded-core@lists.openembedded.org Cc: Alexander Kanavin Subject: [PATCH 06/42] slang: update 2.3.2 -> 2.3.3 Date: Fri, 19 Aug 2022 09:26:51 +0200 Message-Id: <20220819072727.2236928-6-alex@linutronix.de> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20220819072727.2236928-1-alex@linutronix.de> References: <20220819072727.2236928-1-alex@linutronix.de> MIME-Version: 1.0 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 ; Fri, 19 Aug 2022 07:27:58 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/169577 Signed-off-by: Alexander Kanavin --- .../slang/slang/dont-link-to-host.patch | 23 ++++++++++++--- .../slang/slang/terminfo_fixes.patch | 28 +++++++++++++++---- .../slang/{slang_2.3.2.bb => slang_2.3.3.bb} | 3 +- 3 files changed, 43 insertions(+), 11 deletions(-) rename meta/recipes-extended/slang/{slang_2.3.2.bb => slang_2.3.3.bb} (95%) diff --git a/meta/recipes-extended/slang/slang/dont-link-to-host.patch b/meta/recipes-extended/slang/slang/dont-link-to-host.patch index 42dba0fae4..4b02068991 100644 --- a/meta/recipes-extended/slang/slang/dont-link-to-host.patch +++ b/meta/recipes-extended/slang/slang/dont-link-to-host.patch @@ -1,3 +1,8 @@ +From b4a6e3c8309cff0f2311cd959c5091213b633851 Mon Sep 17 00:00:00 2001 +From: Ross Burton +Date: Tue, 7 Feb 2017 14:35:43 +0000 +Subject: [PATCH] slang: rewrite recipe to run autoconf + SLANG_INST_LIB is the location of where slang will end up, but when building for packaging this doesn't have DESTDIR appended so can potentially link to the host for cross builds and will trigger QA errors. @@ -7,10 +12,20 @@ As this is obviously wrong, delete it. Upstream-Status: Pending Signed-off-by: Ross Burton +--- + slsh/Makefile.in | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + diff --git a/slsh/Makefile.in b/slsh/Makefile.in -index cba9d81..4c1c370 100644 +index addd343..63a5c9b 100644 --- a/slsh/Makefile.in +++ b/slsh/Makefile.in -@@ -80 +80 @@ SHELL = /bin/sh --INST_LIBS = $(DEST_LIB_DIR) $(RPATH) $(SLANG_INST_LIB) -lslang $(READLINE_LIB) $(DYNAMIC_LIBS) -+INST_LIBS = $(DEST_LIB_DIR) $(RPATH) -lslang $(READLINE_LIB) $(DYNAMIC_LIBS) +@@ -77,7 +77,7 @@ SLSYSWRAP_LIB = @LIB_SLSYSWRAP@ + #---------------------------------------------------------------------------- + @SET_MAKE@ + SHELL = /bin/sh +-INST_LIBS = $(DEST_LIB_DIR) $(RPATH) $(SLANG_INST_LIB) -lslang $(LDFLAGS) $(READLINE_LIB) $(DYNAMIC_LIBS) ++INST_LIBS = $(DEST_LIB_DIR) $(RPATH) -lslang $(LDFLAGS) $(READLINE_LIB) $(DYNAMIC_LIBS) + DEFS = -DSLSH_CONF_DIR='"$(SLSH_CONF_DIR)"' -DSLSH_PATH='"$(SLSH_LIB_DIR)"' \ + -DSLSH_CONF_DIR_ENV='$(SLSH_CONF_DIR_ENV)' -DSLSH_LIB_DIR_ENV='$(SLSH_LIB_DIR_ENV)' \ + -DSLSH_PATH_ENV='$(SLSH_PATH_ENV)' $(SLSYSWRAP_DEF) diff --git a/meta/recipes-extended/slang/slang/terminfo_fixes.patch b/meta/recipes-extended/slang/slang/terminfo_fixes.patch index 3ca20a8cab..331b7f02e4 100644 --- a/meta/recipes-extended/slang/slang/terminfo_fixes.patch +++ b/meta/recipes-extended/slang/slang/terminfo_fixes.patch @@ -1,3 +1,8 @@ +From 2a75095638002d37a2f9c7aeb0ec54f271b0a1c4 Mon Sep 17 00:00:00 2001 +From: Joe Slater +Date: Tue, 1 Aug 2017 12:36:53 -0700 +Subject: [PATCH] slang: fix terminfo related problems + Do not use the JD_TERMCAP macro since we cannot get the terminfo from ncurses pkg-config, but fix the macro to not reference host directories. Also add src/test/Makefile.in so that we can use -ltermcap if we want to. @@ -8,10 +13,18 @@ Upstream-Status: Inappropriate [see above] Signed-off-by: Joe Slater +--- + autoconf/aclocal.m4 | 8 +--- + autoconf/configure.ac | 11 +++++- + src/test/Makefile.in | 90 +++++++++++++++++++++++++++++++++++++++++++ + 3 files changed, 100 insertions(+), 9 deletions(-) + create mode 100644 src/test/Makefile.in +diff --git a/autoconf/aclocal.m4 b/autoconf/aclocal.m4 +index b2dfcd3..5f94ed3 100644 --- a/autoconf/aclocal.m4 +++ b/autoconf/aclocal.m4 -@@ -506,14 +506,10 @@ then +@@ -509,15 +509,9 @@ then else MISC_TERMINFO_DIRS="" fi @@ -19,8 +32,8 @@ Signed-off-by: Joe Slater - /usr/lib/terminfo \ - /usr/share/terminfo \ - /usr/share/lib/terminfo \ -- /usr/local/lib/terminfo" -+ +- /usr/local/lib/terminfo \ +- /etc/terminfo /lib/terminfo" TERMCAP=-ltermcap -for terminfo_dir in $JD_Terminfo_Dirs @@ -28,9 +41,11 @@ Signed-off-by: Joe Slater do if test -d $terminfo_dir then +diff --git a/autoconf/configure.ac b/autoconf/configure.ac +index 8e11e13..9e6402c 100644 --- a/autoconf/configure.ac +++ b/autoconf/configure.ac -@@ -249,7 +249,14 @@ AC_CHECK_SIZEOF(size_t) +@@ -250,7 +250,14 @@ AC_CHECK_SIZEOF(size_t) JD_CHECK_LONG_LONG JD_LARGE_FILE_SUPPORT @@ -46,7 +61,7 @@ Signed-off-by: Joe Slater JD_GCC_WARNINGS JD_SET_OBJ_SRC_DIR(src) -@@ -364,7 +371,7 @@ AC_CONFIG_HEADER(src/sysconf.h:src/confi +@@ -365,7 +372,7 @@ AC_CONFIG_HEADER(src/sysconf.h:src/config.hin) dnl AC_CONFIG_SUBDIRS(demo) AC_OUTPUT(Makefile:autoconf/Makefile.in \ @@ -55,6 +70,9 @@ Signed-off-by: Joe Slater slang.pc:autoconf/slangpc.in \ ) +diff --git a/src/test/Makefile.in b/src/test/Makefile.in +new file mode 100644 +index 0000000..4b7307f --- /dev/null +++ b/src/test/Makefile.in @@ -0,0 +1,90 @@ diff --git a/meta/recipes-extended/slang/slang_2.3.2.bb b/meta/recipes-extended/slang/slang_2.3.3.bb similarity index 95% rename from meta/recipes-extended/slang/slang_2.3.2.bb rename to meta/recipes-extended/slang/slang_2.3.3.bb index 08cc9670dc..05b8aff0f2 100644 --- a/meta/recipes-extended/slang/slang_2.3.2.bb +++ b/meta/recipes-extended/slang/slang_2.3.3.bb @@ -23,8 +23,7 @@ SRC_URI = "http://www.jedsoft.org/releases/${BPN}/${BP}.tar.bz2 \ file://run-ptest \ " -SRC_URI[md5sum] = "c2d5a7aa0246627da490be4e399c87cb" -SRC_URI[sha256sum] = "fc9e3b0fc4f67c3c1f6d43c90c16a5c42d117b8e28457c5b46831b8b5d3ae31a" +SRC_URI[sha256sum] = "f9145054ae131973c61208ea82486d5dd10e3c5cdad23b7c4a0617743c8f5a18" UPSTREAM_CHECK_URI = "http://www.jedsoft.org/releases/slang/" PREMIRRORS:append = " http://www.jedsoft.org/releases/slang/.* http://www.jedsoft.org/releases/slang/old/" From patchwork Fri Aug 19 07:26:52 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexander Kanavin X-Patchwork-Id: 11601 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 96953C32792 for ; Fri, 19 Aug 2022 07:27:58 +0000 (UTC) Received: from mail-wr1-f54.google.com (mail-wr1-f54.google.com [209.85.221.54]) by mx.groups.io with SMTP id smtpd.web09.469.1660894072830837589 for ; Fri, 19 Aug 2022 00:27:53 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=esLjQIkT; spf=pass (domain: gmail.com, ip: 209.85.221.54, mailfrom: alex.kanavin@gmail.com) Received: by mail-wr1-f54.google.com with SMTP id bs25so4184872wrb.2 for ; Fri, 19 Aug 2022 00:27:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc; bh=IT9bysPlfC5YS4TumqvEMZvAgphAAp63iDf8LqiWGko=; b=esLjQIkTmxM5NKqTEXXZLXLoPyossgfi7msfmvXsBfxX3gTUL1OjAUXoPLpyz55Xaw eFcOFO88pQXyiLZNsguaqyK13PQ5cRBn8ADS90P6h/rja3KCavWY58YDBRNij0wHN/gh NRpbWENEtDWDL1eh3OkNE/aRiWCm5tPc2tGJ369/B3qqyLq1KglahC3q5Lf8Z8QS7IPh xV23WVHUbjBb3ZDwLaA+A2BwF97Cl2qb7ypwLQh+YUXS9xb+ue7o3KIEI/w0lq0elpAm CJsu2dQE1ZHyMv4DUXNoE2xP//GaTFW8ln9Crw+nNPZxPrXDibAjLx0NzM07iF8TjyCv OaAQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc; bh=IT9bysPlfC5YS4TumqvEMZvAgphAAp63iDf8LqiWGko=; b=oIAva0Ai0t6e32Ke9ZN91kyZxY1hliXvrhULwuk1HhaYicDXfsj4r7XBeEgF6qyOUo DaU4YR6phcMujCxpteaRYrWIwFbGq+cR+/sPIp2dGrOXHzNTciNTfiVaJY7m7RScJNDD PixkMEpaT/r2RoqVe+dj5bRAdpDxIwHOl0rO4prJUM257DqZIoYIfSWM1T5rUPdXAgAV Cwg10ADH7YY5qCRRmY+I6Dd+orWzvHliqcmWljTPvHk7L42GhJqWPJJ12OLzUsOqv/ZH S9lXG8QdNY2TrpZc7xeqHWOUn/5CwT2r78RdAEHhmGLNPipdH0fAbyui9/k2mV4EXWHh FFwQ== X-Gm-Message-State: ACgBeo3y5ofKIz2cNiyYScRLie0aiOPxBWIeFxO/+nmEX+HF0tNZJeHB bYoCyrjQUo82jPJKkYtjDN32kZcOu94= X-Google-Smtp-Source: AA6agR4mmnL53ySKM52QuUdkkWUYcwXqRzFt5XfHhGN+DIK4e+4RNVGcXCWIHHVQP/42PTcH4AAbmQ== X-Received: by 2002:a5d:46c7:0:b0:225:2219:5e10 with SMTP id g7-20020a5d46c7000000b0022522195e10mr3463469wrs.115.1660894071278; Fri, 19 Aug 2022 00:27:51 -0700 (PDT) Received: from Zen2.lab.linutronix.de. (drugstore.linutronix.de. [80.153.143.164]) by smtp.gmail.com with ESMTPSA id ay15-20020a05600c1e0f00b003a604a29a34sm4650739wmb.35.2022.08.19.00.27.50 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 19 Aug 2022 00:27:50 -0700 (PDT) From: Alexander Kanavin X-Google-Original-From: Alexander Kanavin To: openembedded-core@lists.openembedded.org Cc: Alexander Kanavin Subject: [PATCH 07/42] xz: update 5.2.5 -> 5.2.6 Date: Fri, 19 Aug 2022 09:26:52 +0200 Message-Id: <20220819072727.2236928-7-alex@linutronix.de> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20220819072727.2236928-1-alex@linutronix.de> References: <20220819072727.2236928-1-alex@linutronix.de> MIME-Version: 1.0 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 ; Fri, 19 Aug 2022 07:27:58 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/169578 Signed-off-by: Alexander Kanavin --- .../xz/xz/CVE-2022-1271.patch | 96 ------------------- .../xz/{xz_5.2.5.bb => xz_5.2.6.bb} | 7 +- 2 files changed, 2 insertions(+), 101 deletions(-) delete mode 100644 meta/recipes-extended/xz/xz/CVE-2022-1271.patch rename meta/recipes-extended/xz/{xz_5.2.5.bb => xz_5.2.6.bb} (88%) diff --git a/meta/recipes-extended/xz/xz/CVE-2022-1271.patch b/meta/recipes-extended/xz/xz/CVE-2022-1271.patch deleted file mode 100644 index e43e73cf12..0000000000 --- a/meta/recipes-extended/xz/xz/CVE-2022-1271.patch +++ /dev/null @@ -1,96 +0,0 @@ -From dc932a1e9c0d9f1db71be11a9b82496e3a72f112 Mon Sep 17 00:00:00 2001 -From: Lasse Collin -Date: Tue, 29 Mar 2022 19:19:12 +0300 -Subject: [PATCH] xzgrep: Fix escaping of malicious filenames (ZDI-CAN-16587). - -Malicious filenames can make xzgrep to write to arbitrary files -or (with a GNU sed extension) lead to arbitrary code execution. - -xzgrep from XZ Utils versions up to and including 5.2.5 are -affected. 5.3.1alpha and 5.3.2alpha are affected as well. -This patch works for all of them. - -This bug was inherited from gzip's zgrep. gzip 1.12 includes -a fix for zgrep. - -The issue with the old sed script is that with multiple newlines, -the N-command will read the second line of input, then the -s-commands will be skipped because it's not the end of the -file yet, then a new sed cycle starts and the pattern space -is printed and emptied. So only the last line or two get escaped. - -One way to fix this would be to read all lines into the pattern -space first. However, the included fix is even simpler: All lines -except the last line get a backslash appended at the end. To ensure -that shell command substitution doesn't eat a possible trailing -newline, a colon is appended to the filename before escaping. -The colon is later used to separate the filename from the grep -output so it is fine to add it here instead of a few lines later. - -The old code also wasn't POSIX compliant as it used \n in the -replacement section of the s-command. Using \ is the -POSIX compatible method. - -LC_ALL=C was added to the two critical sed commands. POSIX sed -manual recommends it when using sed to manipulate pathnames -because in other locales invalid multibyte sequences might -cause issues with some sed implementations. In case of GNU sed, -these particular sed scripts wouldn't have such problems but some -other scripts could have, see: - - info '(sed)Locale Considerations' - -This vulnerability was discovered by: -cleemy desu wayo working with Trend Micro Zero Day Initiative - -Thanks to Jim Meyering and Paul Eggert discussing the different -ways to fix this and for coordinating the patch release schedule -with gzip. - -Upstream-Status: Backport [https://tukaani.org/xz/xzgrep-ZDI-CAN-16587.patch] -CVE: CVE-2022-1271 - -Signed-off-by: Ralph Siemsen ---- - src/scripts/xzgrep.in | 20 ++++++++++++-------- - 1 file changed, 12 insertions(+), 8 deletions(-) - -diff --git a/src/scripts/xzgrep.in b/src/scripts/xzgrep.in -index 9db5c3a..f64dddb 100644 ---- a/src/scripts/xzgrep.in -+++ b/src/scripts/xzgrep.in -@@ -179,22 +179,26 @@ for i; do - { test $# -eq 1 || test $no_filename -eq 1; }; then - eval "$grep" - else -+ # Append a colon so that the last character will never be a newline -+ # which would otherwise get lost in shell command substitution. -+ i="$i:" -+ -+ # Escape & \ | and newlines only if such characters are present -+ # (speed optimization). - case $i in - (*' - '* | *'&'* | *'\'* | *'|'*) -- i=$(printf '%s\n' "$i" | -- sed ' -- $!N -- $s/[&\|]/\\&/g -- $s/\n/\\n/g -- ');; -+ i=$(printf '%s\n' "$i" | LC_ALL=C sed 's/[&\|]/\\&/g; $!s/$/\\/');; - esac -- sed_script="s|^|$i:|" -+ -+ # $i already ends with a colon so don't add it here. -+ sed_script="s|^|$i|" - - # Fail if grep or sed fails. - r=$( - exec 4>&1 -- (eval "$grep" 4>&-; echo $? >&4) 3>&- | sed "$sed_script" >&3 4>&- -+ (eval "$grep" 4>&-; echo $? >&4) 3>&- | -+ LC_ALL=C sed "$sed_script" >&3 4>&- - ) || r=2 - exit $r - fi >&3 5>&- diff --git a/meta/recipes-extended/xz/xz_5.2.5.bb b/meta/recipes-extended/xz/xz_5.2.6.bb similarity index 88% rename from meta/recipes-extended/xz/xz_5.2.5.bb rename to meta/recipes-extended/xz/xz_5.2.6.bb index 720e070f4a..3482622471 100644 --- a/meta/recipes-extended/xz/xz_5.2.5.bb +++ b/meta/recipes-extended/xz/xz_5.2.6.bb @@ -24,11 +24,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=97d554a32881fee0aa283d96e47cb24a \ file://lib/getopt.c;endline=23;md5=2069b0ee710572c03bb3114e4532cd84 \ " -SRC_URI = "https://tukaani.org/xz/xz-${PV}.tar.gz \ - file://CVE-2022-1271.patch \ - " -SRC_URI[md5sum] = "0d270c997aff29708c74d53f599ef717" -SRC_URI[sha256sum] = "f6f4910fd033078738bd82bfba4f49219d03b17eb0794eb91efbae419f4aba10" +SRC_URI = "https://tukaani.org/xz/xz-${PV}.tar.gz" +SRC_URI[sha256sum] = "a2105abee17bcd2ebd15ced31b4f5eda6e17efd6b10f921a01cda4a44c91b3a0" UPSTREAM_CHECK_REGEX = "xz-(?P\d+(\.\d+)+)\.tar" CACHED_CONFIGUREVARS += "gl_cv_posix_shell=/bin/sh" From patchwork Fri Aug 19 07:26:53 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexander Kanavin X-Patchwork-Id: 11602 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 742AEC32771 for ; Fri, 19 Aug 2022 07:27:58 +0000 (UTC) Received: from mail-wm1-f44.google.com (mail-wm1-f44.google.com [209.85.128.44]) by mx.groups.io with SMTP id smtpd.web08.483.1660894073933777092 for ; Fri, 19 Aug 2022 00:27:54 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=XP/yl+T1; spf=pass (domain: gmail.com, ip: 209.85.128.44, mailfrom: alex.kanavin@gmail.com) Received: by mail-wm1-f44.google.com with SMTP id n23-20020a7bc5d7000000b003a62f19b453so607223wmk.3 for ; Fri, 19 Aug 2022 00:27:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc; bh=PJp1TI1vp+iJ0SfoAcj+tmJlJZLTruDMuS3YgM/Vi3s=; b=XP/yl+T1H6F2bdaTbJzu8ffk6AyeSXrSSYxgR1wg3cRte906+dUWh3a+paCbpTMq2S ilm6HmmjKnJafahlj1V4QlxgNF0O1Xz4jnbsMdA4EiWK0P7HbAeyMasuGRlapZ9D3KOp 2yx6OmQg8towtVumtr7aBQjmoCtqd1+9BpEGwyZ5Dw9pVI1LInoG7jiPVCODU2PYv0pq d0Zbc6uOtAzyg1u49pfdhJmfbwgzOLvjbwAmkvOrg79pSG/JECrkA5ZnmpXfXN64i3ia POWzb8/NHP8fwbRp9onpfbgUH+BO1cMQo2d/iTTyDnz4ZuOvwpCcxtIYk9cnE/zK0wZA tCLw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc; bh=PJp1TI1vp+iJ0SfoAcj+tmJlJZLTruDMuS3YgM/Vi3s=; b=zwvInSfjpkQaA5550Gxy+cFsVFrBICa3dckDx3zBRQqCXt7IEH/IWSgdJeD2/2g2Zs IBl0H5VFjODcfHsz55RIjvHifVV4Hox29fxr1qWcDPRfW0MeZgS9Rc0tKTkXpHW2tr4d //i+Ac1aCVfG3E6axqP4Tl+AFA/febke9qeIxIg76LnWPCzETROKTthss1C6rneJ8zZs KRika6qS/C7khFg7jWG32LYsdG0mPQzBUXO2FU9C1rqf8M9Vi8WfMlk/zeJuAwIqNvK7 J5oCp8Iw1p/wBU+Yt6GSRMnIDDbfA34O6WtSzj2ZROF00By/XhPMqodfTLS2eClINCcu 0XoQ== X-Gm-Message-State: ACgBeo2ujucet/nSCufHjaZtY1/kLW+vzZ7Y4ZEqBruE9mmJTfIe/Oyy D9u77waNSaSuWh3/tStFIxOF7UTEZig= X-Google-Smtp-Source: AA6agR60Fq2SI+83vCAQTqqslUsEN+ILeamFO9+3BJ0MV8RbN25lkj1v6wBieVwl5lb5ZeOZ8V4jwA== X-Received: by 2002:a05:600c:26d2:b0:3a6:280c:24a with SMTP id 18-20020a05600c26d200b003a6280c024amr3317493wmv.130.1660894072168; Fri, 19 Aug 2022 00:27:52 -0700 (PDT) Received: from Zen2.lab.linutronix.de. (drugstore.linutronix.de. [80.153.143.164]) by smtp.gmail.com with ESMTPSA id ay15-20020a05600c1e0f00b003a604a29a34sm4650739wmb.35.2022.08.19.00.27.51 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 19 Aug 2022 00:27:51 -0700 (PDT) From: Alexander Kanavin X-Google-Original-From: Alexander Kanavin To: openembedded-core@lists.openembedded.org Cc: Alexander Kanavin Subject: [PATCH 08/42] gdk-pixbuf: update 2.42.8 -> 2.42.9 Date: Fri, 19 Aug 2022 09:26:53 +0200 Message-Id: <20220819072727.2236928-8-alex@linutronix.de> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20220819072727.2236928-1-alex@linutronix.de> References: <20220819072727.2236928-1-alex@linutronix.de> MIME-Version: 1.0 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 ; Fri, 19 Aug 2022 07:27:58 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/169579 Disable manpages, as they require rst2man. Signed-off-by: Alexander Kanavin --- .../0001-Add-use_prebuilt_tools-option.patch | 18 +++++++++-------- .../gdk-pixbuf/gdk-pixbuf/fatal-loader.patch | 20 +++++++++---------- ...-pixbuf_2.42.8.bb => gdk-pixbuf_2.42.9.bb} | 12 +++++++---- 3 files changed, 28 insertions(+), 22 deletions(-) rename meta/recipes-gnome/gdk-pixbuf/{gdk-pixbuf_2.42.8.bb => gdk-pixbuf_2.42.9.bb} (91%) diff --git a/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf/0001-Add-use_prebuilt_tools-option.patch b/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf/0001-Add-use_prebuilt_tools-option.patch index a8206a4507..02cc9a2a70 100644 --- a/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf/0001-Add-use_prebuilt_tools-option.patch +++ b/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf/0001-Add-use_prebuilt_tools-option.patch @@ -1,4 +1,4 @@ -From ba73bb0f3d2023839bc3b681c49b7ec1192cceb4 Mon Sep 17 00:00:00 2001 +From f81b60ebcbbfd9548c8aa1e388662c429068d1e3 Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Sat, 8 May 2021 21:58:54 +0200 Subject: [PATCH] Add use_prebuilt_tools option @@ -18,7 +18,7 @@ Signed-off-by: Alexander Kanavin 5 files changed, 42 insertions(+), 19 deletions(-) diff --git a/gdk-pixbuf/meson.build b/gdk-pixbuf/meson.build -index 8b0590b..7331491 100644 +index 54ff9dd..2e321cf 100644 --- a/gdk-pixbuf/meson.build +++ b/gdk-pixbuf/meson.build @@ -342,13 +342,20 @@ foreach bin: gdkpixbuf_bin @@ -45,16 +45,18 @@ index 8b0590b..7331491 100644 # load the installed cache; we always build it by default loaders_cache = custom_target('loaders.cache', diff --git a/meson.build b/meson.build -index 7a1409b..0bc73eb 100644 +index 813bd43..a93e6f7 100644 --- a/meson.build +++ b/meson.build -@@ -403,16 +403,16 @@ subdir('gdk-pixbuf') +@@ -369,18 +369,18 @@ subdir('gdk-pixbuf') # i18n subdir('po') -if not meson.is_cross_build() +if not meson.is_cross_build() or get_option('use_prebuilt_tools') - subdir('tests') + if get_option('tests') + subdir('tests') + endif - subdir('thumbnailer') endif +subdir('thumbnailer') @@ -69,10 +71,10 @@ index 7a1409b..0bc73eb 100644 gdk_pixbuf_bindir, gdk_pixbuf_libdir, diff --git a/meson_options.txt b/meson_options.txt -index 0ee6718..cc29855 100644 +index d198d99..1c899e9 100644 --- a/meson_options.txt +++ b/meson_options.txt -@@ -49,4 +49,8 @@ option('gio_sniffing', +@@ -53,4 +53,8 @@ option('gio_sniffing', description: 'Perform file type detection using GIO (Unused on MacOS and Windows)', type: 'boolean', value: true) @@ -82,7 +84,7 @@ index 0ee6718..cc29855 100644 + value: false) diff --git a/tests/meson.build b/tests/meson.build -index 7c6cb11..1029e6a 100644 +index 28c2525..d97c02d 100644 --- a/tests/meson.build +++ b/tests/meson.build @@ -5,6 +5,12 @@ diff --git a/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf/fatal-loader.patch b/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf/fatal-loader.patch index 25410b11ea..dd580f8162 100644 --- a/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf/fatal-loader.patch +++ b/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf/fatal-loader.patch @@ -1,4 +1,4 @@ -From f00603d58d844422363b896ea7d07aaf48ddaa66 Mon Sep 17 00:00:00 2001 +From b511bd1efb43ffc49c753e309717a242ec686ef1 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Tue, 1 Apr 2014 17:23:36 +0100 Subject: [PATCH] gdk-pixbuf: add an option so that loader errors are fatal @@ -14,10 +14,10 @@ Signed-off-by: Ross Burton 1 file changed, 15 insertions(+), 4 deletions(-) diff --git a/gdk-pixbuf/queryloaders.c b/gdk-pixbuf/queryloaders.c -index 312aa78..b813d99 100644 +index 1d39b44..2b00815 100644 --- a/gdk-pixbuf/queryloaders.c +++ b/gdk-pixbuf/queryloaders.c -@@ -212,7 +212,7 @@ write_loader_info (GString *contents, const char *path, GdkPixbufFormat *info) +@@ -216,7 +216,7 @@ write_loader_info (GString *contents, const char *path, GdkPixbufFormat *info) g_string_append_c (contents, '\n'); } @@ -26,7 +26,7 @@ index 312aa78..b813d99 100644 query_module (GString *contents, const char *dir, const char *file) { char *path; -@@ -221,6 +221,7 @@ query_module (GString *contents, const char *dir, const char *file) +@@ -225,6 +225,7 @@ query_module (GString *contents, const char *dir, const char *file) void (*fill_vtable) (GdkPixbufModule *module); gpointer fill_info_ptr; gpointer fill_vtable_ptr; @@ -34,7 +34,7 @@ index 312aa78..b813d99 100644 if (g_path_is_absolute (file)) path = g_strdup (file); -@@ -270,10 +271,13 @@ query_module (GString *contents, const char *dir, const char *file) +@@ -274,10 +275,13 @@ query_module (GString *contents, const char *dir, const char *file) g_module_error()); else g_fprintf (stderr, "Cannot load loader %s\n", path); @@ -47,8 +47,8 @@ index 312aa78..b813d99 100644 + return ret; } - #ifdef G_OS_WIN32 -@@ -314,6 +318,7 @@ int main (int argc, char **argv) + #if defined(G_OS_WIN32) && defined(GDK_PIXBUF_RELOCATABLE) +@@ -318,6 +322,7 @@ int main (int argc, char **argv) gint first_file = 1; GFile *pixbuf_libdir_file; gchar *pixbuf_libdir; @@ -56,7 +56,7 @@ index 312aa78..b813d99 100644 #ifdef G_OS_WIN32 gchar *libdir; -@@ -452,7 +457,9 @@ int main (int argc, char **argv) +@@ -456,7 +461,9 @@ int main (int argc, char **argv) } modules = g_list_sort (modules, (GCompareFunc)strcmp); for (l = modules; l != NULL; l = l->next) @@ -67,7 +67,7 @@ index 312aa78..b813d99 100644 g_list_free_full (modules, g_free); g_free (moduledir); #else -@@ -468,7 +475,8 @@ int main (int argc, char **argv) +@@ -472,7 +479,8 @@ int main (int argc, char **argv) infilename = g_locale_to_utf8 (infilename, -1, NULL, NULL, NULL); #endif @@ -77,7 +77,7 @@ index 312aa78..b813d99 100644 } g_free (cwd); } -@@ -486,5 +494,8 @@ int main (int argc, char **argv) +@@ -490,5 +498,8 @@ int main (int argc, char **argv) g_free (pixbuf_libdir); diff --git a/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.8.bb b/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.9.bb similarity index 91% rename from meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.8.bb rename to meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.9.bb index fb6829a7d1..d33718e3ea 100644 --- a/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.8.bb +++ b/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.9.bb @@ -23,7 +23,7 @@ SRC_URI = "${GNOME_MIRROR}/${BPN}/${MAJ_VER}/${BPN}-${PV}.tar.xz \ file://0001-Add-use_prebuilt_tools-option.patch \ " -SRC_URI[sha256sum] = "84acea3acb2411b29134b32015a5b1aaa62844b19c4b1ef8b8971c6b0759f4c6" +SRC_URI[sha256sum] = "28f7958e7bf29a32d4e963556d241d0a41a6786582ff6a5ad11665e0347fc962" inherit meson pkgconfig gettext pixbufcache ptest-gnome upstream-version-is-even gobject-introspection gi-docgen lib_package @@ -44,11 +44,13 @@ PACKAGECONFIG[jpeg] = "-Djpeg=enabled,-Djpeg=disabled,jpeg" PACKAGECONFIG[tiff] = "-Dtiff=enabled,-Dtiff=disabled,tiff" PACKAGECONFIG[tests] = "-Dinstalled_tests=true,-Dinstalled_tests=false" -EXTRA_OEMESON:class-target = " \ +EXTRA_OEMESON = "-Dman=false" + +EXTRA_OEMESON:append:class-target = " \ -Duse_prebuilt_tools=true \ " -EXTRA_OEMESON:class-nativesdk = " \ +EXTRA_OEMESON:append:class-nativesdk = " \ -Duse_prebuilt_tools=true \ " @@ -95,9 +97,11 @@ do_install:append() { } -# Remove a bad fuzzing attempt that sporadically fails without a way to reproduce do_install_ptest() { + # Remove a bad fuzzing attempt that sporadically fails without a way to reproduce rm ${D}/${datadir}/installed-tests/gdk-pixbuf/pixbuf-randomly-modified.test + # https://gitlab.gnome.org/GNOME/gdk-pixbuf/-/issues/215 + rm ${D}/${datadir}/installed-tests/gdk-pixbuf/pixbuf-jpeg.test } do_install:append:class-native() { From patchwork Fri Aug 19 07:26:54 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexander Kanavin X-Patchwork-Id: 11599 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 70E41C25B0E for ; Fri, 19 Aug 2022 07:27:58 +0000 (UTC) Received: from mail-wm1-f41.google.com (mail-wm1-f41.google.com [209.85.128.41]) by mx.groups.io with SMTP id smtpd.web10.472.1660894074839236359 for ; Fri, 19 Aug 2022 00:27:55 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=fusdXbJo; spf=pass (domain: gmail.com, ip: 209.85.128.41, mailfrom: alex.kanavin@gmail.com) Received: by mail-wm1-f41.google.com with SMTP id m17-20020a7bce11000000b003a5bedec07bso3706270wmc.0 for ; Fri, 19 Aug 2022 00:27:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc; bh=7jOQp1Vbwjjuv07L3GYbNHWCKcAosTyjbGwNqL9AeWo=; b=fusdXbJo+X11odgExoXC12tVfnBnC3M/eAY/QIQKK0sZIKl+N7NUEiO/Xoj3rvZt4C BnCRKKyaZwEuxmp/dLug7b23Agyhpoe4mU+SZ75wD3X5dVTX1SZC3x8b7KaC2uYAGzL9 YwXZoVw6Cu7gO3piqYovt15sUbcK1j5E6EzFNVLZVfqH6HEe3t/yvxKykZeTeG0Z9f2u 81GIP8Tptr25f0Qv1BOiBuEBe3dx25qZhbDZVE1W2rmltXe97OmwLatRvLQY4HS1JogM Fjclp+Py5zGfYe00D5rUj6x6KGRkHfVXsW0NpHB55YoJFJhC7jE2+JhkOWI8nPiCI/bF 2zOw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc; bh=7jOQp1Vbwjjuv07L3GYbNHWCKcAosTyjbGwNqL9AeWo=; b=XwNbFVs8uKjM9ZhYTsXYxVMtu7KcmbsZv3TqTecYSQoIbhvg4zeU4moLZeQIX2NIy2 URaLGWVUwvaAkCSwfcngdPQx8JXo9Z749TBMYgu+Lypi9ZtnuWgjd0iFZPrGFas0/qST SmWPmUK4Y8tB4oKrwhbowyHN0YSR4cON4U42sb0490SkjaiO7+Ad1uOyHAoQDEYqCz91 or6oqxIF1LYdj2jQNs3jWqvHizPU5uCZEZWW8cJ5aEhAPhJzpROFdJrG2rEx/A6z4bXm KAgzrf8pv3v5W2iTHyuRRRjSl88nBtxTdl3AxCtCPFq6+jGKStnk64Z7maHLXPalT9KG n+wg== X-Gm-Message-State: ACgBeo1d0dcpx1/iF1Aw2hGV1xJuNehISsSpfvmOfoTXdwfwsSb+6w1C 9eAKx8g/MtUg9wctkIrWTsITWbGNUjM= X-Google-Smtp-Source: AA6agR6dYw2n+OnnqP3nNBTIhooj78su3swxNR0d4lvO8APq/Mozn9vSHms+cqpvlEehOyIXwmoBuQ== X-Received: by 2002:a05:600c:ace:b0:3a5:b495:854d with SMTP id c14-20020a05600c0ace00b003a5b495854dmr3843053wmr.86.1660894073359; Fri, 19 Aug 2022 00:27:53 -0700 (PDT) Received: from Zen2.lab.linutronix.de. (drugstore.linutronix.de. [80.153.143.164]) by smtp.gmail.com with ESMTPSA id ay15-20020a05600c1e0f00b003a604a29a34sm4650739wmb.35.2022.08.19.00.27.52 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 19 Aug 2022 00:27:52 -0700 (PDT) From: Alexander Kanavin X-Google-Original-From: Alexander Kanavin To: openembedded-core@lists.openembedded.org Cc: Alexander Kanavin Subject: [PATCH 09/42] xorgproto: update 2022.1 -> 2022.2 Date: Fri, 19 Aug 2022 09:26:54 +0200 Message-Id: <20220819072727.2236928-9-alex@linutronix.de> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20220819072727.2236928-1-alex@linutronix.de> References: <20220819072727.2236928-1-alex@linutronix.de> MIME-Version: 1.0 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 ; Fri, 19 Aug 2022 07:27:58 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/169580 Signed-off-by: Alexander Kanavin --- .../xorg-proto/{xorgproto_2022.1.bb => xorgproto_2022.2.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-graphics/xorg-proto/{xorgproto_2022.1.bb => xorgproto_2022.2.bb} (84%) diff --git a/meta/recipes-graphics/xorg-proto/xorgproto_2022.1.bb b/meta/recipes-graphics/xorg-proto/xorgproto_2022.2.bb similarity index 84% rename from meta/recipes-graphics/xorg-proto/xorgproto_2022.1.bb rename to meta/recipes-graphics/xorg-proto/xorgproto_2022.2.bb index a1e852b9eb..a1cd66c744 100644 --- a/meta/recipes-graphics/xorg-proto/xorgproto_2022.1.bb +++ b/meta/recipes-graphics/xorg-proto/xorgproto_2022.2.bb @@ -8,8 +8,8 @@ SECTION = "x11/libs" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://COPYING-x11proto;md5=dfc4bd2b0568b31725b85b0604e69b56" -SRC_URI = "${XORG_MIRROR}/individual/proto/${BP}.tar.bz2" -SRC_URI[sha256sum] = "1d2dcc66963f234d2c1e1f8d98a0d3e8725149cdac0a263df4097593c48bc2a6" +SRC_URI = "${XORG_MIRROR}/individual/proto/${BP}.tar.xz" +SRC_URI[sha256sum] = "5d13dbf2be08f95323985de53352c4f352713860457b95ccaf894a647ac06b9e" inherit meson From patchwork Fri Aug 19 07:26:55 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexander Kanavin X-Patchwork-Id: 11605 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 980E0C32793 for ; Fri, 19 Aug 2022 07:27:58 +0000 (UTC) Received: from mail-wr1-f53.google.com (mail-wr1-f53.google.com [209.85.221.53]) by mx.groups.io with SMTP id smtpd.web10.473.1660894075638033239 for ; Fri, 19 Aug 2022 00:27:55 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=P0/oOEuB; spf=pass (domain: gmail.com, ip: 209.85.221.53, mailfrom: alex.kanavin@gmail.com) Received: by mail-wr1-f53.google.com with SMTP id h24so4170267wrb.8 for ; Fri, 19 Aug 2022 00:27:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc; bh=/vV7Kqt/UKJATTlwiI1P9cvnNF2ldqzXPoSLDtHlfsM=; b=P0/oOEuBY0sWjO0wuVKQS12l0FsUL+ijyS36JBhJ3WgFKN0hn3gGAyQ+M5jW31F0cn J+N0xcSusaoZuqY2ZQ2Qoj1hYCINErq/kBqBFKRuD65cBJPNOSAgHQVhGzUkJ1cXS9JY q+/BHCZXPzWdaiBnEigz1pYkmbkAl6bHeOXsbmVVSDUDoBxZgRuJAKvnvtJ4/EHpBZDk gEKtPvI8p/RK9cxIIhD6ssk5MML60+smC70CUdPzPx+z6txTOXroF0bm/E2Jp1p5TWAV uNvnqRwp5yX4igNNqOqM99E9flmz7CBLQ6xFlxx5RKou5uxPhkZTNOcpxOoAg5jIH+El Tb4Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc; bh=/vV7Kqt/UKJATTlwiI1P9cvnNF2ldqzXPoSLDtHlfsM=; b=Zy7DjIA/CP0oXsumSR5qE6ehMhK9P1VV7s2+2nDoz+JEzoiTJU1vjSJgcV8iy61xAA s7CH83K9NMcw3Zc6dXwUblsDV+avwuEszNEOXXkyy1DwScdM6JLuLnESH7/3OZN+/1/B lWJgFTtdxYHEwVnmrvaQ277vkZfZraB28keZ0KXOp0HlGnNZa9Zq9mic9M8eBjIu/ZZ5 SXyznTF+QkeYgYSGW0KjvCfL67HQnGGNnTarYxspZVC7+8EREKuhgLRS2v4Hi0zS6xNB 6s8bkfkQyBfUB684zo/3zeH4PiwAqHTOcEfSWER9VwJwR7x4Es9tsLzadpefgueKpBIm Ssew== X-Gm-Message-State: ACgBeo0RSmKbU1Bf3zMvIIk+FuOpDZucQM6tzhrkzmlfgzqFT0S7BAZ5 tNdpkpuxkkPfVkkqSzqs1yqfiO6DJ9k= X-Google-Smtp-Source: AA6agR6e5CoJ2AGJgCpB2fFhebgDrGwaQ06C1pnT/dx8/GoDqZBP3RBy7gytUWYBhCbF8z8Df8/pXw== X-Received: by 2002:a05:6000:2c9:b0:220:5ffc:f159 with SMTP id o9-20020a05600002c900b002205ffcf159mr3447634wry.712.1660894074155; Fri, 19 Aug 2022 00:27:54 -0700 (PDT) Received: from Zen2.lab.linutronix.de. (drugstore.linutronix.de. [80.153.143.164]) by smtp.gmail.com with ESMTPSA id ay15-20020a05600c1e0f00b003a604a29a34sm4650739wmb.35.2022.08.19.00.27.53 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 19 Aug 2022 00:27:53 -0700 (PDT) From: Alexander Kanavin X-Google-Original-From: Alexander Kanavin To: openembedded-core@lists.openembedded.org Cc: Alexander Kanavin Subject: [PATCH 10/42] boost-build-native: update 4.4.1 -> 1.80.0 Date: Fri, 19 Aug 2022 09:26:55 +0200 Message-Id: <20220819072727.2236928-10-alex@linutronix.de> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20220819072727.2236928-1-alex@linutronix.de> References: <20220819072727.2236928-1-alex@linutronix.de> MIME-Version: 1.0 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 ; Fri, 19 Aug 2022 07:27:58 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/169581 Due to the changed versioned scheme, we have missed a few versions, and latest boost finally detects that. Signed-off-by: Alexander Kanavin --- ...st-build-native_4.4.1.bb => boost-build-native_1.80.0.bb} | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) rename meta/recipes-support/boost/{boost-build-native_4.4.1.bb => boost-build-native_1.80.0.bb} (83%) diff --git a/meta/recipes-support/boost/boost-build-native_4.4.1.bb b/meta/recipes-support/boost/boost-build-native_1.80.0.bb similarity index 83% rename from meta/recipes-support/boost/boost-build-native_4.4.1.bb rename to meta/recipes-support/boost/boost-build-native_1.80.0.bb index de566eeb82..54c0b2064f 100644 --- a/meta/recipes-support/boost/boost-build-native_4.4.1.bb +++ b/meta/recipes-support/boost/boost-build-native_1.80.0.bb @@ -7,9 +7,10 @@ LICENSE = "BSL-1.0" LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=e4224ccaecb14d942c71d31bef20d78c" SRC_URI = "git://github.com/boostorg/build;protocol=https;branch=master" -SRCREV = "76da80f33187a3d9e5336157cdfae12ce82e37eb" +SRCREV = "405d34a04d29519625c5edfe1f3bac3bc3dc3534" +PE = "1" -UPSTREAM_CHECK_GITTAGREGEX = "(?P(\d+(\.\d+){2,}))" +UPSTREAM_CHECK_GITTAGREGEX = "boost-(?P(\d+(\.\d+)+))" inherit native From patchwork Fri Aug 19 07:26:56 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexander Kanavin X-Patchwork-Id: 11604 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 85034C28B2B for ; Fri, 19 Aug 2022 07:27:58 +0000 (UTC) Received: from mail-wm1-f45.google.com (mail-wm1-f45.google.com [209.85.128.45]) by mx.groups.io with SMTP id smtpd.web11.459.1660894076525308798 for ; Fri, 19 Aug 2022 00:27:56 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=oxvE2GJ8; spf=pass (domain: gmail.com, ip: 209.85.128.45, mailfrom: alex.kanavin@gmail.com) Received: by mail-wm1-f45.google.com with SMTP id m10-20020a05600c3b0a00b003a603fc3f81so2082516wms.0 for ; Fri, 19 Aug 2022 00:27:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc; bh=tTTA8CgtX3R9EdLIhV+6fJ4X2eYjHoV1RcEY5vicb2E=; b=oxvE2GJ8j0mMkcP1knk4q2qFJhr7ehHWTs4hkcCwyJtPCydK6q9fGFKlAHuh0LKVio Pq0rCJS5Wv5kHB2+wMbYYkdzZACzfHcKLsxf/2glqkPtJxeran7olwuwvTXVu/ZQ5Ytr fwCmpD/p3SdClL4CYE0lMROOa08MvjLK+KTcJI9Ag+qvvLJdOAurLIYLHwTpJWTlaC4I I0vsaXOmrB5PcY1IjA15ULGuuGWfGozXVAsVKwsV0upFCSrc5EO0O10aoDsHGodeBGUa H4DLYgKwy5zacqdF09sIBXMgj/+4PjYnuMa1h3x/mWIPvpcHw4joDOY/DZmI8e7sfOfc YSoQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc; bh=tTTA8CgtX3R9EdLIhV+6fJ4X2eYjHoV1RcEY5vicb2E=; b=ilFfijuBER5fspW9St7+EvxbGgu5r4WGBFFKs6gTsZYExujsBvwJfEvVtDwDiAReoo wsIHOzJDlEwTI5tlRp2iVCmE2v+/2o/nMHx4wiiP2i8D1/BCXP53UvR6JOBcS+62+77k ecVNYV1IOzySNP6kqEywtOxqMCEMgrXVUU0Ajux9t0K7W0F+VovoxBpAltC7gyrApSOp NA1KQ5Jzb/4KKbgkL2g/1XBDxnEOy0TlYN+mAvObeCm6yWK+RJMg7DEi8QjcQIPofqy4 vsazSO9OxKLKdttUOf5Xm3XNxWs+mANE5LAGYw1fYTUoFeuwWBXDdtt3KILQFIoUuXyJ hQjQ== X-Gm-Message-State: ACgBeo3tbhAAiUCjFX5EFriiJybO8Ezil8vMOODrRkQvtjAyZFIb0nSh PQLKxripUO9I6v4luSN2GQvsDbTKcdA= X-Google-Smtp-Source: AA6agR7KdWOXSte8VviaF3jW3Cd0zEybI8Rkf5SDyp7Szet9r5xrnW1fFcGyTeYTb6NwwJnLoqXRHQ== X-Received: by 2002:a05:600c:4e8a:b0:3a6:d89:aa24 with SMTP id f10-20020a05600c4e8a00b003a60d89aa24mr3986496wmq.149.1660894075003; Fri, 19 Aug 2022 00:27:55 -0700 (PDT) Received: from Zen2.lab.linutronix.de. (drugstore.linutronix.de. [80.153.143.164]) by smtp.gmail.com with ESMTPSA id ay15-20020a05600c1e0f00b003a604a29a34sm4650739wmb.35.2022.08.19.00.27.54 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 19 Aug 2022 00:27:54 -0700 (PDT) From: Alexander Kanavin X-Google-Original-From: Alexander Kanavin To: openembedded-core@lists.openembedded.org Cc: Alexander Kanavin Subject: [PATCH 11/42] boost: update 1.79.0 -> 1.80.0 Date: Fri, 19 Aug 2022 09:26:56 +0200 Message-Id: <20220819072727.2236928-11-alex@linutronix.de> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20220819072727.2236928-1-alex@linutronix.de> References: <20220819072727.2236928-1-alex@linutronix.de> MIME-Version: 1.0 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 ; Fri, 19 Aug 2022 07:27:58 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/169582 Drop boost-CVE-2012-2677.patch; fixed upstream after 10 years: https://github.com/boostorg/pool/pull/42 Signed-off-by: Alexander Kanavin --- .../{boost-1.79.0.inc => boost-1.80.0.inc} | 2 +- ...h-instruction-set-flags-we-do-that-o.patch | 19 ++- .../boost/boost/boost-CVE-2012-2677.patch | 112 ------------------ .../{boost_1.79.0.bb => boost_1.80.0.bb} | 3 +- 4 files changed, 16 insertions(+), 120 deletions(-) rename meta/recipes-support/boost/{boost-1.79.0.inc => boost-1.80.0.inc} (90%) delete mode 100644 meta/recipes-support/boost/boost/boost-CVE-2012-2677.patch rename meta/recipes-support/boost/{boost_1.79.0.bb => boost_1.80.0.bb} (73%) diff --git a/meta/recipes-support/boost/boost-1.79.0.inc b/meta/recipes-support/boost/boost-1.80.0.inc similarity index 90% rename from meta/recipes-support/boost/boost-1.79.0.inc rename to meta/recipes-support/boost/boost-1.80.0.inc index f90c463931..3ee82eb9b2 100644 --- a/meta/recipes-support/boost/boost-1.79.0.inc +++ b/meta/recipes-support/boost/boost-1.80.0.inc @@ -12,7 +12,7 @@ BOOST_MAJ = "${@"_".join(d.getVar("PV").split(".")[0:2])}" BOOST_P = "boost_${BOOST_VER}" SRC_URI = "https://boostorg.jfrog.io/artifactory/main/release/${PV}/source/${BOOST_P}.tar.bz2" -SRC_URI[sha256sum] = "475d589d51a7f8b3ba2ba4eda022b170e562ca3b760ee922c146b6c65856ef39" +SRC_URI[sha256sum] = "1e19565d82e43bc59209a168f5ac899d3ba471d55c7610c677d4ccf2c9c500c0" UPSTREAM_CHECK_URI = "http://www.boost.org/users/download/" UPSTREAM_CHECK_REGEX = "release/(?P.*)/source/" diff --git a/meta/recipes-support/boost/boost/0001-Don-t-set-up-arch-instruction-set-flags-we-do-that-o.patch b/meta/recipes-support/boost/boost/0001-Don-t-set-up-arch-instruction-set-flags-we-do-that-o.patch index 67d5dff125..4fe15741bf 100644 --- a/meta/recipes-support/boost/boost/0001-Don-t-set-up-arch-instruction-set-flags-we-do-that-o.patch +++ b/meta/recipes-support/boost/boost/0001-Don-t-set-up-arch-instruction-set-flags-we-do-that-o.patch @@ -1,4 +1,4 @@ -From 4d2a8fc8117e56bc283349e5f7f889ebbfc55c71 Mon Sep 17 00:00:00 2001 +From 21ba558abe074e7d49bdc931018ce2138e6e8eb5 Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Tue, 18 Dec 2018 15:42:57 +0100 Subject: [PATCH] Don't set up arch/instruction-set flags, we do that @@ -10,14 +10,14 @@ Signed-off-by: Christopher Larson Signed-off-by: Alexander Kanavin --- - tools/build/src/tools/gcc.jam | 144 ---------------------------------- - 1 file changed, 144 deletions(-) + tools/build/src/tools/gcc.jam | 153 ---------------------------------- + 1 file changed, 153 deletions(-) diff --git a/tools/build/src/tools/gcc.jam b/tools/build/src/tools/gcc.jam -index 47a113223..d77525724 100644 +index 726555369..5c5f8ba91 100644 --- a/tools/build/src/tools/gcc.jam +++ b/tools/build/src/tools/gcc.jam -@@ -1122,147 +1122,3 @@ local rule cpu-flags ( toolset variable : architecture : instruction-set + : +@@ -1124,156 +1124,3 @@ local rule cpu-flags ( toolset variable : architecture : instruction-set + : $(architecture)/$(instruction-set) : $(values) ; } @@ -72,6 +72,9 @@ index 47a113223..d77525724 100644 -cpu-flags gcc OPTIONS : x86 : cascadelake : -march=skylake-avx512 -mavx512vnni ; -cpu-flags gcc OPTIONS : x86 : cooperlake : -march=cooperlake ; -cpu-flags gcc OPTIONS : x86 : tigerlake : -march=tigerlake ; +-cpu-flags gcc OPTIONS : x86 : rocketlake : -march=rocketlake ; +-cpu-flags gcc OPTIONS : x86 : alderlake : -march=alderlake ; +-cpu-flags gcc OPTIONS : x86 : sapphirerapids : -march=sapphirerapids ; -cpu-flags gcc OPTIONS : x86 : k6 : -march=k6 ; -cpu-flags gcc OPTIONS : x86 : k6-2 : -march=k6-2 ; -cpu-flags gcc OPTIONS : x86 : k6-3 : -march=k6-3 ; @@ -98,6 +101,7 @@ index 47a113223..d77525724 100644 -cpu-flags gcc OPTIONS : x86 : btver2 : -march=btver2 ; -cpu-flags gcc OPTIONS : x86 : znver1 : -march=znver1 ; -cpu-flags gcc OPTIONS : x86 : znver2 : -march=znver2 ; +-cpu-flags gcc OPTIONS : x86 : znver3 : -march=znver3 ; -cpu-flags gcc OPTIONS : x86 : winchip-c6 : -march=winchip-c6 ; -cpu-flags gcc OPTIONS : x86 : winchip2 : -march=winchip2 ; -cpu-flags gcc OPTIONS : x86 : c3 : -march=c3 ; @@ -165,3 +169,8 @@ index 47a113223..d77525724 100644 -cpu-flags gcc OPTIONS : arm : cortex-r5+vfpv3-d16 : -mcpu=cortex-r5 -mfpu=vfpv3-d16 -mfloat-abi=hard ; -# AIX variant of RS/6000 & PowerPC -toolset.flags gcc AROPTIONS 64/aix : "-X64" ; +- +-# Enable response file control +-toolset.flags gcc RESPONSE_FILE_SUB auto : a ; +-toolset.flags gcc RESPONSE_FILE_SUB file : f ; +-toolset.flags gcc RESPONSE_FILE_SUB contents : c ; diff --git a/meta/recipes-support/boost/boost/boost-CVE-2012-2677.patch b/meta/recipes-support/boost/boost/boost-CVE-2012-2677.patch deleted file mode 100644 index 917617a044..0000000000 --- a/meta/recipes-support/boost/boost/boost-CVE-2012-2677.patch +++ /dev/null @@ -1,112 +0,0 @@ -Reference - -https://svn.boost.org/trac/boost/changeset/78326 - -Upstream-Status: Backport -CVE: CVE-2012-2677 -Signed-off-by: Yue Tao - -diff --git a/boost/pool/pool.hpp.old b/boost/pool/pool.hpp -index c47b11f..417a1e0 100644 ---- a/boost/pool/pool.hpp.old -+++ b/boost/pool/pool.hpp -@@ -26,6 +26,8 @@ - - #include - -+// std::numeric_limits -+#include - // boost::integer::static_lcm - #include - // boost::simple_segregated_storage -@@ -355,6 +357,15 @@ class pool: protected simple_segregated_storage < typename UserAllocator::size_t - return s; - } - -+ size_type max_chunks() const -+ { //! Calculated maximum number of memory chunks that can be allocated in a single call by this Pool. -+ size_type partition_size = alloc_size(); -+ size_type POD_size = integer::static_lcm::value + sizeof(size_type); -+ size_type max_chunks = (std::numeric_limits::max() - POD_size) / alloc_size(); -+ -+ return max_chunks; -+ } -+ - static void * & nextof(void * const ptr) - { //! \returns Pointer dereferenced. - //! (Provided and used for the sake of code readability :) -@@ -375,6 +386,8 @@ class pool: protected simple_segregated_storage < typename UserAllocator::size_t - //! the first time that object needs to allocate system memory. - //! The default is 32. This parameter may not be 0. - //! \param nmax_size is the maximum number of chunks to allocate in one block. -+ set_next_size(nnext_size); -+ set_max_size(nmax_size); - } - - ~pool() -@@ -398,8 +411,8 @@ class pool: protected simple_segregated_storage < typename UserAllocator::size_t - } - void set_next_size(const size_type nnext_size) - { //! Set number of chunks to request from the system the next time that object needs to allocate system memory. This value should never be set to 0. -- //! \returns nnext_size. -- next_size = start_size = nnext_size; -+ BOOST_USING_STD_MIN(); -+ next_size = start_size = min BOOST_PREVENT_MACRO_SUBSTITUTION(nnext_size, max_chunks()); - } - size_type get_max_size() const - { //! \returns max_size. -@@ -407,7 +420,8 @@ class pool: protected simple_segregated_storage < typename UserAllocator::size_t - } - void set_max_size(const size_type nmax_size) - { //! Set max_size. -- max_size = nmax_size; -+ BOOST_USING_STD_MIN(); -+ max_size = min BOOST_PREVENT_MACRO_SUBSTITUTION(nmax_size, max_chunks()); - } - size_type get_requested_size() const - { //! \returns the requested size passed into the constructor. -@@ -708,9 +722,9 @@ void * pool::malloc_need_resize() - - BOOST_USING_STD_MIN(); - if(!max_size) -- next_size <<= 1; -+ set_next_size(next_size << 1); - else if( next_size*partition_size/requested_size < max_size) -- next_size = min BOOST_PREVENT_MACRO_SUBSTITUTION(next_size << 1, max_size*requested_size/ partition_size); -+ set_next_size(min BOOST_PREVENT_MACRO_SUBSTITUTION(next_size << 1, max_size * requested_size / partition_size)); - - // initialize it, - store().add_block(node.begin(), node.element_size(), partition_size); -@@ -748,9 +762,9 @@ void * pool::ordered_malloc_need_resize() - - BOOST_USING_STD_MIN(); - if(!max_size) -- next_size <<= 1; -+ set_next_size(next_size << 1); - else if( next_size*partition_size/requested_size < max_size) -- next_size = min BOOST_PREVENT_MACRO_SUBSTITUTION(next_size << 1, max_size*requested_size/ partition_size); -+ set_next_size(min BOOST_PREVENT_MACRO_SUBSTITUTION(next_size << 1, max_size * requested_size / partition_size)); - - // initialize it, - // (we can use "add_block" here because we know that -@@ -792,6 +806,8 @@ void * pool::ordered_malloc(const size_type n) - { //! Gets address of a chunk n, allocating new memory if not already available. - //! \returns Address of chunk n if allocated ok. - //! \returns 0 if not enough memory for n chunks. -+ if (n > max_chunks()) -+ return 0; - - const size_type partition_size = alloc_size(); - const size_type total_req_size = n * requested_size; -@@ -840,9 +856,9 @@ void * pool::ordered_malloc(const size_type n) - - BOOST_USING_STD_MIN(); - if(!max_size) -- next_size <<= 1; -+ set_next_size(next_size << 1); - else if( next_size*partition_size/requested_size < max_size) -- next_size = min BOOST_PREVENT_MACRO_SUBSTITUTION(next_size << 1, max_size*requested_size/ partition_size); -+ set_next_size(min BOOST_PREVENT_MACRO_SUBSTITUTION(next_size << 1, max_size * requested_size / partition_size)); - - // insert it into the list, - // handle border case. diff --git a/meta/recipes-support/boost/boost_1.79.0.bb b/meta/recipes-support/boost/boost_1.80.0.bb similarity index 73% rename from meta/recipes-support/boost/boost_1.79.0.bb rename to meta/recipes-support/boost/boost_1.80.0.bb index 09e2556790..c34ab7d703 100644 --- a/meta/recipes-support/boost/boost_1.79.0.bb +++ b/meta/recipes-support/boost/boost_1.80.0.bb @@ -1,8 +1,7 @@ require boost-${PV}.inc require boost.inc -SRC_URI += "file://boost-CVE-2012-2677.patch \ - file://boost-math-disable-pch-for-gcc.patch \ +SRC_URI += "file://boost-math-disable-pch-for-gcc.patch \ file://0001-Don-t-set-up-arch-instruction-set-flags-we-do-that-o.patch \ file://0001-dont-setup-compiler-flags-m32-m64.patch \ file://0001-The-std-lib-unary-binary_function-base-classes-are-d.patch \ From patchwork Fri Aug 19 07:26:57 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexander Kanavin X-Patchwork-Id: 11603 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 86AD5C48BE4 for ; Fri, 19 Aug 2022 07:27:58 +0000 (UTC) Received: from mail-wr1-f54.google.com (mail-wr1-f54.google.com [209.85.221.54]) by mx.groups.io with SMTP id smtpd.web10.470.1660894069618602835 for ; Fri, 19 Aug 2022 00:27:57 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=Qy+/CEjs; spf=pass (domain: gmail.com, ip: 209.85.221.54, mailfrom: alex.kanavin@gmail.com) Received: by mail-wr1-f54.google.com with SMTP id e20so3685983wri.13 for ; Fri, 19 Aug 2022 00:27:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc; bh=LtpNJhqQJ+nZC2sOADZnH0K3Oo0ery6pt5Ba9heDhyI=; b=Qy+/CEjsDVS4+UFfuwOR2QVlecUIWQsiu60QLjVzyF4jvtU/n0RTEoL2YWJ8rIGZEG GB5Wvz819qb78ca70hDV8fokZFlKEYJ7UjgxylE0k3MoCORA/ULRE8lQsA06bmKNKDCY pkVIlQtZzDsJslsEnF0Y/5flay4Z+Te0Lmye8OtPlq51JVeMxbj10D+VAPoV+pO5FviW 2XNM5vuFxhvLA6IZVIF+Q+hdbJMMYkwkXHnWlrdiSLrprhwqWc0/XaattnkGOf82M1Kc X5w29vNNQOrJ0nzEFhjoJrTvYT+iC3HMpP1R6nQbIxD1hIyzE0eGv+fQIFQHKwBJSDVF CPRA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc; bh=LtpNJhqQJ+nZC2sOADZnH0K3Oo0ery6pt5Ba9heDhyI=; b=lYDjorUmk4gQOY3iAjTzh1ZR4NkFBojmfYOtDPmo+tEx2m/sygGPZ+zWxK2aBEZby5 5yuiWFOpH+C3jG6g3ymcR6kdjwz+d3ANGcqrXLTsGo/my+ADHYgel3sI3EEa08gC1G6x yPsAPXZh28MFdo9Exu+GWxGNxgvLpJtQFaTjx3omGl4+QJbK5NwC1EjPbuKEqDgW0XsI WjD0bhv4GjRxHvHdT22rEDSJYmsCAd2uMYX7NrUDythtajnFspzJ9d2/2mMkyP94QlPv gkNQHCdyXkCZ39yUMTUhgjmrNRJZaT2HgGTj1hBeiDFInK8oBpf7wsFssheVVV81KAux rs7Q== X-Gm-Message-State: ACgBeo0ZjTd2Scw/vhEKyo1DEH0hsxwyASMeOcmZwYbUGytq036DNgmE hLlQrkCvda4tVawp7M4FJSXOYrLV8hk= X-Google-Smtp-Source: AA6agR7y2zb8mvVqxJ1uS9Z63unXw8lSR6jUIYxykmfpxTcqJFMsnvZzEqeqDbFZbUr7qjC0TjQSRw== X-Received: by 2002:a05:6000:1d2:b0:225:2ce7:2559 with SMTP id t18-20020a05600001d200b002252ce72559mr3461853wrx.157.1660894076063; Fri, 19 Aug 2022 00:27:56 -0700 (PDT) Received: from Zen2.lab.linutronix.de. (drugstore.linutronix.de. [80.153.143.164]) by smtp.gmail.com with ESMTPSA id ay15-20020a05600c1e0f00b003a604a29a34sm4650739wmb.35.2022.08.19.00.27.55 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 19 Aug 2022 00:27:55 -0700 (PDT) From: Alexander Kanavin X-Google-Original-From: Alexander Kanavin To: openembedded-core@lists.openembedded.org Cc: Alexander Kanavin Subject: [PATCH 12/42] vulkan-samples: update to latest revision Date: Fri, 19 Aug 2022 09:26:57 +0200 Message-Id: <20220819072727.2236928-12-alex@linutronix.de> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20220819072727.2236928-1-alex@linutronix.de> References: <20220819072727.2236928-1-alex@linutronix.de> MIME-Version: 1.0 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 ; Fri, 19 Aug 2022 07:27:58 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/169583 Drop upstreamed patch. Signed-off-by: Alexander Kanavin --- ...pp_vulkan_resource.h-add-header-incl.patch | 27 ------------------- .../vulkan/vulkan-samples_git.bb | 3 +-- 2 files changed, 1 insertion(+), 29 deletions(-) delete mode 100644 meta/recipes-graphics/vulkan/vulkan-samples/0001-framework-core-hpp_vulkan_resource.h-add-header-incl.patch diff --git a/meta/recipes-graphics/vulkan/vulkan-samples/0001-framework-core-hpp_vulkan_resource.h-add-header-incl.patch b/meta/recipes-graphics/vulkan/vulkan-samples/0001-framework-core-hpp_vulkan_resource.h-add-header-incl.patch deleted file mode 100644 index c2bb43fe76..0000000000 --- a/meta/recipes-graphics/vulkan/vulkan-samples/0001-framework-core-hpp_vulkan_resource.h-add-header-incl.patch +++ /dev/null @@ -1,27 +0,0 @@ -From 8c069a1c4452f626e5bafc547463507d86111319 Mon Sep 17 00:00:00 2001 -From: Alexander Kanavin -Date: Tue, 19 Jul 2022 16:55:40 +0200 -Subject: [PATCH] framework/core/hpp_vulkan_resource.h: add header include that - defines std::exchange - -Upstream-Status: Submitted [https://github.com/KhronosGroup/Vulkan-Samples/pull/501] -Signed-off-by: Alexander Kanavin ---- - framework/core/hpp_vulkan_resource.h | 1 + - 1 file changed, 1 insertion(+) - -diff --git a/framework/core/hpp_vulkan_resource.h b/framework/core/hpp_vulkan_resource.h -index 0e30f5a..8d83019 100644 ---- a/framework/core/hpp_vulkan_resource.h -+++ b/framework/core/hpp_vulkan_resource.h -@@ -18,6 +18,7 @@ - #pragma once - - #include -+#include - - namespace vkb - { --- -2.30.2 - diff --git a/meta/recipes-graphics/vulkan/vulkan-samples_git.bb b/meta/recipes-graphics/vulkan/vulkan-samples_git.bb index 54994c683d..332411b312 100644 --- a/meta/recipes-graphics/vulkan/vulkan-samples_git.bb +++ b/meta/recipes-graphics/vulkan/vulkan-samples_git.bb @@ -8,12 +8,11 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=48aa35cefb768436223a6e7f18dc2a2a" SRC_URI = "gitsm://github.com/KhronosGroup/Vulkan-Samples.git;branch=master;protocol=https \ file://0001-CMakeLists.txt-do-not-hardcode-lib-as-installation-t.patch \ file://debugfix.patch \ - file://0001-framework-core-hpp_vulkan_resource.h-add-header-incl.patch \ file://0001-Qualify-move-as-std-move.patch;patchdir=third_party/spirv-cross \ " UPSTREAM_CHECK_COMMITS = "1" -SRCREV = "ee6c1522af8ba9b56f8416c2eedafb440f681085" +SRCREV = "74d45aace02d99d766126711a8aaa0978276ca00" UPSTREAM_CHECK_GITTAGREGEX = "These are not the releases you're looking for" S = "${WORKDIR}/git" From patchwork Fri Aug 19 07:26:58 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexander Kanavin X-Patchwork-Id: 11611 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 9E9C0C32771 for ; Fri, 19 Aug 2022 07:28:08 +0000 (UTC) Received: from mail-wr1-f45.google.com (mail-wr1-f45.google.com [209.85.221.45]) by mx.groups.io with SMTP id smtpd.web08.484.1660894078505378157 for ; Fri, 19 Aug 2022 00:27:58 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=neNcbqxR; spf=pass (domain: gmail.com, ip: 209.85.221.45, mailfrom: alex.kanavin@gmail.com) Received: by mail-wr1-f45.google.com with SMTP id k9so4201524wri.0 for ; Fri, 19 Aug 2022 00:27:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc; bh=reyYFzg3irWXzZGSiy4VklQHwcm/6SOrBU29y7NvoTs=; b=neNcbqxR0qCOLZuS4jd/a/+ERrHxv83AfkPjTuWayqOy2Ajrgl9cYm707+bzigDkXq KKagA1r8NHe4isTU8YjvqQvNuha3ybpILV0hkpORxkO2FXvhh0zbzK895ZsA0/4pIzUe PNcMPKsrPItMg2gQ92ICvH9hdvNmXjTWsKPQuv6F27KCA6GQUPfP3T6jaEKfggTUeHXZ NQnH66I9y39UyxQeM/VMGfMXvvi/IlZ9lfemholFT0WsBtNLxcWKju75EUCbxPfBbGSH Gsxb1hxCSzr47NGPeHHCf2yuJK4RI96CjATOxurw68BFmSRdoMOm0us+xq8H8FzPUlTT WgXw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc; bh=reyYFzg3irWXzZGSiy4VklQHwcm/6SOrBU29y7NvoTs=; b=BwMQAbDVQLO/RmuOwyVTiiKF6GbPEUB3oTDaYC2bNxD3DxMdRIQZNR1Phr+a2kbcdh lD7LcmRBk5YW3Z1AzA1/nrcsViq/Zc3YM8Tqv3XO7JHBAwkg2Xw/o4YGPRiXB4Nix/eS IwZwXYtOU5QmYJ3sOHL+6Y6chqtsYrJvPpLfKUeliFEbCRbsDeawxdf0zs5TQ9Z8heSb phbrnLxUyjuZ1Hg5GduAI+0tZ90TsPMT5DOUS5Gs0wn7R8fZ4Y9vYlQKvsp9J9TepLzv tqCuAJl1n4JXVVYxryOv9bntPXyNlt6W0P5BeCXdmHN6f+iZ5l8urXHNFAYDC5969Ao4 LcqA== X-Gm-Message-State: ACgBeo038B2W+GN+N0hPtkX5M6nAdd/IQXOBfgyJfo1wBJtn0VEfUpw7 B8TCuVy9aE96Gq6b/ELiyNWo3ga3XBg= X-Google-Smtp-Source: AA6agR7LhF28R2JTigit3MyojG4x4/oTrL9lLztYNz9EyLrCgey4weakld1TgTSd5wnLwoDhakZZ6g== X-Received: by 2002:a5d:494d:0:b0:225:1bfc:6820 with SMTP id r13-20020a5d494d000000b002251bfc6820mr3431534wrs.473.1660894076964; Fri, 19 Aug 2022 00:27:56 -0700 (PDT) Received: from Zen2.lab.linutronix.de. (drugstore.linutronix.de. [80.153.143.164]) by smtp.gmail.com with ESMTPSA id ay15-20020a05600c1e0f00b003a604a29a34sm4650739wmb.35.2022.08.19.00.27.56 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 19 Aug 2022 00:27:56 -0700 (PDT) From: Alexander Kanavin X-Google-Original-From: Alexander Kanavin To: openembedded-core@lists.openembedded.org Cc: Alexander Kanavin Subject: [PATCH 13/42] epiphany: upgrade 42.3 -> 42.4 Date: Fri, 19 Aug 2022 09:26:58 +0200 Message-Id: <20220819072727.2236928-13-alex@linutronix.de> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20220819072727.2236928-1-alex@linutronix.de> References: <20220819072727.2236928-1-alex@linutronix.de> MIME-Version: 1.0 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 ; Fri, 19 Aug 2022 07:28:08 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/169584 Signed-off-by: Alexander Kanavin --- .../epiphany/{epiphany_42.3.bb => epiphany_42.4.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-gnome/epiphany/{epiphany_42.3.bb => epiphany_42.4.bb} (94%) diff --git a/meta/recipes-gnome/epiphany/epiphany_42.3.bb b/meta/recipes-gnome/epiphany/epiphany_42.4.bb similarity index 94% rename from meta/recipes-gnome/epiphany/epiphany_42.3.bb rename to meta/recipes-gnome/epiphany/epiphany_42.4.bb index f9d60ff2a9..9efd2800da 100644 --- a/meta/recipes-gnome/epiphany/epiphany_42.3.bb +++ b/meta/recipes-gnome/epiphany/epiphany_42.4.bb @@ -28,7 +28,7 @@ SRC_URI = "${GNOME_MIRROR}/${GNOMEBN}/${@oe.utils.trim_version("${PV}", 1)}/${GN file://migrator.patch \ file://distributor.patch \ " -SRC_URI[archive.sha256sum] = "7316d3c6500e825d8e57293fa58047c56727bee16cd6b6ac804ffe5d9b229560" +SRC_URI[archive.sha256sum] = "370938ad2920eeb28bc2435944776b7ba55a0e2ede65836f79818cfb7e8f0860" PACKAGECONFIG_SOUP ?= "soup2" PACKAGECONFIG ??= "${PACKAGECONFIG_SOUP}" From patchwork Fri Aug 19 07:26:59 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexander Kanavin X-Patchwork-Id: 11620 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 C76D7C38145 for ; Fri, 19 Aug 2022 07:28:08 +0000 (UTC) Received: from mail-wm1-f51.google.com (mail-wm1-f51.google.com [209.85.128.51]) by mx.groups.io with SMTP id smtpd.web09.472.1660894079242672342 for ; Fri, 19 Aug 2022 00:27:59 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=c8KqKtqr; spf=pass (domain: gmail.com, ip: 209.85.128.51, mailfrom: alex.kanavin@gmail.com) Received: by mail-wm1-f51.google.com with SMTP id ay12so1891736wmb.1 for ; Fri, 19 Aug 2022 00:27:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc; bh=VS6RV+3DuB6UpJAZgfmDu8dAF2e1WmcFd6aIr0ZpMqA=; b=c8KqKtqre/JwZwdJyeSX+r8YIow9O13SSfcBMfzo/nXbir2L2KbvMj1SCmmEuE2lgC wIGi+tZsW3Dv26YD7TRUobSnwjyxFWR4JCCMC5OYpnxVhj4nToMTeUQFCbZKpuJ/wsD+ yIzZmsSpZU1/peaAC5O1xNx/XpjDwWMouocJQ/m1y+AWgFo5AymlTx4v5+R5dDv9EMGh IuKYgYd1kwQPAdm/AK1ZYWSO18SJmqCn+q2h6HAnGgoLU7aYSnty8lyDfBzP+0HHNysE pKki1fCZlueqyK0m1cXt3s3WCce7maWk8l1OFCKJ8DXqlBT5aBaVuiVltnSLmPHqOJEV GTWw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc; bh=VS6RV+3DuB6UpJAZgfmDu8dAF2e1WmcFd6aIr0ZpMqA=; b=YhpxQ+DCWA+OOqGdbVQT7nV+f292JuBAtkXA8oOc40pmZ9OA5xtBAJRAqTlNxQt/WW byt0iHJ1+UYJ4+KPPSf6l2qZll1O6TvDjh8a5bYLS/vF8+WiIvaPZLziDe8ON+7cOnoo DDAPMLUprSu6tKtF/jlcOIOxN0FNWlbJdfOSb5RijDdBJGVNJuaFMzAL/07Tg1fge2yz +QjjxiAZGA6RX9N1U/tTGNZfAMTO4SuSX0gCK2kyfu1PmjcIhSwZILgVhghoVOqsyHZJ GZaexmhfpTm92W9ZMWl+mxslSU5VSB/syBzYfBB10iPSMqu0ThtXlgrDFgV3QjG3SPlg 1JQQ== X-Gm-Message-State: ACgBeo3lD4fNEaYINP/giO7LGAZM4qQS+VxQVnPGNEc9rRebeAacEQbp H+hF+Zfu5TAnvMQ7EJdJsz2sOsGLU+k= X-Google-Smtp-Source: AA6agR5gLkAnc8xo3xSHtiadxomSzVOP4zsaze7UR/6naz5MFWeNZ2zew6dGGr/86Gg099zRDFPY6Q== X-Received: by 2002:a05:600c:1e8b:b0:3a6:acc:ebfb with SMTP id be11-20020a05600c1e8b00b003a60accebfbmr3923390wmb.66.1660894077749; Fri, 19 Aug 2022 00:27:57 -0700 (PDT) Received: from Zen2.lab.linutronix.de. (drugstore.linutronix.de. [80.153.143.164]) by smtp.gmail.com with ESMTPSA id ay15-20020a05600c1e0f00b003a604a29a34sm4650739wmb.35.2022.08.19.00.27.57 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 19 Aug 2022 00:27:57 -0700 (PDT) From: Alexander Kanavin X-Google-Original-From: Alexander Kanavin To: openembedded-core@lists.openembedded.org Cc: Alexander Kanavin Subject: [PATCH 14/42] git: upgrade 2.37.1 -> 2.37.2 Date: Fri, 19 Aug 2022 09:26:59 +0200 Message-Id: <20220819072727.2236928-14-alex@linutronix.de> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20220819072727.2236928-1-alex@linutronix.de> References: <20220819072727.2236928-1-alex@linutronix.de> MIME-Version: 1.0 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 ; Fri, 19 Aug 2022 07:28:08 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/169585 Signed-off-by: Alexander Kanavin --- meta/recipes-devtools/git/{git_2.37.1.bb => git_2.37.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/git/{git_2.37.1.bb => git_2.37.2.bb} (98%) diff --git a/meta/recipes-devtools/git/git_2.37.1.bb b/meta/recipes-devtools/git/git_2.37.2.bb similarity index 98% rename from meta/recipes-devtools/git/git_2.37.1.bb rename to meta/recipes-devtools/git/git_2.37.2.bb index 5d2524a1da..b7858e2e46 100644 --- a/meta/recipes-devtools/git/git_2.37.1.bb +++ b/meta/recipes-devtools/git/git_2.37.2.bb @@ -165,4 +165,4 @@ EXTRA_OECONF += "ac_cv_snprintf_returns_bogus=no \ " EXTRA_OEMAKE += "NO_GETTEXT=1" -SRC_URI[tarball.sha256sum] = "7dded96a52e7996ce90dd74a187aec175737f680dc063f3f33c8932cf5c8d809" +SRC_URI[tarball.sha256sum] = "4c428908e3a2dca4174df6ef49acc995a4fdb1b45205a2c79794487a33bc06e5" From patchwork Fri Aug 19 07:27:00 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexander Kanavin X-Patchwork-Id: 11618 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 C74BBC32796 for ; Fri, 19 Aug 2022 07:28:08 +0000 (UTC) Received: from mail-wr1-f54.google.com (mail-wr1-f54.google.com [209.85.221.54]) by mx.groups.io with SMTP id smtpd.web11.461.1660894080054950175 for ; Fri, 19 Aug 2022 00:28:00 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=j7Ct3U5a; spf=pass (domain: gmail.com, ip: 209.85.221.54, mailfrom: alex.kanavin@gmail.com) Received: by mail-wr1-f54.google.com with SMTP id ba1so4174521wrb.5 for ; Fri, 19 Aug 2022 00:27:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc; bh=5V8xykG6tbl1KbBxOG2vzTg+m6XD4S8kRZY5wplqMN0=; b=j7Ct3U5a7JmjvdByv8eSjgKU8QKdvj+0zRhFtGZy2kUkDXO8ACEfsdmQMVb8nc62HQ 53VFiwUBWiPPV1sLDEyU7CFiGKif3vt1wyLRCltjtKXa4s+SsQkSU1462x7hjnMh5/77 v1RVrcS5ccVxTtN5M3hiMSIa9/0VnmSyO+sUqS9D5CMiVcRXjf+2dm8GvBvEH8UzE7ar 2tauoGRUkonfaWB6V/Z03JUWGnHYmRkREzr58Lgb6f2ukjABQBNzgaz+zdarMUv60jfB ABLxN27qOIHb1/6mVLs3hyudhL8CYaKql2Uv0nglxt0cgSDIpezyBsthGLqDXUKWRjC0 pJ7Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc; bh=5V8xykG6tbl1KbBxOG2vzTg+m6XD4S8kRZY5wplqMN0=; b=6mYulGVPw0sRu8dhl6c9I/PaXpMGzOpbmKwWSKKPys5Hmxo03e4dHxh2XRLnbTBpQp Nw4XVnTCLgLMX0jQItXFo43D3TtfX0RDbQZXprelcxqV19vjxyIBiSj5Npm81/Fqa8ym h3ktixDuv+0s6aWZeOWek1j0ExG9GRaHkko1aSZHKCqgb5tVQNN/BZqo5tCmVV2DQLJv vuZhpFoiMJO0Q/xm4ZhyReeOdqEQntTZxTglk/GqBq8GBdhPJExwJ2KmgOpxtrk1JgQI HauptCuduzRScoWpXq3uFGWeJDZAh/PQuNXDNf/lq1ekdRpHCAFTrEDgDAPqsPaL1Qot THgw== X-Gm-Message-State: ACgBeo07eUCxcfKOXIA+8L+usCqR5+GJdI8oaX1rV2LnVVDqgNUZfRX6 keTjw2FomTOuVVywcY9wPXTPRQxbduw= X-Google-Smtp-Source: AA6agR5QcPi7o3dxTo106FyiSLzP8xWcIejDVVbQUvrBThJxsTZSCG8wx+BDIe6AfFWZncYsi/g4YA== X-Received: by 2002:a5d:64ae:0:b0:220:6c4c:5a60 with SMTP id m14-20020a5d64ae000000b002206c4c5a60mr3442279wrp.636.1660894078577; Fri, 19 Aug 2022 00:27:58 -0700 (PDT) Received: from Zen2.lab.linutronix.de. (drugstore.linutronix.de. [80.153.143.164]) by smtp.gmail.com with ESMTPSA id ay15-20020a05600c1e0f00b003a604a29a34sm4650739wmb.35.2022.08.19.00.27.57 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 19 Aug 2022 00:27:58 -0700 (PDT) From: Alexander Kanavin X-Google-Original-From: Alexander Kanavin To: openembedded-core@lists.openembedded.org Cc: Alexander Kanavin Subject: [PATCH 15/42] glib-networking: upgrade 2.72.1 -> 2.72.2 Date: Fri, 19 Aug 2022 09:27:00 +0200 Message-Id: <20220819072727.2236928-15-alex@linutronix.de> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20220819072727.2236928-1-alex@linutronix.de> References: <20220819072727.2236928-1-alex@linutronix.de> MIME-Version: 1.0 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 ; Fri, 19 Aug 2022 07:28:08 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/169586 Signed-off-by: Alexander Kanavin --- .../{glib-networking_2.72.1.bb => glib-networking_2.72.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-core/glib-networking/{glib-networking_2.72.1.bb => glib-networking_2.72.2.bb} (93%) diff --git a/meta/recipes-core/glib-networking/glib-networking_2.72.1.bb b/meta/recipes-core/glib-networking/glib-networking_2.72.2.bb similarity index 93% rename from meta/recipes-core/glib-networking/glib-networking_2.72.1.bb rename to meta/recipes-core/glib-networking/glib-networking_2.72.2.bb index 41f18d1c48..746d1bc39c 100644 --- a/meta/recipes-core/glib-networking/glib-networking_2.72.1.bb +++ b/meta/recipes-core/glib-networking/glib-networking_2.72.2.bb @@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" SECTION = "libs" DEPENDS = "glib-2.0" -SRC_URI[archive.sha256sum] = "6fc1bedc8062484dc8a0204965995ef2367c3db5c934058ff1607e5a24d95a74" +SRC_URI[archive.sha256sum] = "cd2a084c7bb91d78e849fb55d40e472f6d8f6862cddc9f12c39149359ba18268" PACKAGECONFIG ??= "openssl ${@bb.utils.contains('PTEST_ENABLED', '1', 'tests', '', d)}" From patchwork Fri Aug 19 07:27:01 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexander Kanavin X-Patchwork-Id: 11619 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 C790CC48BEA for ; Fri, 19 Aug 2022 07:28:08 +0000 (UTC) Received: from mail-wm1-f42.google.com (mail-wm1-f42.google.com [209.85.128.42]) by mx.groups.io with SMTP id smtpd.web11.462.1660894081385256460 for ; Fri, 19 Aug 2022 00:28:01 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=NqlmtZBn; spf=pass (domain: gmail.com, ip: 209.85.128.42, mailfrom: alex.kanavin@gmail.com) Received: by mail-wm1-f42.google.com with SMTP id s11-20020a1cf20b000000b003a52a0945e8so2069883wmc.1 for ; Fri, 19 Aug 2022 00:28:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc; bh=zbo7eHHMZPZ1XpWHnScWMWi3UDZW9BJYVAlhKmUzm9I=; b=NqlmtZBnZEbKim29kVeseh9iUQkTiwzUQrc9sQU3fpZGsWjzOYtf1Zt3B0ENodxfoN 1aJ8rEUvCdc8twHtx6l/8ZEMKDFGK0wfQ5yXUTG9P0qOBADO9uHppOZuNZ9fjqZJ6nVo HTaBkfvup35kUne/UOiPAvuZ5FpH2fR7cL13OJBSYdtS+QNg+RDRpGQnkTC/nwDrGc3v Yz++Zntx/KUw+5tocWMnam6GuB1NEBJiGLt1I45pJbsT7tMIPBS3AiMxvKQhnk317CAg ywVJy110cI+RfqRM421sXURYC331kaCAwxlKtU3DVSIdArb6kKnnTUd8pvr5RGeBG6Er EyXw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc; bh=zbo7eHHMZPZ1XpWHnScWMWi3UDZW9BJYVAlhKmUzm9I=; b=OUN7oP/t/yBfq+P2DUDiPou8HaIZXqxTChWqiJrlpq9ciJfRcew8LQeOBofXNwwUr2 JnX6pt+fkRvuNtegeBOCl6IsKx6QB3P4OR6h+r4+P8Uvo/smHHMT7t3/r9YH2fLMggU2 OYrWLXtmjzwLf+OJ9+C3A2PXwmH6v7ckHWic5zq2ivF9I1vXm7y0WOZ1iJ91bLETNSVH XLy0VUSE4Ryu1jgMAl3SdadG+Jjb9OikFfaZXIHNMKEH9j6H4/2AdCl24ZO+Y6TNL4le Sk0HAALIA0p5UAJDvMDwlcT7wt2eEibzg5d2dnWgPH1tKgMoSn3+8Ldq0Q8jJjV8EIYh 35ow== X-Gm-Message-State: ACgBeo2MPrAS/WddW3qyRjvclYqV3c1Ta8oQnaWBK9NOYHXI1Ojd87N0 VEBBf2gNC9AlHw2o0JRQ1/gJkR1/C3k= X-Google-Smtp-Source: AA6agR4uHrEfU2H06Mqzbor7mikwEUxiM/7ViRkMiiSY1FK/kTa88kI2n0wCB0Yeo1dBzUQARP+f+w== X-Received: by 2002:a05:600c:358e:b0:3a5:f19d:28db with SMTP id p14-20020a05600c358e00b003a5f19d28dbmr7405314wmq.76.1660894079840; Fri, 19 Aug 2022 00:27:59 -0700 (PDT) Received: from Zen2.lab.linutronix.de. (drugstore.linutronix.de. [80.153.143.164]) by smtp.gmail.com with ESMTPSA id ay15-20020a05600c1e0f00b003a604a29a34sm4650739wmb.35.2022.08.19.00.27.58 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 19 Aug 2022 00:27:59 -0700 (PDT) From: Alexander Kanavin X-Google-Original-From: Alexander Kanavin To: openembedded-core@lists.openembedded.org Cc: Alexander Kanavin Subject: [PATCH 16/42] gnu-efi: upgrade 3.0.14 -> 3.0.15 Date: Fri, 19 Aug 2022 09:27:01 +0200 Message-Id: <20220819072727.2236928-16-alex@linutronix.de> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20220819072727.2236928-1-alex@linutronix.de> References: <20220819072727.2236928-1-alex@linutronix.de> MIME-Version: 1.0 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 ; Fri, 19 Aug 2022 07:28:08 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/169587 Drop lib-Makefile-fix-parallel-issue.patch as issue fixed upstream. Signed-off-by: Alexander Kanavin --- .../lib-Makefile-fix-parallel-issue.patch | 38 ------------------- .../gnu-efi/parallel-make-archives.patch | 17 +++++---- .../{gnu-efi_3.0.14.bb => gnu-efi_3.0.15.bb} | 3 +- 3 files changed, 10 insertions(+), 48 deletions(-) delete mode 100644 meta/recipes-bsp/gnu-efi/gnu-efi/lib-Makefile-fix-parallel-issue.patch rename meta/recipes-bsp/gnu-efi/{gnu-efi_3.0.14.bb => gnu-efi_3.0.15.bb} (94%) diff --git a/meta/recipes-bsp/gnu-efi/gnu-efi/lib-Makefile-fix-parallel-issue.patch b/meta/recipes-bsp/gnu-efi/gnu-efi/lib-Makefile-fix-parallel-issue.patch deleted file mode 100644 index dc00b8fa4d..0000000000 --- a/meta/recipes-bsp/gnu-efi/gnu-efi/lib-Makefile-fix-parallel-issue.patch +++ /dev/null @@ -1,38 +0,0 @@ -From 3ec8c2a70304eabd5760937a4ec3fbc4068a77ed Mon Sep 17 00:00:00 2001 -From: Robert Yang -Date: Thu, 23 Apr 2015 01:49:31 -0700 -Subject: [PATCH 2/3] lib/Makefile: fix parallel issue - -Fixed: -Assembler messages: -Fatal error: can't create runtime/rtlock.o: No such file or directory -Assembler messages: -Fatal error: can't create runtime/rtdata.o: No such file or directory -Assembler messages: -Fatal error: can't create runtime/vm.o: No such file or directory -Assembler messages: -Fatal error: can't create runtime/efirtlib.o: No such file or directory - -Upstream-Status: Pending - -Signed-off-by: Robert Yang ---- - lib/Makefile | 2 ++ - 1 file changed, 2 insertions(+) - -diff --git a/lib/Makefile b/lib/Makefile -index 048751a..ed39bbb 100644 ---- a/lib/Makefile -+++ b/lib/Makefile -@@ -74,6 +74,8 @@ all: libsubdirs libefi.a - libsubdirs: - for sdir in $(SUBDIRS); do mkdir -p $$sdir; done - -+$(OBJS): libsubdirs -+ - libefi.a: $(OBJS) - $(AR) $(ARFLAGS) $@ $(OBJS) - --- -2.7.4 - diff --git a/meta/recipes-bsp/gnu-efi/gnu-efi/parallel-make-archives.patch b/meta/recipes-bsp/gnu-efi/gnu-efi/parallel-make-archives.patch index 8a0138bbe5..63d9b6fc31 100644 --- a/meta/recipes-bsp/gnu-efi/gnu-efi/parallel-make-archives.patch +++ b/meta/recipes-bsp/gnu-efi/gnu-efi/parallel-make-archives.patch @@ -1,7 +1,7 @@ -From 48b2cdbcd761105e8ebad412fcbf23db1ac4ef7c Mon Sep 17 00:00:00 2001 +From f56ddb00a656af2e84f839738fad19909ac65047 Mon Sep 17 00:00:00 2001 From: Saul Wold Date: Sun, 9 Mar 2014 15:22:15 +0200 -Subject: [PATCH 1/3] Fix parallel make failure for archives +Subject: [PATCH] Fix parallel make failure for archives Upstream-Status: Pending @@ -20,12 +20,16 @@ Signed-off-by: California Sullivan [Rebased for 3.0.8] Signed-off-by: Yi Zhao +--- + lib/Makefile | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + diff --git a/lib/Makefile b/lib/Makefile -index 0e6410d..048751a 100644 +index 1fc6a47..54b0ca7 100644 --- a/lib/Makefile +++ b/lib/Makefile -@@ -75,7 +75,7 @@ libsubdirs: - for sdir in $(SUBDIRS); do mkdir -p $$sdir; done +@@ -77,7 +77,7 @@ libsubdirs: + $(OBJS): libsubdirs libefi.a: $(OBJS) - $(AR) $(ARFLAGS) $@ $^ @@ -33,6 +37,3 @@ index 0e6410d..048751a 100644 clean: rm -f libefi.a *~ $(OBJS) */*.o --- -2.7.4 - diff --git a/meta/recipes-bsp/gnu-efi/gnu-efi_3.0.14.bb b/meta/recipes-bsp/gnu-efi/gnu-efi_3.0.15.bb similarity index 94% rename from meta/recipes-bsp/gnu-efi/gnu-efi_3.0.14.bb rename to meta/recipes-bsp/gnu-efi/gnu-efi_3.0.15.bb index 36d10354ed..5ae6f391ae 100644 --- a/meta/recipes-bsp/gnu-efi/gnu-efi_3.0.14.bb +++ b/meta/recipes-bsp/gnu-efi/gnu-efi_3.0.15.bb @@ -14,11 +14,10 @@ LIC_FILES_CHKSUM = "file://gnuefi/crt0-efi-arm.S;beginline=4;endline=16;md5=e582 SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/files/${BP}.tar.bz2 \ file://parallel-make-archives.patch \ - file://lib-Makefile-fix-parallel-issue.patch \ file://gnu-efi-3.0.9-fix-clang-build.patch \ " -SRC_URI[sha256sum] = "b73b643a0d5697d1f396d7431448e886dd805668789578e3e1a28277c9528435" +SRC_URI[sha256sum] = "931a257b9c5c1ba65ff519f18373c438a26825f2db7866b163e96d1b168f20ea" COMPATIBLE_HOST = "(x86_64.*|i.86.*|aarch64.*|arm.*|riscv64.*)-linux" COMPATIBLE_HOST:armv4 = 'null' From patchwork Fri Aug 19 07:27:02 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexander Kanavin X-Patchwork-Id: 11621 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 BAF69C32792 for ; Fri, 19 Aug 2022 07:28:08 +0000 (UTC) Received: from mail-wm1-f48.google.com (mail-wm1-f48.google.com [209.85.128.48]) by mx.groups.io with SMTP id smtpd.web09.474.1660894082105545388 for ; Fri, 19 Aug 2022 00:28:02 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=pQPKGwdl; spf=pass (domain: gmail.com, ip: 209.85.128.48, mailfrom: alex.kanavin@gmail.com) Received: by mail-wm1-f48.google.com with SMTP id bd26-20020a05600c1f1a00b003a5e82a6474so2055169wmb.4 for ; Fri, 19 Aug 2022 00:28:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc; bh=S5reQEido7dHfa57Yc2WwXR0EQQt7iynmhFS0ie47wY=; b=pQPKGwdlC99dMUXEvC6hSxrEuj/t1NOW2teA/H9rxcy1vOVsJR3JH32rTfPsy+BGVI ZpBrbGXN0YfckgAM/GJR835bQkEoy+kb8C069mivZrJ0aiGtirVlOQ0yLZe8cXqwfoDF UsWTvzN4CKp2fGNS3r/q4dSCkB6EfxS1mECJ2inRoEMd8mAP8bR8LsyPYSqDa120gfwL D+4OUF0F0iqmeHLyXg/OBnwt5Nd6nqPTCcv3oS6cYMilP/0IQIZ2+gdCNwzzs0+qZLRo m/bwfKKdjlpE3QtCuS0sEKIWESWaUG6zBH2U2yX7/x0sONOG/Q9nGluekRaxmp18nh4u gnsA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc; bh=S5reQEido7dHfa57Yc2WwXR0EQQt7iynmhFS0ie47wY=; b=inwDswkLqKsypvAEP3+OCiknWDaOGKhgoHRLDR0TrTVzBQ4wTHdmHe7tPfGzyvtdOT QXM12la+bwQer1KlIkERZ7tGhxiZHUR8g1SxOrhyX/nZWo+uTIDr0A3Tjn5ULywKSOQ8 j0wO1aqvn2luXtOP4XYut9NKyzjNpbXzDk5wnQeegvyaporqxahMiTJB2Yt7fpgbHG/U 2gqNuUrCmnZneYsrPy68OwKIWtwFiiyr0XJMHlbed/bt8ytR0C8B8UKQ9U8BNH7vW1km ts1ghyAMUDT+BPDn8MDqs3gQKiGUDdsXlodE3uP0IPfWhS4dakA/t9BklGfC/bxpu9n8 Lnhg== X-Gm-Message-State: ACgBeo0JqcmOJ2JhkeCqLqOhopmEXnZtqGKVn5UMbvyB+1GSRrMDSJQF FgrmxONOh7iw7A55gDnQFrYfA8x1Hf8= X-Google-Smtp-Source: AA6agR7sUGKmpwc7mlX6Wz5HhYKwfR0WdPFM32Jf+pdNTHtD2OsIZ0CS5LHR6NNTB8YcOROT3X6YNA== X-Received: by 2002:a05:600c:35cc:b0:3a6:1785:ca4 with SMTP id r12-20020a05600c35cc00b003a617850ca4mr4050696wmq.192.1660894080668; Fri, 19 Aug 2022 00:28:00 -0700 (PDT) Received: from Zen2.lab.linutronix.de. (drugstore.linutronix.de. [80.153.143.164]) by smtp.gmail.com with ESMTPSA id ay15-20020a05600c1e0f00b003a604a29a34sm4650739wmb.35.2022.08.19.00.27.59 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 19 Aug 2022 00:28:00 -0700 (PDT) From: Alexander Kanavin X-Google-Original-From: Alexander Kanavin To: openembedded-core@lists.openembedded.org Cc: Alexander Kanavin Subject: [PATCH 17/42] gpgme: upgrade 1.17.1 -> 1.18.0 Date: Fri, 19 Aug 2022 09:27:02 +0200 Message-Id: <20220819072727.2236928-17-alex@linutronix.de> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20220819072727.2236928-1-alex@linutronix.de> References: <20220819072727.2236928-1-alex@linutronix.de> MIME-Version: 1.0 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 ; Fri, 19 Aug 2022 07:28:08 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/169588 Signed-off-by: Alexander Kanavin --- .../gpgme/gpgme/0001-pkgconfig.patch | 18 ++++++++---------- .../gpgme/{gpgme_1.17.1.bb => gpgme_1.18.0.bb} | 2 +- 2 files changed, 9 insertions(+), 11 deletions(-) rename meta/recipes-support/gpgme/{gpgme_1.17.1.bb => gpgme_1.18.0.bb} (97%) diff --git a/meta/recipes-support/gpgme/gpgme/0001-pkgconfig.patch b/meta/recipes-support/gpgme/gpgme/0001-pkgconfig.patch index 35c6b4056c..3b2f59c2fc 100644 --- a/meta/recipes-support/gpgme/gpgme/0001-pkgconfig.patch +++ b/meta/recipes-support/gpgme/gpgme/0001-pkgconfig.patch @@ -1,4 +1,4 @@ -From 98ce65902b197faa8f660564613ca2e504c2f8f8 Mon Sep 17 00:00:00 2001 +From 0d7ec5b98dc6cbd35f56deaecec5ecfdaa944aee Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Fri, 10 May 2019 14:23:55 +0800 Subject: [PATCH] pkgconfig @@ -15,6 +15,7 @@ Rebase to 1.13.0 Signed-off-by: Hongxu Jia Rebase to 1.17.0 Signed-off-by: Wang Mingyu + --- configure.ac | 1 + src/Makefile.am | 4 +- @@ -25,10 +26,10 @@ Signed-off-by: Wang Mingyu create mode 100644 src/gpgme-pthread.pc.in diff --git a/configure.ac b/configure.ac -index 80ce79c..d7c0ac1 100644 +index 9d696b9..5b4e730 100644 --- a/configure.ac +++ b/configure.ac -@@ -905,6 +905,7 @@ AC_CONFIG_FILES(Makefile src/Makefile +@@ -926,6 +926,7 @@ AC_CONFIG_FILES(Makefile src/Makefile src/gpgme-glib.pc src/gpgme.h) AC_CONFIG_FILES(src/gpgme-config, chmod +x src/gpgme-config) @@ -37,7 +38,7 @@ index 80ce79c..d7c0ac1 100644 AC_CONFIG_FILES(lang/cpp/tests/Makefile) AC_CONFIG_FILES(lang/cpp/src/GpgmeppConfig-w32.cmake.in) diff --git a/src/Makefile.am b/src/Makefile.am -index 39c341f..3aca716 100644 +index 67805a8..d38ba02 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -20,11 +20,11 @@ @@ -52,8 +53,8 @@ index 39c341f..3aca716 100644 - gpgme.pc.in gpgme-glib.pc.in + gpgme.pc.in gpgme-glib.pc.in gpgme-pthread.pc.in - bin_SCRIPTS = gpgme-config - m4datadir = $(datadir)/aclocal + if USE_GPGRT_CONFIG + noinst_SCRIPTS = gpgme-config diff --git a/src/gpgme-pthread.pc.in b/src/gpgme-pthread.pc.in new file mode 100644 index 0000000..074bbf6 @@ -76,7 +77,7 @@ index 0000000..074bbf6 +Cflags: -I${includedir} +Requires: libassuan gpg-error diff --git a/src/gpgme.m4 b/src/gpgme.m4 -index 71b0010..30ec151 100644 +index 71b0010..5821895 100644 --- a/src/gpgme.m4 +++ b/src/gpgme.m4 @@ -79,7 +79,7 @@ dnl config script does not match the host specification the script @@ -287,6 +288,3 @@ index 80d59de..932645b 100644 +Cflags: -I${includedir} +Libs: -L${libdir} -lgpgme URL: https://www.gnupg.org/software/gpgme/index.html --- -2.25.1 - diff --git a/meta/recipes-support/gpgme/gpgme_1.17.1.bb b/meta/recipes-support/gpgme/gpgme_1.18.0.bb similarity index 97% rename from meta/recipes-support/gpgme/gpgme_1.17.1.bb rename to meta/recipes-support/gpgme/gpgme_1.18.0.bb index d95ed6c299..ca9c6cab14 100644 --- a/meta/recipes-support/gpgme/gpgme_1.17.1.bb +++ b/meta/recipes-support/gpgme/gpgme_1.18.0.bb @@ -23,7 +23,7 @@ SRC_URI = "${GNUPG_MIRROR}/gpgme/${BP}.tar.bz2 \ file://0001-use-closefrom-on-linux-and-glibc-2.34.patch \ " -SRC_URI[sha256sum] = "711eabf5dd661b9b04be9edc9ace2a7bc031f6bd9d37a768d02d0efdef108f5f" +SRC_URI[sha256sum] = "361d4eae47ce925dba0ea569af40e7b52c645c4ae2e65e5621bf1b6cdd8b0e9e" DEPENDS = "libgpg-error libassuan" RDEPENDS:${PN}-cpp += "libstdc++" From patchwork Fri Aug 19 07:27:03 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexander Kanavin X-Patchwork-Id: 11616 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 B741FC28B2B for ; Fri, 19 Aug 2022 07:28:08 +0000 (UTC) Received: from mail-wr1-f44.google.com (mail-wr1-f44.google.com [209.85.221.44]) by mx.groups.io with SMTP id smtpd.web11.464.1660894083026496777 for ; Fri, 19 Aug 2022 00:28:03 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=W4yBXkvY; spf=pass (domain: gmail.com, ip: 209.85.221.44, mailfrom: alex.kanavin@gmail.com) Received: by mail-wr1-f44.google.com with SMTP id z16so4160174wrh.12 for ; Fri, 19 Aug 2022 00:28:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc; bh=F/3C5TT5KSXzkEh6u7jkk5cR/kdYDil10xohvh/FHiM=; b=W4yBXkvYt29dDuqOBZ39pCfjZnEKm7CTufbrh5OCQykmx+upP2Ph28Keg9lIXXIHGd 5zRVVSlQZHKitNasWYwnBU6Tav3VywytLLPnppIAJ+VyWXCBF3/9pxy/kxEVoJ2ouSl1 PvRdSb8xJMSq/3Mt0EntVydAx1kNs3DpDf7KuhfCBwbIz13lYha2JCCvJqSviG+pW6Pz VhKIkbsnZKP6xWWCNpbEGh1eNaRwslMBBUzEW962qxx5wi1d1MMr+5BmclbJ50MyGDBT dZ4F7TtFxtLjPheQ7/Rqj9lGp/isCO2uK9uqzOQlq56D11lLZ3bNTRcWYPj2/qmA8f53 K4xg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc; bh=F/3C5TT5KSXzkEh6u7jkk5cR/kdYDil10xohvh/FHiM=; b=2JKrZb7j48RHQb26n3Bb9/P9S7mxi/cDHqpeMMk1rDBA7wcCyZZ47waylJVn1rCgNC LtjPQsyTmwFLVNHiQ0U+orU6BVrndkmiZU+DNvbUHcLOLqWgaHqu982QV/TF+6zORf8E P+82VJohKeB6ITk0oFoe9NqBXpPPW2RhxEPFs0wfUbUgPi9lYAJ9XE12u+mfZLB0Rmz2 XUeDf9Scl+5gleaGlgXzKae47RUPr8egJiTFZvwSABkFlOSlSXqyNg4viVq8wKOF0w1N k7N5RZpC0xhWJQhpdbM0U0LApDxD7XGSY/S7pveOX/hs/8pe9U44GG3kPob5j4xzc+js /72w== X-Gm-Message-State: ACgBeo3BsBTntdkXid9WuEuIqYPGebb737A7GSN7vcy9SuNrVF2Z0tQu gol41BsZPqhw+BfdX9Z35Os8NYjnuSg= X-Google-Smtp-Source: AA6agR62LoAbook99rEESyUSekSjTbhu1Sip3GJiLFTM40UPAnW83uq13vSWnPwKLJeBRZv0HCDP1w== X-Received: by 2002:a5d:6348:0:b0:225:2ec7:81d9 with SMTP id b8-20020a5d6348000000b002252ec781d9mr3480960wrw.693.1660894081451; Fri, 19 Aug 2022 00:28:01 -0700 (PDT) Received: from Zen2.lab.linutronix.de. (drugstore.linutronix.de. [80.153.143.164]) by smtp.gmail.com with ESMTPSA id ay15-20020a05600c1e0f00b003a604a29a34sm4650739wmb.35.2022.08.19.00.28.00 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 19 Aug 2022 00:28:01 -0700 (PDT) From: Alexander Kanavin X-Google-Original-From: Alexander Kanavin To: openembedded-core@lists.openembedded.org Cc: Alexander Kanavin Subject: [PATCH 18/42] libjpeg-turbo: upgrade 2.1.3 -> 2.1.4 Date: Fri, 19 Aug 2022 09:27:03 +0200 Message-Id: <20220819072727.2236928-18-alex@linutronix.de> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20220819072727.2236928-1-alex@linutronix.de> References: <20220819072727.2236928-1-alex@linutronix.de> MIME-Version: 1.0 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 ; Fri, 19 Aug 2022 07:28:08 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/169589 Signed-off-by: Alexander Kanavin --- .../jpeg/{libjpeg-turbo_2.1.3.bb => libjpeg-turbo_2.1.4.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-graphics/jpeg/{libjpeg-turbo_2.1.3.bb => libjpeg-turbo_2.1.4.bb} (97%) diff --git a/meta/recipes-graphics/jpeg/libjpeg-turbo_2.1.3.bb b/meta/recipes-graphics/jpeg/libjpeg-turbo_2.1.4.bb similarity index 97% rename from meta/recipes-graphics/jpeg/libjpeg-turbo_2.1.3.bb rename to meta/recipes-graphics/jpeg/libjpeg-turbo_2.1.4.bb index fdc035d5f7..1708fa97f0 100644 --- a/meta/recipes-graphics/jpeg/libjpeg-turbo_2.1.3.bb +++ b/meta/recipes-graphics/jpeg/libjpeg-turbo_2.1.4.bb @@ -14,7 +14,7 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${BPN}-${PV}.tar.gz \ file://0001-libjpeg-turbo-fix-package_qa-error.patch \ " -SRC_URI[sha256sum] = "467b310903832b033fe56cd37720d1b73a6a3bd0171dbf6ff0b620385f4f76d0" +SRC_URI[sha256sum] = "d3ed26a1131a13686dfca4935e520eb7c90ae76fbc45d98bb50a8dc86230342b" UPSTREAM_CHECK_URI = "http://sourceforge.net/projects/libjpeg-turbo/files/" UPSTREAM_CHECK_REGEX = "/libjpeg-turbo/files/(?P(\d+[\.\-_]*)+)/" From patchwork Fri Aug 19 07:27:04 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexander Kanavin X-Patchwork-Id: 11617 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 B8739C32793 for ; Fri, 19 Aug 2022 07:28:08 +0000 (UTC) Received: from mail-wm1-f43.google.com (mail-wm1-f43.google.com [209.85.128.43]) by mx.groups.io with SMTP id smtpd.web11.465.1660894084213324710 for ; Fri, 19 Aug 2022 00:28:04 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=TAxIzyl0; spf=pass (domain: gmail.com, ip: 209.85.128.43, mailfrom: alex.kanavin@gmail.com) Received: by mail-wm1-f43.google.com with SMTP id z14-20020a7bc7ce000000b003a5db0388a8so3446103wmk.1 for ; Fri, 19 Aug 2022 00:28:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc; bh=KvCN2wk50I9BwI3QZ60QDvjvOl30CW9OlUwdzw8gCUs=; b=TAxIzyl0U1fknL3QZSZtIEXUv1Ui0aWnN5j868+Aef1XuFdTKi8nwiqfxdGTetPI7B a2nMnsbhARZpfI3CpHyBsuSqk7s9RlPkORC36z26UxepqXsDTOGzV6S9HplhFbEhghIV Lzal3LkCCYtJ49+EW5KIiPDJEJV9N3luNd8bl2e6wDQhS917P5F3e0x+4ZflQRdyIG5l dXlt6WfdYKHcXlaojZTmmhiUACrU/qXuvbocJIKM24C6UkDCjQSAehDtU6spODvmE7Og EC18rqVFn8deKDX2Ts1VClT+qxZSyG+0bhR6/+S6jLSVAfM+Mt3vD6ikinKwzFAqZMG1 jBvQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc; bh=KvCN2wk50I9BwI3QZ60QDvjvOl30CW9OlUwdzw8gCUs=; b=YeYBF9zex+l+XNoEr8QWzTIo8NTflvqsAUHjTQK7m5sbF27gvSvRZLUPsq15vicx3l lNxXukoyk6hbtd1vpTktWb1JN4ctFynVRMDcmmtA6OTn2L+5c9bzu+O3F3JO2kWFvKi8 c05eNuYQPVhpSMmNzo0APGcOC9NADy0bJpORbiR6/kUvwIcrYaFh9X1TT0J6320JYbfT 7l1nG3sWBNwclcXUAeLnp3MQpycHo5WkT1UIgwKSPo1GSPJeYbZ+G5zUcnVmnkOWpLms kE6qAze4AervKblEm4Jm/nM9xtI+nmNDQkZbAdDwIyyekJv7gibmAjnR4fpeqU8ZSdMU sT+g== X-Gm-Message-State: ACgBeo1n02JWxuLPx1uvwDO/zS4xRlkRi6UP97c2t6cJl8Bf8kLylhGv JdUVusNR/TG1T7FIEKW+refODH3cyIA= X-Google-Smtp-Source: AA6agR5KtIkqvTgEZKB4tK9m6Yp6/WJ9iPVSvZ5AQLVe9F8Ud/+t2+1x3ZNRVvvGQeIC/wjpocbiVw== X-Received: by 2002:a05:600c:1906:b0:3a5:f9e0:fcb6 with SMTP id j6-20020a05600c190600b003a5f9e0fcb6mr7429020wmq.157.1660894082675; Fri, 19 Aug 2022 00:28:02 -0700 (PDT) Received: from Zen2.lab.linutronix.de. (drugstore.linutronix.de. [80.153.143.164]) by smtp.gmail.com with ESMTPSA id ay15-20020a05600c1e0f00b003a604a29a34sm4650739wmb.35.2022.08.19.00.28.01 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 19 Aug 2022 00:28:02 -0700 (PDT) From: Alexander Kanavin X-Google-Original-From: Alexander Kanavin To: openembedded-core@lists.openembedded.org Cc: Alexander Kanavin Subject: [PATCH 19/42] libwebp: upgrade 1.2.3 -> 1.2.4 Date: Fri, 19 Aug 2022 09:27:04 +0200 Message-Id: <20220819072727.2236928-19-alex@linutronix.de> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20220819072727.2236928-1-alex@linutronix.de> References: <20220819072727.2236928-1-alex@linutronix.de> MIME-Version: 1.0 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 ; Fri, 19 Aug 2022 07:28:08 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/169590 Signed-off-by: Alexander Kanavin --- .../webp/{libwebp_1.2.3.bb => libwebp_1.2.4.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-multimedia/webp/{libwebp_1.2.3.bb => libwebp_1.2.4.bb} (95%) diff --git a/meta/recipes-multimedia/webp/libwebp_1.2.3.bb b/meta/recipes-multimedia/webp/libwebp_1.2.4.bb similarity index 95% rename from meta/recipes-multimedia/webp/libwebp_1.2.3.bb rename to meta/recipes-multimedia/webp/libwebp_1.2.4.bb index 2d523df749..263589846a 100644 --- a/meta/recipes-multimedia/webp/libwebp_1.2.3.bb +++ b/meta/recipes-multimedia/webp/libwebp_1.2.4.bb @@ -14,7 +14,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=6e8dee932c26f2dab503abf70c96d8bb \ file://PATENTS;md5=c6926d0cb07d296f886ab6e0cc5a85b7" SRC_URI = "http://downloads.webmproject.org/releases/webp/${BP}.tar.gz" -SRC_URI[sha256sum] = "f5d7ab2390b06b8a934a4fc35784291b3885b557780d099bd32f09241f9d83f9" +SRC_URI[sha256sum] = "7bf5a8a28cc69bcfa8cb214f2c3095703c6b73ac5fba4d5480c205331d9494df" UPSTREAM_CHECK_URI = "http://downloads.webmproject.org/releases/webp/index.html" From patchwork Fri Aug 19 07:27:05 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexander Kanavin X-Patchwork-Id: 11613 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 A91E3C32772 for ; Fri, 19 Aug 2022 07:28:08 +0000 (UTC) Received: from mail-wm1-f54.google.com (mail-wm1-f54.google.com [209.85.128.54]) by mx.groups.io with SMTP id smtpd.web09.475.1660894085121305634 for ; Fri, 19 Aug 2022 00:28:05 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=c6+Co1Q7; spf=pass (domain: gmail.com, ip: 209.85.128.54, mailfrom: alex.kanavin@gmail.com) Received: by mail-wm1-f54.google.com with SMTP id h1so1883374wmd.3 for ; Fri, 19 Aug 2022 00:28:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc; bh=1wVZkslQtYL5IALnOc4Vf67CDroV5lP9ED+z9za4Wj0=; b=c6+Co1Q7q0+SvCWZ5ntJbipT37QdhMzMNAroBV9y/LNn1GFOa6YP05Ui/vvI++d3Kr a5gmIWvCOsjc02JBM66W5reyKaP9QJdPrCURHruTrtDTlNjCiXrFW3lJSiz4oDKtWk1g R17fXv79iVEIdDtpKZ70YJrmfH+z/kUzsQ348pJpuLCeE3KOSfPB3EsYtxwNxbS3WuKa jEZGdZL/E32pwLCBWDLShOPTH7/tkGdV7b5VTWGEipqmf7yxNbkZzTEDxMFVVsdFroLU GKgQj5yfEJ4B3CYHcY2rOfqdfJF+LuXqFM4hWyQ2qLzgE/DpriMTi5mVYEkGgl3pcaM1 ki7Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc; bh=1wVZkslQtYL5IALnOc4Vf67CDroV5lP9ED+z9za4Wj0=; b=4VzDgDOc3uKrD6cg/8bAQLTW9IXQiD+b6NRjEkbp/kNIVAOgH9sAzzh71zTBe4mF5K P09WummnmjttJgkplYupfbzBU77FMVcjxicFE7MzhrTBXz8j9uscGvtR1qUuEqKb2/DE RqUQFya9UmP7DPvMc6vybDPMlbP0W644nCaa6g8biD2iSshV5vRHRtKnZZ9YTQcWPh6G RZaftNKLvjvxn3Er7keh1u0DbCUPMNcymWWr8dZxOvhzcsiLu+HFWMg/yqFuvBU18oV7 NoUyYgE4MKIuXkcuWEDsofzDJtw1gI+3WB41fbYCiCXYFuW9wdg6suNDjZvabdkYcAU0 tkYg== X-Gm-Message-State: ACgBeo1Q0WROBxC93dFHre15oUQHnzsDcAiskpjC8U+UZcJ7LpzLkPLz dfSxVQqtSIf/m1Q8RC/b2laWI7r5Xys= X-Google-Smtp-Source: AA6agR6t/sJIdhHQBs9pCn1Fsx6rfRS5IFzm/N0VfK7BDnsyXHBcVOiXVNPlm9txOtKc7JQcVOyxow== X-Received: by 2002:a05:600c:34c5:b0:3a5:fd9d:7b2b with SMTP id d5-20020a05600c34c500b003a5fd9d7b2bmr7189976wmq.1.1660894083509; Fri, 19 Aug 2022 00:28:03 -0700 (PDT) Received: from Zen2.lab.linutronix.de. (drugstore.linutronix.de. [80.153.143.164]) by smtp.gmail.com with ESMTPSA id ay15-20020a05600c1e0f00b003a604a29a34sm4650739wmb.35.2022.08.19.00.28.02 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 19 Aug 2022 00:28:03 -0700 (PDT) From: Alexander Kanavin X-Google-Original-From: Alexander Kanavin To: openembedded-core@lists.openembedded.org Cc: Alexander Kanavin Subject: [PATCH 20/42] lighttpd: upgrade 1.4.65 -> 1.4.66 Date: Fri, 19 Aug 2022 09:27:05 +0200 Message-Id: <20220819072727.2236928-20-alex@linutronix.de> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20220819072727.2236928-1-alex@linutronix.de> References: <20220819072727.2236928-1-alex@linutronix.de> MIME-Version: 1.0 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 ; Fri, 19 Aug 2022 07:28:08 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/169591 Signed-off-by: Alexander Kanavin --- .../lighttpd/{lighttpd_1.4.65.bb => lighttpd_1.4.66.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-extended/lighttpd/{lighttpd_1.4.65.bb => lighttpd_1.4.66.bb} (97%) diff --git a/meta/recipes-extended/lighttpd/lighttpd_1.4.65.bb b/meta/recipes-extended/lighttpd/lighttpd_1.4.66.bb similarity index 97% rename from meta/recipes-extended/lighttpd/lighttpd_1.4.65.bb rename to meta/recipes-extended/lighttpd/lighttpd_1.4.66.bb index 10aa27f072..801162867c 100644 --- a/meta/recipes-extended/lighttpd/lighttpd_1.4.65.bb +++ b/meta/recipes-extended/lighttpd/lighttpd_1.4.66.bb @@ -19,7 +19,7 @@ SRC_URI = "http://download.lighttpd.net/lighttpd/releases-1.4.x/lighttpd-${PV}.t file://lighttpd \ " -SRC_URI[sha256sum] = "bf0fa68a629fbc404023a912b377e70049331d6797bcbb4b3e8df4c3b42328be" +SRC_URI[sha256sum] = "47ac6e60271aa0196e65472d02d019556dc7c6d09df3b65df2c1ab6866348e3b" DEPENDS = "virtual/crypt" From patchwork Fri Aug 19 07:27:06 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexander Kanavin X-Patchwork-Id: 11615 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 AAFFBC48BE4 for ; Fri, 19 Aug 2022 07:28:08 +0000 (UTC) Received: from mail-wm1-f45.google.com (mail-wm1-f45.google.com [209.85.128.45]) by mx.groups.io with SMTP id smtpd.web11.459.1660894076525308798 for ; Fri, 19 Aug 2022 00:28:05 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=ntLbKGgl; spf=pass (domain: gmail.com, ip: 209.85.128.45, mailfrom: alex.kanavin@gmail.com) Received: by mail-wm1-f45.google.com with SMTP id m10-20020a05600c3b0a00b003a603fc3f81so2082705wms.0 for ; Fri, 19 Aug 2022 00:28:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc; bh=rq6be8FpFX74LmyXNi2rG2TJcmTYVVdNC9el53Deyyc=; b=ntLbKGglh3zLTdjyRsQxWd9/YtZeB6S11kcBLKAoVhrZy5q3TUdXo30+NXNG9ngiES BJFrNRwHVTFhgNAfZOtJ+qC2zKPQkIEKrGucjJ18zeybgSxy7ylG5aHko1GyxWFNqbgw 0Ta0xkulBPmoDOhfAwemhu4EZ2SPRgBjMaOvWUravTdkNMXopG2vs366VKKMx+gq3ftf R+sh/5zR1faMiL/HfjMnMsUqCIGB5FkF6Dt0FflE9ECkTJ7zpVLb32ySDR+ZGKHRojr9 SNNVlAyev13cQ7WceYZ1GQZGcg46cl3ErvdzCp8nuM0ROkf3BBFMjbfzg6CWx2MBDKut V6xQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc; bh=rq6be8FpFX74LmyXNi2rG2TJcmTYVVdNC9el53Deyyc=; b=fK5KCfgROKVReg/NyTs9Sf8kLBDAutLJPkZmrJYlE/yzgXWLRu5x7ZxeH69MuVuWSL PiJjghLwVGomOkI8350j0hOD7Uoytt0CooUyAUnTIu0hm9D3JptLW0ifi2qBGvaCvGjq WFpI/PgfXgPDpepJSPB05aWL2tDjaHPtaNCIPH1F+RcNzjaHIAi2TV+IECDeIxoBC1Q0 JJxHjO3sIVYZuSCqunbjWrh9u1qlpI4ojgAqhyWM7MVST18VjuCgnxaJEIxl8drnX9uf xXNzBA8atGNN52TqD9D/Jej7mxhgrUlJjlN9l9hVo2VEfr1ZDtw7MqyOGFfDatwK+9aq zseA== X-Gm-Message-State: ACgBeo2xLtd0iYk15c3HZjQAkS8QlFA+fJw8W5+8gIA0dfG1PQ9TBohc BN96c2p7U/RCSy6Ygd2GyivtRWIHxKo= X-Google-Smtp-Source: AA6agR7RzDAuBxP2ijOBPfN8khMphwvUsACDzNgYiAPfdpilMnAtDCrtFzj5UiIcFHZcMANG87ipzg== X-Received: by 2002:a05:600c:1906:b0:3a5:fe9c:4dcf with SMTP id j6-20020a05600c190600b003a5fe9c4dcfmr3981223wmq.118.1660894084561; Fri, 19 Aug 2022 00:28:04 -0700 (PDT) Received: from Zen2.lab.linutronix.de. (drugstore.linutronix.de. [80.153.143.164]) by smtp.gmail.com with ESMTPSA id ay15-20020a05600c1e0f00b003a604a29a34sm4650739wmb.35.2022.08.19.00.28.03 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 19 Aug 2022 00:28:03 -0700 (PDT) From: Alexander Kanavin X-Google-Original-From: Alexander Kanavin To: openembedded-core@lists.openembedded.org Cc: Alexander Kanavin Subject: [PATCH 21/42] mesa: upgrade 22.1.5 -> 22.1.6 Date: Fri, 19 Aug 2022 09:27:06 +0200 Message-Id: <20220819072727.2236928-21-alex@linutronix.de> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20220819072727.2236928-1-alex@linutronix.de> References: <20220819072727.2236928-1-alex@linutronix.de> MIME-Version: 1.0 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 ; Fri, 19 Aug 2022 07:28:08 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/169592 Signed-off-by: Alexander Kanavin --- .../mesa/{mesa-gl_22.1.5.bb => mesa-gl_22.1.6.bb} | 0 meta/recipes-graphics/mesa/mesa.inc | 2 +- meta/recipes-graphics/mesa/{mesa_22.1.5.bb => mesa_22.1.6.bb} | 0 3 files changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-graphics/mesa/{mesa-gl_22.1.5.bb => mesa-gl_22.1.6.bb} (100%) rename meta/recipes-graphics/mesa/{mesa_22.1.5.bb => mesa_22.1.6.bb} (100%) diff --git a/meta/recipes-graphics/mesa/mesa-gl_22.1.5.bb b/meta/recipes-graphics/mesa/mesa-gl_22.1.6.bb similarity index 100% rename from meta/recipes-graphics/mesa/mesa-gl_22.1.5.bb rename to meta/recipes-graphics/mesa/mesa-gl_22.1.6.bb diff --git a/meta/recipes-graphics/mesa/mesa.inc b/meta/recipes-graphics/mesa/mesa.inc index fccf14a7d1..c4efc13438 100644 --- a/meta/recipes-graphics/mesa/mesa.inc +++ b/meta/recipes-graphics/mesa/mesa.inc @@ -25,7 +25,7 @@ SRC_URI = "https://mesa.freedesktop.org/archive/mesa-${PV}.tar.xz \ file://0001-nir-nir_opt_move-fix-ALWAYS_INLINE-compiler-error.patch \ " -SRC_URI[sha256sum] = "6fd60d38efdd25317948c61494b5117e01d42da695278728b1faef9f5f9a47ba" +SRC_URI[sha256sum] = "22ced061eb9adab8ea35368246c1995c09723f3f71653cd5050c5cec376e671a" UPSTREAM_CHECK_GITTAGREGEX = "mesa-(?P\d+(\.\d+)+)" diff --git a/meta/recipes-graphics/mesa/mesa_22.1.5.bb b/meta/recipes-graphics/mesa/mesa_22.1.6.bb similarity index 100% rename from meta/recipes-graphics/mesa/mesa_22.1.5.bb rename to meta/recipes-graphics/mesa/mesa_22.1.6.bb From patchwork Fri Aug 19 07:27:07 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexander Kanavin X-Patchwork-Id: 11610 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 985CCC25B0E for ; Fri, 19 Aug 2022 07:28:08 +0000 (UTC) Received: from mail-wr1-f46.google.com (mail-wr1-f46.google.com [209.85.221.46]) by mx.groups.io with SMTP id smtpd.web10.476.1660894087143332176 for ; Fri, 19 Aug 2022 00:28:07 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=KOodJ5pS; spf=pass (domain: gmail.com, ip: 209.85.221.46, mailfrom: alex.kanavin@gmail.com) Received: by mail-wr1-f46.google.com with SMTP id a4so4190255wrq.1 for ; Fri, 19 Aug 2022 00:28:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc; bh=7rQWcOBoKEgkP+glYH28+aoiwcrIF7QIdRpv+xwvmDQ=; b=KOodJ5pS8c873LEuEhoNFGbJtz13GZxLnS8PsVzkEEA4XmlQrweUuKUEVxUFyXbsDH BXpElR5qxuemnKvKoKyUXl4zoxNdgyraUrj6kMTzgQvKSiSaIzAoXem9/ecrJ6GTT2Up Ej0Tna4E8tcV6MFS1x2u9hT7vmGTKZCBLXKSiVpEA4Zhq8OqTLY6i95yDG+3CDH3zch+ 5U0Mau1meSkhL9JUwy47AoJv/YqQ335pemRE4aFj/4/fQ8QJNP793plV8K2jALU6QrXp kLKt8sQmLiT1sabf97qrRxnqlRqZpTeWMDF0dRANrBECrwwriOfqXVXJ2yZhpZam9Ixh tcJQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc; bh=7rQWcOBoKEgkP+glYH28+aoiwcrIF7QIdRpv+xwvmDQ=; b=FUB+OTPfwh51slyfF6I9U6l0hlq9hz3F78wrvZxTvEV+Unxh8Jpl7d5s3D/CgTR77Z sg26YDF4zLML2KP4/KEk52osk5hHw4Bk6hv41/O98VmTEaUXMecNGMi/Yco2gC0v5YmH ykhNB/5LFYIOcl1N/9Guc+FhakfKCK6/Niez0QkHKSuJX/EunuYQf9tEDkF0QDTIk2C1 9GMI76fwQf6xEM5pEbUoQoRQWNQ4BiUkUsZXCrb7R9iztI1q4wO8ggmcD0nJyC56jvEV GzOB3y8Ec5x/byYQOUklG0Xd98RorNuoQhPmpLPApNfQP1AE02vVg9mdLCSymi8efada fKnA== X-Gm-Message-State: ACgBeo1xzpLX8H6FmiGjttdX3fO83F9BD7Zy9fAxfZIJsIImwjjmB8Yz Y6DSdJSjd1Pu6V9P1aiM4DlJbx/V+4s= X-Google-Smtp-Source: AA6agR6HTAOCG7BcfZFqby84N99F8V49VsJ1QgyjpHD+1Zqd+Xq9wXzo7Ks/JQBNaDG/fNwVyWKYjw== X-Received: by 2002:a5d:440b:0:b0:225:2106:2f30 with SMTP id z11-20020a5d440b000000b0022521062f30mr3330115wrq.533.1660894085576; Fri, 19 Aug 2022 00:28:05 -0700 (PDT) Received: from Zen2.lab.linutronix.de. (drugstore.linutronix.de. [80.153.143.164]) by smtp.gmail.com with ESMTPSA id ay15-20020a05600c1e0f00b003a604a29a34sm4650739wmb.35.2022.08.19.00.28.04 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 19 Aug 2022 00:28:04 -0700 (PDT) From: Alexander Kanavin X-Google-Original-From: Alexander Kanavin To: openembedded-core@lists.openembedded.org Cc: Alexander Kanavin Subject: [PATCH 22/42] meson: upgrade 0.63.0 -> 0.63.1 Date: Fri, 19 Aug 2022 09:27:07 +0200 Message-Id: <20220819072727.2236928-22-alex@linutronix.de> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20220819072727.2236928-1-alex@linutronix.de> References: <20220819072727.2236928-1-alex@linutronix.de> MIME-Version: 1.0 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 ; Fri, 19 Aug 2022 07:28:08 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/169594 Signed-off-by: Alexander Kanavin --- .../recipes-devtools/meson/{meson_0.63.0.bb => meson_0.63.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/meson/{meson_0.63.0.bb => meson_0.63.1.bb} (98%) diff --git a/meta/recipes-devtools/meson/meson_0.63.0.bb b/meta/recipes-devtools/meson/meson_0.63.1.bb similarity index 98% rename from meta/recipes-devtools/meson/meson_0.63.0.bb rename to meta/recipes-devtools/meson/meson_0.63.1.bb index 890f47506f..7f77a7de34 100644 --- a/meta/recipes-devtools/meson/meson_0.63.0.bb +++ b/meta/recipes-devtools/meson/meson_0.63.1.bb @@ -17,7 +17,7 @@ SRC_URI = "https://github.com/mesonbuild/meson/releases/download/${PV}/meson-${P file://0001-is_debianlike-always-return-False.patch \ file://0001-Check-for-clang-before-guessing-gcc-or-lcc.patch \ " -SRC_URI[sha256sum] = "3b51d451744c2bc71838524ec8d96cd4f8c4793d5b8d5d0d0a9c8a4f7c94cd6f" +SRC_URI[sha256sum] = "06fe13297213d6ff0121c5d5aab25a56ef938ffec57414ed6086fda272cb65e9" UPSTREAM_CHECK_URI = "https://github.com/mesonbuild/meson/releases" UPSTREAM_CHECK_REGEX = "meson-(?P\d+(\.\d+)+)\.tar" From patchwork Fri Aug 19 07:27:08 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexander Kanavin X-Patchwork-Id: 11612 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 AA2D1C32773 for ; Fri, 19 Aug 2022 07:28:08 +0000 (UTC) Received: from mail-wm1-f51.google.com (mail-wm1-f51.google.com [209.85.128.51]) by mx.groups.io with SMTP id smtpd.web09.472.1660894079242672342 for ; Fri, 19 Aug 2022 00:28:07 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=qq87GNqF; spf=pass (domain: gmail.com, ip: 209.85.128.51, mailfrom: alex.kanavin@gmail.com) Received: by mail-wm1-f51.google.com with SMTP id ay12so1891889wmb.1 for ; Fri, 19 Aug 2022 00:28:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc; bh=ydkj1i8Jj5lm/tqsr+isZHqL58GY1vxzg2zRoDFyA08=; b=qq87GNqFNq37O0f4w+5oDPDB+uAnx0cgJ1kZ7ZJH2bjiIiBTSpzNJAyKxUY8I8yOiV lpLocsXA/T8bWDHpMbix9aVOiQ2lsQso63pA7vZhfN/MZFmpu0n2/Vt1fiMZ5IjmtXzI 4hbnzCjGiOyPLERoiYwJHny8wTgCYvs9QsFEiQZs6gl52qSwqBvnVyOaIixsbmtizEoe NfKLGERpEhYrrg7vuveTI3uyDN3EpcllMvh1d8vb6tm1P0NkCL53J7TNm/GQhK0Fx8Nc NuDdIJvNoKXnvWKcq/PCjTKtHRv+YTL3zKNd7V+R/WffjLd5gAw8gS+PPJJUIcIQ31cc Dmaw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc; bh=ydkj1i8Jj5lm/tqsr+isZHqL58GY1vxzg2zRoDFyA08=; b=E3EFFW05pKpFDIiCRWTH5zArdPUJ5bfoRU/R69VOq/bTr4wU7JSTfOdRjPPPUnYk+Z EnAwnzGZJ1J7naYx5rJjX8ad6RtTQRO3E6Gmt724Pys49+NMl8DiLaCyd6zmjt4qahOT RUgJ1qaLcqFiPbuHbq9HprT30X3mXRdh9rOT95J5P54kKr53gapWiu99EBO8hb4V1Tfu DRWwsvJ3brWU2zks6lea/u/W1oVbl87wMDD7g9hILgWfM5GP13eJn4Cnrk+6WAkq7BUY UW7zC6hzVIgAGI1dxLXLEaicvc5ydebiTOn2/ZLvtdXIcN777MIAtLlatMvClyKDwtve LEOg== X-Gm-Message-State: ACgBeo0e5r2WwiHNBKxPuyobuh0qsFyIrX8J1SRHtLWRocyLBM1pR6Wr Q6DLeN2+psTLqmdg/A1qTRNMJPHJ/zE= X-Google-Smtp-Source: AA6agR5KSR0IHS534vzz3nmdozy83K83p7FMZLAomrI+CD7Uda2li0xYYoUZyK8aHXKwIDHW6j+2eA== X-Received: by 2002:a05:600c:4e8c:b0:3a6:11e:cc08 with SMTP id f12-20020a05600c4e8c00b003a6011ecc08mr3880884wmq.198.1660894086460; Fri, 19 Aug 2022 00:28:06 -0700 (PDT) Received: from Zen2.lab.linutronix.de. (drugstore.linutronix.de. [80.153.143.164]) by smtp.gmail.com with ESMTPSA id ay15-20020a05600c1e0f00b003a604a29a34sm4650739wmb.35.2022.08.19.00.28.05 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 19 Aug 2022 00:28:05 -0700 (PDT) From: Alexander Kanavin X-Google-Original-From: Alexander Kanavin To: openembedded-core@lists.openembedded.org Cc: Alexander Kanavin Subject: [PATCH 23/42] mpg123: upgrade 1.30.1 -> 1.30.2 Date: Fri, 19 Aug 2022 09:27:08 +0200 Message-Id: <20220819072727.2236928-23-alex@linutronix.de> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20220819072727.2236928-1-alex@linutronix.de> References: <20220819072727.2236928-1-alex@linutronix.de> MIME-Version: 1.0 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 ; Fri, 19 Aug 2022 07:28:08 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/169593 Signed-off-by: Alexander Kanavin --- .../mpg123/{mpg123_1.30.1.bb => mpg123_1.30.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-multimedia/mpg123/{mpg123_1.30.1.bb => mpg123_1.30.2.bb} (96%) diff --git a/meta/recipes-multimedia/mpg123/mpg123_1.30.1.bb b/meta/recipes-multimedia/mpg123/mpg123_1.30.2.bb similarity index 96% rename from meta/recipes-multimedia/mpg123/mpg123_1.30.1.bb rename to meta/recipes-multimedia/mpg123/mpg123_1.30.2.bb index 502d9d114c..f40bff1ff6 100644 --- a/meta/recipes-multimedia/mpg123/mpg123_1.30.1.bb +++ b/meta/recipes-multimedia/mpg123/mpg123_1.30.2.bb @@ -10,7 +10,7 @@ LICENSE = "LGPL-2.1-only" LIC_FILES_CHKSUM = "file://COPYING;md5=e7b9c15fcfb986abb4cc5e8400a24169" SRC_URI = "https://www.mpg123.de/download/${BP}.tar.bz2" -SRC_URI[sha256sum] = "1b20c9c751bea9be556749bd7f97cf580f52ed11f2540756e9af26ae036e4c59" +SRC_URI[sha256sum] = "c7ea863756bb79daed7cba2942ad3b267a410f26d2dfbd9aaf84451ff28a05d7" UPSTREAM_CHECK_REGEX = "mpg123-(?P\d+(\.\d+)+)\.tar" From patchwork Fri Aug 19 07:27:09 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexander Kanavin X-Patchwork-Id: 11614 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 9F388C3F6B0 for ; Fri, 19 Aug 2022 07:28:08 +0000 (UTC) Received: from mail-wr1-f53.google.com (mail-wr1-f53.google.com [209.85.221.53]) by mx.groups.io with SMTP id smtpd.web12.470.1660894068364851799 for ; Fri, 19 Aug 2022 00:28:08 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=U/pffG2d; spf=pass (domain: gmail.com, ip: 209.85.221.53, mailfrom: alex.kanavin@gmail.com) Received: by mail-wr1-f53.google.com with SMTP id k16so4156590wrx.11 for ; Fri, 19 Aug 2022 00:28:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc; bh=CjdcZ0JUN+cUzfKd6msWMqd377gtiVLzkSzrnk1bBYk=; b=U/pffG2dn3OhNYeI53ReHhp9gqVE4pZeUA+bDrHn/5WNew3GQBbUCBS+t8JEGDIvQJ 7s4oinNVmHytVczHgbA2/ksQ5GiCj5gnFv1MCA5pYviTJxl87idQmtwdBZFYvfECqsWH yTvXWYhuaqKsgif7u9ifG9HPpM+YybcHTAvm+qIk3lXYZo9zx+pnRmY2ebO8KTqweDLp Ga6bYLIaslLULm+h83xaA/aRmLWxOZEzczMJoHWFWekAebuEx36QA3jnTvC1YNeNc58R ZEFyD/L93y1zBoa+boge3OC/W/3++q2rnETYcD8P3JyVoJQmmOvGI7snvRmcv4cM/Y6o 4gyQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc; bh=CjdcZ0JUN+cUzfKd6msWMqd377gtiVLzkSzrnk1bBYk=; b=jYDjskXX6yJyJJyS4QhOkTFNb7Oe22YPT3s0UBNnpHGwWkHUKmRB5InxUE8cVh8F3d IZlZWnk8ZZFe1W9DEpllqBwFch3fIRCO2bP+3GUIOI8iKC/vKT3A6JK9D87AcMd+p31z 8vEhXdYkT28+mNJKyXIzjfGL8daVEmhWwWQ8uxbcWmmDy/sVrSPU6ShPk5+22dWtBeYm ikERDzJxKLTVJmKeHWHFqCxSBLjnDT4gqm5KrIyrNBRa2BL0+8ap0GjadCCscXPkd4Xx dzegB87LPsPisgb9S3WntN/h/K8EOW2Nn89aPbfCrpGygRtP7Emh2DePqkngAIrOfQDp 5Vmg== X-Gm-Message-State: ACgBeo22ToTKlwIrMH7vZ4hoHhVqHfTTyRw3AREdhaCW7ey0dif8KO9M JSy/DtpapxDN+3HvSAR+4g0T+VFgQqw= X-Google-Smtp-Source: AA6agR411Onwq/jM2EAmxgRPS+GtU2BRqSqR7PL4d0jfa85uEg4WvmcRfLZ74lcb6KIyjPUzrDnEJw== X-Received: by 2002:adf:fb8f:0:b0:225:2def:221e with SMTP id a15-20020adffb8f000000b002252def221emr3398044wrr.130.1660894087302; Fri, 19 Aug 2022 00:28:07 -0700 (PDT) Received: from Zen2.lab.linutronix.de. (drugstore.linutronix.de. [80.153.143.164]) by smtp.gmail.com with ESMTPSA id ay15-20020a05600c1e0f00b003a604a29a34sm4650739wmb.35.2022.08.19.00.28.06 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 19 Aug 2022 00:28:06 -0700 (PDT) From: Alexander Kanavin X-Google-Original-From: Alexander Kanavin To: openembedded-core@lists.openembedded.org Cc: Alexander Kanavin Subject: [PATCH 24/42] pango: upgrade 1.50.8 -> 1.50.9 Date: Fri, 19 Aug 2022 09:27:09 +0200 Message-Id: <20220819072727.2236928-24-alex@linutronix.de> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20220819072727.2236928-1-alex@linutronix.de> References: <20220819072727.2236928-1-alex@linutronix.de> MIME-Version: 1.0 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 ; Fri, 19 Aug 2022 07:28:08 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/169595 Signed-off-by: Alexander Kanavin --- .../recipes-graphics/pango/{pango_1.50.8.bb => pango_1.50.9.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-graphics/pango/{pango_1.50.8.bb => pango_1.50.9.bb} (94%) diff --git a/meta/recipes-graphics/pango/pango_1.50.8.bb b/meta/recipes-graphics/pango/pango_1.50.9.bb similarity index 94% rename from meta/recipes-graphics/pango/pango_1.50.8.bb rename to meta/recipes-graphics/pango/pango_1.50.9.bb index 936526799f..03e2ca6721 100644 --- a/meta/recipes-graphics/pango/pango_1.50.8.bb +++ b/meta/recipes-graphics/pango/pango_1.50.9.bb @@ -24,7 +24,7 @@ SRC_URI += "file://run-ptest \ file://0001-Skip-running-test-layout-test.patch \ " -SRC_URI[archive.sha256sum] = "cf626f59dd146c023174c4034920e9667f1d25ac2c1569516d63136c311255fa" +SRC_URI[archive.sha256sum] = "1b636aabf905130d806372136f5e137b6a27f26d47defd9240bf444f6a4fe610" DEPENDS = "glib-2.0 glib-2.0-native fontconfig freetype virtual/libiconv cairo harfbuzz fribidi" From patchwork Fri Aug 19 07:27:10 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexander Kanavin X-Patchwork-Id: 11622 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 BFC5EC48BE4 for ; Fri, 19 Aug 2022 07:28:18 +0000 (UTC) Received: from mail-wr1-f54.google.com (mail-wr1-f54.google.com [209.85.221.54]) by mx.groups.io with SMTP id smtpd.web10.470.1660894069618602835 for ; Fri, 19 Aug 2022 00:28:09 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=XB5HZm/6; spf=pass (domain: gmail.com, ip: 209.85.221.54, mailfrom: alex.kanavin@gmail.com) Received: by mail-wr1-f54.google.com with SMTP id e20so3686503wri.13 for ; Fri, 19 Aug 2022 00:28:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc; bh=TgWVL0PSgzCiHhAFRneMRk33q6tYtILgPXSt5kEBzRI=; b=XB5HZm/643dcQdsTzR+Viej/lTDvyNe/2FFMcBBzDWecpl/xBwCKLcDmYb6Kk5oW96 3dfYWDAtMUrLJ2jymzN9243uB61HVYpXRnJJ0MLCnKkNeQl7SuIAaCop0rjjQVecZppV DpFLhmfCDD20NKZ1j+HG/XCPEeBaM/thino37qzgRs0tcEebOiYbxUdvr2AlKmIqO9SM dow94+snFw001jjRPKZmDCOLqdqGz6tLEH93zxbggsZR546vfUW6SigL9GWpnug1Oi3H J+zH0Ms0nBEpU1ClBPHVXtGNmgBO3+gCy55FJeNKTRTQTtd4bbW0tAlDqNdRK+C1Knrt 1gbQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc; bh=TgWVL0PSgzCiHhAFRneMRk33q6tYtILgPXSt5kEBzRI=; b=Pdj6LLjUwQfjQ1dB6RtzVJ+LKyffdZKOYiKhGYK1533bkNX814vkA8dxcMeBwevCn5 Ep93NJF92oLApMavQPZP+C2EKkf3+UmST++XplsZMhK4pnSy592zCxvw4ouPQKO2dMaI rY6IttgTDw2sjbhj0qyYfzng/65tKy1zmvoL8O7AaAjRwXvrrZrQeY642BomsfVcDip2 txmnQKnediKIDq4Vj3GdDCQhcYwu2qPKaxV2rQ5j6kqqP8ekWL28rNr3ltL2L1x57/kT ap5JBST59g5zcTyamFkRZpj/iCh2gXVlGC+ZNEjLOXZyF3wCwYYZwrRe6r98ysGFx4CJ 72gw== X-Gm-Message-State: ACgBeo3DheJ82GaU5CCoFhWZ+moLmKYI6boukt4nK0smNbzmHq3bZBbC EsGuzfDPcaZIkRz2+3LzMc/USiPmwIs= X-Google-Smtp-Source: AA6agR5tP9lZzOb7xVsE+IH6KWZ4hfe7eQEwq5vUjl/UugGlfh7VSC7aQIkDZVmWdQI4d1GSBlHk7w== X-Received: by 2002:a5d:64aa:0:b0:21f:12ae:f8ef with SMTP id m10-20020a5d64aa000000b0021f12aef8efmr3490379wrp.452.1660894088450; Fri, 19 Aug 2022 00:28:08 -0700 (PDT) Received: from Zen2.lab.linutronix.de. (drugstore.linutronix.de. [80.153.143.164]) by smtp.gmail.com with ESMTPSA id ay15-20020a05600c1e0f00b003a604a29a34sm4650739wmb.35.2022.08.19.00.28.07 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 19 Aug 2022 00:28:07 -0700 (PDT) From: Alexander Kanavin X-Google-Original-From: Alexander Kanavin To: openembedded-core@lists.openembedded.org Cc: Alexander Kanavin Subject: [PATCH 25/42] piglit: upgrade to latest revision Date: Fri, 19 Aug 2022 09:27:10 +0200 Message-Id: <20220819072727.2236928-25-alex@linutronix.de> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20220819072727.2236928-1-alex@linutronix.de> References: <20220819072727.2236928-1-alex@linutronix.de> MIME-Version: 1.0 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 ; Fri, 19 Aug 2022 07:28:18 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/169596 Signed-off-by: Alexander Kanavin --- 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 b1e948ea69..7c1bc89c22 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 = "b95782f470ca2915b0d9b9079f9cd6d81bae092c" +SRCREV = "6403e90dc7da02d486906cddab8d02c2552a8d46" # (when PV goes above 1.0 remove the trailing r) PV = "1.0+gitr${SRCPV}" From patchwork Fri Aug 19 07:27:11 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexander Kanavin X-Patchwork-Id: 11630 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 E7577C38142 for ; Fri, 19 Aug 2022 07:28:18 +0000 (UTC) Received: from mail-wr1-f53.google.com (mail-wr1-f53.google.com [209.85.221.53]) by mx.groups.io with SMTP id smtpd.web10.477.1660894090787610898 for ; Fri, 19 Aug 2022 00:28:11 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=GkMEkg41; spf=pass (domain: gmail.com, ip: 209.85.221.53, mailfrom: alex.kanavin@gmail.com) Received: by mail-wr1-f53.google.com with SMTP id r16so4177792wrm.6 for ; Fri, 19 Aug 2022 00:28:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc; bh=o8JkrKT3DkolDhL7Dm/5RUr7tVy/Nb2yRB4cJkhIDYo=; b=GkMEkg41rwsFwo1hcuvxjKAubEB2JIoxY0KBXU9v6xE3Jxgt9s2Fw3dlpjeAc1uaTb hNMAT7KGIQSO2RSHdTBnjPCI1e1pdkzxvGGUgjJg7QnkrsIIbrPqD6i3iE4lEIfEEmAk 7ESJT+QTH6mXT3xL5AKhFwbvWKEylNC1CcSGWOk71FxQxWZT4tYKRGVA1IRYx+t8Cz/b FwiyKUthBZMvtAUTcc83b0Ch81eFHmhuFfdkdUbrf5gTGkBD38vZUrnoLJMPD8R7UHDL cfnBZFFdvQSEzC5NOhXt8hZ3erbCmS1w4ZTaPJaSZM4F9n6aXBh5OLfdLdqF5s+riR5I zQ7A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc; bh=o8JkrKT3DkolDhL7Dm/5RUr7tVy/Nb2yRB4cJkhIDYo=; b=0LxbAaZXaKy1kWxh3Mwk9bnaHr1kmU8L7ajeRrYZTegy1W6LZMG5miQFJRzS3xihF7 82J/8oDzZXPsmH0uYYeUqlmeDT2y9NHWmnqWhm74d/hpxSEso2eJRrIXbyBX/Tc38USM Q22ImXaixqEDmf5HXp+20V5jhQh6YyZ41ukiTEiAPADHtRXL7PlsmONeNcS9P+uVzhfp 3HMY4UXnjxETCnDjNqZ5HTuyk5zyUSsAjgx96xbimi6XhXtN1PXNo2oKFSRQ+RbDGq3p pbyunxWTHguNJYg/NSL3uxlT/MskDEcKsWir3qxeSCXm8CSWXVo5JoR7DCXbcmDOrcYA 8EOQ== X-Gm-Message-State: ACgBeo24xWlgmR1EAmUxzmiUKC+wckT+YJKW7vfQiTVkzYOHW5XtmeTC ePtgBH/9PxJvEDKdM5QVu2pkO+hNJu4= X-Google-Smtp-Source: AA6agR7Sq8UV7ykVkRtDxBGH9fQqFWxK6WfYK9WtZKarl1kIaCpx645Y8ReV15beoq/GjF3kI0ivjQ== X-Received: by 2002:a5d:6acb:0:b0:21e:efd7:c7be with SMTP id u11-20020a5d6acb000000b0021eefd7c7bemr3430151wrw.293.1660894089324; Fri, 19 Aug 2022 00:28:09 -0700 (PDT) Received: from Zen2.lab.linutronix.de. (drugstore.linutronix.de. [80.153.143.164]) by smtp.gmail.com with ESMTPSA id ay15-20020a05600c1e0f00b003a604a29a34sm4650739wmb.35.2022.08.19.00.28.08 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 19 Aug 2022 00:28:08 -0700 (PDT) From: Alexander Kanavin X-Google-Original-From: Alexander Kanavin To: openembedded-core@lists.openembedded.org Cc: Alexander Kanavin Subject: [PATCH 26/42] pkgconf: upgrade 1.8.0 -> 1.9.2 Date: Fri, 19 Aug 2022 09:27:11 +0200 Message-Id: <20220819072727.2236928-26-alex@linutronix.de> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20220819072727.2236928-1-alex@linutronix.de> References: <20220819072727.2236928-1-alex@linutronix.de> MIME-Version: 1.0 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 ; Fri, 19 Aug 2022 07:28:18 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/169597 Signed-off-by: Alexander Kanavin --- .../pkgconf/{pkgconf_1.8.0.bb => pkgconf_1.9.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/pkgconf/{pkgconf_1.8.0.bb => pkgconf_1.9.2.bb} (96%) diff --git a/meta/recipes-devtools/pkgconf/pkgconf_1.8.0.bb b/meta/recipes-devtools/pkgconf/pkgconf_1.9.2.bb similarity index 96% rename from meta/recipes-devtools/pkgconf/pkgconf_1.8.0.bb rename to meta/recipes-devtools/pkgconf/pkgconf_1.9.2.bb index 887e15e28c..576710b8fc 100644 --- a/meta/recipes-devtools/pkgconf/pkgconf_1.8.0.bb +++ b/meta/recipes-devtools/pkgconf/pkgconf_1.9.2.bb @@ -20,7 +20,7 @@ SRC_URI = "\ file://pkg-config-native.in \ file://pkg-config-esdk.in \ " -SRC_URI[sha256sum] = "ef9c7e61822b7cb8356e6e9e1dca58d9556f3200d78acab35e4347e9d4c2bbaf" +SRC_URI[sha256sum] = "db6bf5426e0e9fc107042cc85fc62b1f391f1d7af46c4a3c39b7f5b5231dfa09" inherit autotools From patchwork Fri Aug 19 07:27:12 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexander Kanavin X-Patchwork-Id: 11629 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 DCBF6C32792 for ; Fri, 19 Aug 2022 07:28:18 +0000 (UTC) Received: from mail-wm1-f50.google.com (mail-wm1-f50.google.com [209.85.128.50]) by mx.groups.io with SMTP id smtpd.web11.467.1660894092023229100 for ; Fri, 19 Aug 2022 00:28:12 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=gJmT/Kbl; spf=pass (domain: gmail.com, ip: 209.85.128.50, mailfrom: alex.kanavin@gmail.com) Received: by mail-wm1-f50.google.com with SMTP id m3-20020a05600c3b0300b003a5e0557150so3550459wms.0 for ; Fri, 19 Aug 2022 00:28:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc; bh=AUNxGlYS2FDD6+BNqWWHfRLrmGz8AjQ2DhHUauw4bB0=; b=gJmT/KblqoFcdLtaJ+PHXoY+g/qWc8bU0njqrIfC2W4KyRl/KKsq74T28PeSXxaPBC iuprvV5nLHoxVIBLmKA1MZiXextFnV6c+ddfACj+H+zZSeBhsgFbOa74gYs8WJdSr10p K+31mvChQDsip4yHgIgsFtj7uuBujznV4xkjT8dEhzWS8HMXxga0xbNaHnMUTk9Io6rZ cTKJLl/aCAFZa7CGZyHF9aAyat5CFSG7rt2em5PYLN3h8ev34sLwqJGvMOFo6DqqIveZ XCCumLTFuThjEepJ8E6ZAdrMQwbFCDbUqGi+hNySpBsqox0S5n2AVJmnisiGYg9R4d6q 0tXg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc; bh=AUNxGlYS2FDD6+BNqWWHfRLrmGz8AjQ2DhHUauw4bB0=; b=Tw/mcQelKa2y8Ce8n5Cak9dGVYHv5tVgvlKTTtRqXhHJmlqMmnr1P69qH9CfNhMOZg UHAj4RqRdzfeojwqUaogQwOqNW/5YamMO3wVU1h6s4kT6PQqKboGMrAntvZSRzHSdFYU LIObPyCgCAe+FjAwjlKV7fdxc+JIMlusgkUjhcN7PGMSSW8F4GK8yfNFm2XNigDLXdt/ J9UoC+GT/CqHMEoVksHEvdN30+7hPAyLLz3v6QHRTvLqEVGKKssR9rn1qoSLCBZxp31H pK5VnfZiO+mIgCdGpt7n1vsIcCNwFnWb4iGz/A9bx8HUfML1Co0J+cErNC7r0ExY+2Dv twtw== X-Gm-Message-State: ACgBeo3yeWuBXZalqf0b/dY6fjVfek4/Qt2Z2o8rBCDSicfPaoytrYQ+ OFKaBpYyOE4EEjUbebmAbtf61WB5KK0= X-Google-Smtp-Source: AA6agR7/t0UvD8vA9LHTEMTB5YXj/gAKYL+ZTAFpsR62SdklpW52dRRAW3FQ5s//P9FW/xHZZ1Ns/g== X-Received: by 2002:a1c:7708:0:b0:3a5:5543:cec4 with SMTP id t8-20020a1c7708000000b003a55543cec4mr7223603wmi.47.1660894090548; Fri, 19 Aug 2022 00:28:10 -0700 (PDT) Received: from Zen2.lab.linutronix.de. (drugstore.linutronix.de. [80.153.143.164]) by smtp.gmail.com with ESMTPSA id ay15-20020a05600c1e0f00b003a604a29a34sm4650739wmb.35.2022.08.19.00.28.09 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 19 Aug 2022 00:28:09 -0700 (PDT) From: Alexander Kanavin X-Google-Original-From: Alexander Kanavin To: openembedded-core@lists.openembedded.org Cc: Alexander Kanavin Subject: [PATCH 27/42] python3-dtschema: upgrade 2022.8 -> 2022.8.1 Date: Fri, 19 Aug 2022 09:27:12 +0200 Message-Id: <20220819072727.2236928-27-alex@linutronix.de> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20220819072727.2236928-1-alex@linutronix.de> References: <20220819072727.2236928-1-alex@linutronix.de> MIME-Version: 1.0 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 ; Fri, 19 Aug 2022 07:28:18 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/169599 Signed-off-by: Alexander Kanavin --- ...{python3-dtschema_2022.8.bb => python3-dtschema_2022.8.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-dtschema_2022.8.bb => python3-dtschema_2022.8.1.bb} (83%) diff --git a/meta/recipes-devtools/python/python3-dtschema_2022.8.bb b/meta/recipes-devtools/python/python3-dtschema_2022.8.1.bb similarity index 83% rename from meta/recipes-devtools/python/python3-dtschema_2022.8.bb rename to meta/recipes-devtools/python/python3-dtschema_2022.8.1.bb index e8c8ac6f92..38f646e50a 100644 --- a/meta/recipes-devtools/python/python3-dtschema_2022.8.bb +++ b/meta/recipes-devtools/python/python3-dtschema_2022.8.1.bb @@ -7,7 +7,7 @@ inherit pypi setuptools3 PYPI_PACKAGE = "dtschema" -SRC_URI[sha256sum] = "1befe7c9f74cea248a8b524cf6185ac48912a5b2aae96854d77cb94584433ca4" +SRC_URI[sha256sum] = "3e56a9920944223d6f93fd51ada19dd8db554ac9182ef52c1c5c9d4966ab30aa" DEPENDS += "python3-setuptools-scm-native" RDEPENDS:${PN} += "python3-ruamel-yaml python3-jsonschema python3-rfc3987" From patchwork Fri Aug 19 07:27:13 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexander Kanavin X-Patchwork-Id: 11631 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 E2951C32793 for ; Fri, 19 Aug 2022 07:28:18 +0000 (UTC) Received: from mail-wr1-f46.google.com (mail-wr1-f46.google.com [209.85.221.46]) by mx.groups.io with SMTP id smtpd.web10.476.1660894087143332176 for ; Fri, 19 Aug 2022 00:28:12 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=HxP+5M5w; spf=pass (domain: gmail.com, ip: 209.85.221.46, mailfrom: alex.kanavin@gmail.com) Received: by mail-wr1-f46.google.com with SMTP id a4so4190480wrq.1 for ; Fri, 19 Aug 2022 00:28:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc; bh=oeCQqJV3OgDK4A6dvfaY1oUNP5gbSRtPqnLN7XDTefg=; b=HxP+5M5w1KKQFksi6FMbj6BOULT5noEOm8JWQxrOgy4WE28dyPU9DUUQ+Ym+Vk625N B2Nba+5LNWjhkHOOnQhKa1ZzPSp9k3sni/7qnpJ7fitVLYSMp6HlCzWEkEu6qBd3OA+R GZ37s3I9fzCSxRoOs0izHF4Fum2FQqR03U+95vO8dGuw/icBSK9UERjD3Jot8AxoCw+Y 002Di7nggwqbkmQv6vz52bpDsI30vkwgRO3ynLdA9VPMvXVWnlwDsMqqFum3Yk+FnMK7 NfZG6SSAlmHpF+yoJ8RpZdvZLIq27I8H5SqP+uqtCUSWLBxsYG+ey3D7k7V+5h7eEuhu 4xXg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc; bh=oeCQqJV3OgDK4A6dvfaY1oUNP5gbSRtPqnLN7XDTefg=; b=VLqmQJ8jpfWFFDgaZ/yjxo07hR/1lDJF9HJ7U0Le1v6IGWyt6HtTesY7c2UKz++ECo 2btCDkctCTlD/Qq6Hns2vfBxR4khsHBUW0XVZ9sEgzkRimJBUTEIN1fUY18biyEUdlWt C7xsYGuMO4ttbIlFFwu5ExYkcPwfvJvbrgX2zF3YdG2q4iyvy5n+yzqZ0zPI0d2zpQDF zt9rNJKMo2EIKbJzR/yZcAwqWTfF1wOr8pYo2vNMctsSMP7+kpjpCTjwIVYvuwrfm6X/ xIip/Kmt1UQ8Zfy3kbqHSKQzlxMeV3UOkUYzEipe6S0B8wcc5jKPPev6nNE8HZgbN1H8 k9Jg== X-Gm-Message-State: ACgBeo19bQVDnJhvZ3YM0y4h8LN4qwU/NXspTQfXklJBGIY1gCMaYRW5 vu8o14OPMApH7atWQIn8ycK8PpD0SFo= X-Google-Smtp-Source: AA6agR6oYnWYyQrr2ifah179zqY/xHxbK5bmEGFOqA2I13gIAoW+wKTU8CmYUFZMd1R6c1zVOOfnRg== X-Received: by 2002:a5d:4586:0:b0:225:2ba8:db5d with SMTP id p6-20020a5d4586000000b002252ba8db5dmr3476328wrq.676.1660894091343; Fri, 19 Aug 2022 00:28:11 -0700 (PDT) Received: from Zen2.lab.linutronix.de. (drugstore.linutronix.de. [80.153.143.164]) by smtp.gmail.com with ESMTPSA id ay15-20020a05600c1e0f00b003a604a29a34sm4650739wmb.35.2022.08.19.00.28.10 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 19 Aug 2022 00:28:10 -0700 (PDT) From: Alexander Kanavin X-Google-Original-From: Alexander Kanavin To: openembedded-core@lists.openembedded.org Cc: Alexander Kanavin Subject: [PATCH 28/42] python3-hypothesis: upgrade 6.54.1 -> 6.54.3 Date: Fri, 19 Aug 2022 09:27:13 +0200 Message-Id: <20220819072727.2236928-28-alex@linutronix.de> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20220819072727.2236928-1-alex@linutronix.de> References: <20220819072727.2236928-1-alex@linutronix.de> MIME-Version: 1.0 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 ; Fri, 19 Aug 2022 07:28:18 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/169598 Signed-off-by: Alexander Kanavin --- ...ython3-hypothesis_6.54.1.bb => python3-hypothesis_6.54.3.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-hypothesis_6.54.1.bb => python3-hypothesis_6.54.3.bb} (91%) diff --git a/meta/recipes-devtools/python/python3-hypothesis_6.54.1.bb b/meta/recipes-devtools/python/python3-hypothesis_6.54.3.bb similarity index 91% rename from meta/recipes-devtools/python/python3-hypothesis_6.54.1.bb rename to meta/recipes-devtools/python/python3-hypothesis_6.54.3.bb index afcd5e64ef..7874fed296 100644 --- a/meta/recipes-devtools/python/python3-hypothesis_6.54.1.bb +++ b/meta/recipes-devtools/python/python3-hypothesis_6.54.3.bb @@ -13,7 +13,7 @@ SRC_URI += " \ file://test_rle.py \ " -SRC_URI[sha256sum] = "de63c34309181875e71d0f5d1c1051c9320a1fe0517ea6733af8cedf818191f4" +SRC_URI[sha256sum] = "03749f5e2cb982e54e2a11abcb367b9a260ef8e279387d437145354c080a6bdc" RDEPENDS:${PN} += " \ python3-attrs \ From patchwork Fri Aug 19 07:27:14 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexander Kanavin X-Patchwork-Id: 11628 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 DCCA3C32796 for ; Fri, 19 Aug 2022 07:28:18 +0000 (UTC) Received: from mail-wr1-f46.google.com (mail-wr1-f46.google.com [209.85.221.46]) by mx.groups.io with SMTP id smtpd.web10.476.1660894087143332176 for ; Fri, 19 Aug 2022 00:28:13 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=P98pyqhz; spf=pass (domain: gmail.com, ip: 209.85.221.46, mailfrom: alex.kanavin@gmail.com) Received: by mail-wr1-f46.google.com with SMTP id a4so4190515wrq.1 for ; Fri, 19 Aug 2022 00:28:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc; bh=9caMsa7CZxtsZSr/Sz+a/0MmuuJzy4XU2RCbTaiG4uU=; b=P98pyqhzzasBTghoZNfriG9thVwawMfWj9agCWYZR3NzD8al2lV5FhC2MyYxwCQn8E JlbUN9MGGmJtF4jYQ6Xsphv8baBXEVkag6DRQw6spFzrqA/kgWzzeO6wN/mCOe94/Fd7 VLI/lO3aNcYGcJxC83lQ4+U+YgDG30cWVLFVnEz633JMrX7ZH1Yc0AjT4vTQPqkghVfm nd/3stgv9Ynkrkew5Zn4yg2TF5DUPajSqWcb0ZT2Q5K9asXjIh/qlGd67s3Ip9N3UuZO tgqIg46ASjy426mZf7aIhiufTC/h0I4d3sEKIp17HQoUefgFYXjWrOzezDzWplFUxXpX OdFA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc; bh=9caMsa7CZxtsZSr/Sz+a/0MmuuJzy4XU2RCbTaiG4uU=; b=yD31nZ9rf120vf+psfYpxWFS0S+7FuFmK2jxInKpdMibOOIJ23P4kaFM0Fo4A6H+3a xPtq9/la5RxgtlWLflaIG0xWiha1W+Wgq1FdAaqdC7NbvNpHRIt3c8TWoh9/WylNsB2a XN+/sfM5VDUlwzQsG9idt/SN3vvLdyPTzJ6hQKRLHwUJsj1X30B1vVG0xAVnEaBPQcXC /VubGEQ1i6HRaMQvy2+ZB3e/ZDUp69aXFHAp8TgSD4Dyth34scIJ5IwYy8zF691068uv 2l8NratV0/V1NE3VVWjc81EadgKAU50E30ZplMYMM8J71jlwaC0MCeTSQ7MTEdI86icH 5zHA== X-Gm-Message-State: ACgBeo1rnp5zk5LFNtJTqXixgfy8d7R6lzeM1JtoUeYP3dT4VDP2iaFr HBfWZenrcCIQ3NSLR0NoV8JkAMYaZVE= X-Google-Smtp-Source: AA6agR5sSfUZqyosFepjG6wSsDIvsoOL+ZmYb6yhD2j3HkxUYGBYZFbRaDx6H4RwyDdHGQP8mHG2rg== X-Received: by 2002:a05:6000:69a:b0:223:664f:15b8 with SMTP id bo26-20020a056000069a00b00223664f15b8mr3618795wrb.356.1660894092365; Fri, 19 Aug 2022 00:28:12 -0700 (PDT) Received: from Zen2.lab.linutronix.de. (drugstore.linutronix.de. [80.153.143.164]) by smtp.gmail.com with ESMTPSA id ay15-20020a05600c1e0f00b003a604a29a34sm4650739wmb.35.2022.08.19.00.28.11 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 19 Aug 2022 00:28:11 -0700 (PDT) From: Alexander Kanavin X-Google-Original-From: Alexander Kanavin To: openembedded-core@lists.openembedded.org Cc: Alexander Kanavin Subject: [PATCH 29/42] python3-more-itertools: upgrade 8.13.0 -> 8.14.0 Date: Fri, 19 Aug 2022 09:27:14 +0200 Message-Id: <20220819072727.2236928-29-alex@linutronix.de> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20220819072727.2236928-1-alex@linutronix.de> References: <20220819072727.2236928-1-alex@linutronix.de> MIME-Version: 1.0 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 ; Fri, 19 Aug 2022 07:28:18 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/169600 Signed-off-by: Alexander Kanavin --- ...ore-itertools_8.13.0.bb => python3-more-itertools_8.14.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-more-itertools_8.13.0.bb => python3-more-itertools_8.14.0.bb} (86%) diff --git a/meta/recipes-devtools/python/python3-more-itertools_8.13.0.bb b/meta/recipes-devtools/python/python3-more-itertools_8.14.0.bb similarity index 86% rename from meta/recipes-devtools/python/python3-more-itertools_8.13.0.bb rename to meta/recipes-devtools/python/python3-more-itertools_8.14.0.bb index 94f6f9e4d5..c955f93d9b 100644 --- a/meta/recipes-devtools/python/python3-more-itertools_8.13.0.bb +++ b/meta/recipes-devtools/python/python3-more-itertools_8.14.0.bb @@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/erikrose/more-itertools" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=3396ea30f9d21389d7857719816f83b5" -SRC_URI[sha256sum] = "a42901a0a5b169d925f6f217cd5a190e32ef54360905b9c39ee7db5313bfec0f" +SRC_URI[sha256sum] = "c09443cd3d5438b8dafccd867a6bc1cb0894389e90cb53d227456b0b0bccb750" inherit pypi python_flit_core ptest From patchwork Fri Aug 19 07:27:15 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexander Kanavin X-Patchwork-Id: 11626 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 CEA01C32772 for ; Fri, 19 Aug 2022 07:28:18 +0000 (UTC) Received: from mail-wr1-f54.google.com (mail-wr1-f54.google.com [209.85.221.54]) by mx.groups.io with SMTP id smtpd.web09.469.1660894072830837589 for ; Fri, 19 Aug 2022 00:28:14 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=czNrMyrf; spf=pass (domain: gmail.com, ip: 209.85.221.54, mailfrom: alex.kanavin@gmail.com) Received: by mail-wr1-f54.google.com with SMTP id bs25so4185710wrb.2 for ; Fri, 19 Aug 2022 00:28:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc; bh=4eYZEVRmxtadr5Cu+MxGpm2DMcbbxk3Ro1Fh6jAb8x8=; b=czNrMyrfKu08EKey9qOtUjanG4gF+cXu4yDY4tcrnUU2xpoAfEwDTm3DgSfJo7UmWC JCqwHTcDQtETb6z8v1Ugdtt5E9uW2xu+U0cCPLJD3l9GW+KzGohqFaHW4RhYZMBjkj54 c8nKCO1pr3elCrW25CADs0zIf+cLD+r3TDUArfjb3kVYk8pc6nyutbMpuRi3YL2K2G1o TunxtT1jiuJi+/fGnxWGB5vsFwCObVBUaLZkaZW15GF06boX9zC2FHvXMR2tIz8bHUWY XmUJbDIIUToIesnVJTzoc0UC5B//T+zqGCYz74h3NDhQWTv3OHCUv1f2XNdKIC717YCX dWHA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc; bh=4eYZEVRmxtadr5Cu+MxGpm2DMcbbxk3Ro1Fh6jAb8x8=; b=WfI4AvD/3LcZQF0C6BE7Qk+AuXXlbOm5vZnMnnsSmGDZM9clsddbFHw4EQHHwvBN3n wmlhK/hgt3XQ7tSXizhnoGwWNGJnXBaHtvrqvbj52rfIxDn3QTF/k2mwvbFPXgRVUOCG SVl++t1csNbu74zdiHK1gyW9cc8KyuBVOElEMpX9Vrcx44JW3C9HN6FXuWbqFj2O/F7E 9nOuNojAGMat9XzktsERqBYgismEQyUkKxOXabfnYzMXhYeTXijhOJH/QGzRD6o4qILn /YFjqplyG1F7dza+E2sYO3OiwnNuq4cTvjV9c0192GzMFW5oV5bwlwOn6nlL3LSnx98z klfA== X-Gm-Message-State: ACgBeo144KuCC1Jh99tGGjLzUSyHSEKat0/dA7eXRm5GZbmUDcNAlpbJ VRn3K2E/X6D0zeJrQMvJ3nvcG9XtrKw= X-Google-Smtp-Source: AA6agR7lIBeiBMWKgaTGJ1RnSSTWlLCLNciA0Iox3CE+jyetfl+c9rUqg5MbJS+84u2XGJrwT9w7lw== X-Received: by 2002:adf:fbd2:0:b0:21e:e983:165f with SMTP id d18-20020adffbd2000000b0021ee983165fmr3332027wrs.517.1660894093210; Fri, 19 Aug 2022 00:28:13 -0700 (PDT) Received: from Zen2.lab.linutronix.de. (drugstore.linutronix.de. [80.153.143.164]) by smtp.gmail.com with ESMTPSA id ay15-20020a05600c1e0f00b003a604a29a34sm4650739wmb.35.2022.08.19.00.28.12 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 19 Aug 2022 00:28:12 -0700 (PDT) From: Alexander Kanavin X-Google-Original-From: Alexander Kanavin To: openembedded-core@lists.openembedded.org Cc: Alexander Kanavin Subject: [PATCH 30/42] python3-numpy: upgrade 1.23.1 -> 1.23.2 Date: Fri, 19 Aug 2022 09:27:15 +0200 Message-Id: <20220819072727.2236928-30-alex@linutronix.de> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20220819072727.2236928-1-alex@linutronix.de> References: <20220819072727.2236928-1-alex@linutronix.de> MIME-Version: 1.0 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 ; Fri, 19 Aug 2022 07:28:18 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/169601 Signed-off-by: Alexander Kanavin --- .../python/{python3-numpy_1.23.1.bb => python3-numpy_1.23.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-numpy_1.23.1.bb => python3-numpy_1.23.2.bb} (96%) diff --git a/meta/recipes-devtools/python/python3-numpy_1.23.1.bb b/meta/recipes-devtools/python/python3-numpy_1.23.2.bb similarity index 96% rename from meta/recipes-devtools/python/python3-numpy_1.23.1.bb rename to meta/recipes-devtools/python/python3-numpy_1.23.2.bb index 67ab1d9298..960dcf9410 100644 --- a/meta/recipes-devtools/python/python3-numpy_1.23.1.bb +++ b/meta/recipes-devtools/python/python3-numpy_1.23.2.bb @@ -13,7 +13,7 @@ SRC_URI = "https://github.com/${SRCNAME}/${SRCNAME}/releases/download/v${PV}/${S file://run-ptest \ file://0001-generate_umath.py-do-not-write-full-path-to-output-f.patch \ " -SRC_URI[sha256sum] = "d748ef349bfef2e1194b59da37ed5a29c19ea8d7e6342019921ba2ba4fd8b624" +SRC_URI[sha256sum] = "b78d00e48261fbbd04aa0d7427cf78d18401ee0abd89c7559bbf422e5b1c7d01" UPSTREAM_CHECK_URI = "https://github.com/numpy/numpy/releases" UPSTREAM_CHECK_REGEX = "(?P\d+(\.\d+)+)\.tar" From patchwork Fri Aug 19 07:27:16 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexander Kanavin X-Patchwork-Id: 11625 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 D0A5DC32773 for ; Fri, 19 Aug 2022 07:28:18 +0000 (UTC) Received: from mail-wr1-f54.google.com (mail-wr1-f54.google.com [209.85.221.54]) by mx.groups.io with SMTP id smtpd.web11.461.1660894080054950175 for ; Fri, 19 Aug 2022 00:28:14 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=d8EnVrOx; spf=pass (domain: gmail.com, ip: 209.85.221.54, mailfrom: alex.kanavin@gmail.com) Received: by mail-wr1-f54.google.com with SMTP id ba1so4175042wrb.5 for ; Fri, 19 Aug 2022 00:28:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc; bh=p14RJv6iOlGSP9e/9HJLOt2o4sEYqlUpkMYOwCVLcro=; b=d8EnVrOxtXrdVCTrM0Hm4JMuEfr3+415nPorLdVlKGiOttkj2/PC/xLOiC/BMg+H5d FgA5W1h/dQmgIgHXGWjLJpIXmpx3HH8D0YG1Q6hnYXx1UHVHSub2Ami65rQpJfPVXzlJ /4V5p2hQAJCI5Oy3f0Q1GSwrTaDxcXgt/FHbU19ONmAbugM+Oc5NkWCR2pT/rf0x0EiT PL8dejy/BApHmvPYbWnkKejvT0v/Xdr5LYl9xmd6KkQG8riDUir0W0tgYpz2oG+NcCVI gCUXsmGlXL8DEK1dtDUMXm95zAtj4ga8FW5/F8jwoaDKQgjZZByUjs9fhQ06FJUrkMWN p9LA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc; bh=p14RJv6iOlGSP9e/9HJLOt2o4sEYqlUpkMYOwCVLcro=; b=JP+rves8oB19nSlIk7dGTxOADKFs+sRRbtG4pgYhVgmfXtIL34PpCvu0rqjNCbWiyh nh6Y0DXyNQpwKQBK/hkmVTmaiKb65URCx3GjiE55Nb+nTmTzdfv/yj7+kIDoVvHn0VYw UnnrsCUpwLAyDB2ZfQ3HqWfHntdSA8jS1NuLQ5I1VmZhnRjnhrBjju/iJhUVTRBTdLPr 9tMz7CuM4gXeapCSvP/RAK6RRiROqa6dBLwHGk0zXoh6ffcvFbnJxQPbUmhDksHcIOuQ kd0H3Dqeasv0d95bZnfbuWafJmlRoeOWAInnq8+A71ikGbzj7vKgGQo78gcT3iul/45E RvkA== X-Gm-Message-State: ACgBeo0ZLw9L94J0OZg94dgPgP7NdoM0XLA049rUIQXyDxZjqpHWL8oI 2xoytz8t2geBIkB33ekwGFmTU29oEMY= X-Google-Smtp-Source: AA6agR5puaPRDivA0Rz2fGD28veVFfOkbvo1CIVwPFQcm9tLV0sKStAzUAq9t5hOGBKHM11oRojkBw== X-Received: by 2002:adf:aa81:0:b0:225:2f16:177f with SMTP id h1-20020adfaa81000000b002252f16177fmr3393103wrc.433.1660894093970; Fri, 19 Aug 2022 00:28:13 -0700 (PDT) Received: from Zen2.lab.linutronix.de. (drugstore.linutronix.de. [80.153.143.164]) by smtp.gmail.com with ESMTPSA id ay15-20020a05600c1e0f00b003a604a29a34sm4650739wmb.35.2022.08.19.00.28.13 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 19 Aug 2022 00:28:13 -0700 (PDT) From: Alexander Kanavin X-Google-Original-From: Alexander Kanavin To: openembedded-core@lists.openembedded.org Cc: Alexander Kanavin Subject: [PATCH 31/42] python3-pbr: upgrade 5.9.0 -> 5.10.0 Date: Fri, 19 Aug 2022 09:27:16 +0200 Message-Id: <20220819072727.2236928-31-alex@linutronix.de> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20220819072727.2236928-1-alex@linutronix.de> References: <20220819072727.2236928-1-alex@linutronix.de> MIME-Version: 1.0 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 ; Fri, 19 Aug 2022 07:28:18 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/169602 Signed-off-by: Alexander Kanavin --- meta/recipes-devtools/python/python3-pbr_5.10.0.bb | 4 ++++ meta/recipes-devtools/python/python3-pbr_5.9.0.bb | 4 ---- 2 files changed, 4 insertions(+), 4 deletions(-) create mode 100644 meta/recipes-devtools/python/python3-pbr_5.10.0.bb delete mode 100644 meta/recipes-devtools/python/python3-pbr_5.9.0.bb diff --git a/meta/recipes-devtools/python/python3-pbr_5.10.0.bb b/meta/recipes-devtools/python/python3-pbr_5.10.0.bb new file mode 100644 index 0000000000..022f834901 --- /dev/null +++ b/meta/recipes-devtools/python/python3-pbr_5.10.0.bb @@ -0,0 +1,4 @@ +inherit setuptools3 +require python-pbr.inc + +SRC_URI[sha256sum] = "cfcc4ff8e698256fc17ea3ff796478b050852585aa5bae79ecd05b2ab7b39b9a" diff --git a/meta/recipes-devtools/python/python3-pbr_5.9.0.bb b/meta/recipes-devtools/python/python3-pbr_5.9.0.bb deleted file mode 100644 index c93b71dbd3..0000000000 --- a/meta/recipes-devtools/python/python3-pbr_5.9.0.bb +++ /dev/null @@ -1,4 +0,0 @@ -inherit setuptools3 -require python-pbr.inc - -SRC_URI[sha256sum] = "e8dca2f4b43560edef58813969f52a56cef023146cbb8931626db80e6c1c4308" From patchwork Fri Aug 19 07:27:17 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexander Kanavin X-Patchwork-Id: 11623 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 C8163C28B2B for ; Fri, 19 Aug 2022 07:28:18 +0000 (UTC) Received: from mail-wr1-f53.google.com (mail-wr1-f53.google.com [209.85.221.53]) by mx.groups.io with SMTP id smtpd.web12.470.1660894068364851799 for ; Fri, 19 Aug 2022 00:28:16 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=b0Rfs2Rk; spf=pass (domain: gmail.com, ip: 209.85.221.53, mailfrom: alex.kanavin@gmail.com) Received: by mail-wr1-f53.google.com with SMTP id k16so4156849wrx.11 for ; Fri, 19 Aug 2022 00:28:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc; bh=FaxWl0zY1nLgzqSKPuw3KruI6J24hfz1CybUdxuKMoE=; b=b0Rfs2RkCOMcjKA5nZiBzVjCyNDhgnvI8JgdgpEFIU0MKoeedyJUkTWQZZpW7uAPe1 bRgccLND4hHLjlSmPCTCFOZt7FveYAe+/kBYARJ7myno0a4xseBDCqVJBrnPpTwD7j8j XXKCkbBDSxQ0L6F5iU36DfSV6zrvP6quSt0yO6acgcZSUL6NAcGdYTzZ2llM2cN1BRcD b8YnI1Yp6Bj/FJYDdnzFnztSjUpAcnHEUWexFVS3F3HIbt5l/MjYWhMmdIQkEzGabHYS gtlk+EP3Lry2AGNoIDAFwJzOQGnIhfAvrnidMCctR2kiVgJr3cRZ0bKAoNuYsuw9g2eu HH7g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc; bh=FaxWl0zY1nLgzqSKPuw3KruI6J24hfz1CybUdxuKMoE=; b=6oBkkEV8ZOouRcMPGPI9zA2ipIvc10Lt/NHnXHCxnnvn4sRt1J+yx/+kz2QAVFJBwn hKGOkskvIXFkhlTKsANCBRVu1kAZLLtoRb2OGS00HIVEoEHymYoBTaafPIAmGTGQQiMm iXu7veY4Na05D0+ymNRJse1E4iFb2aTdN4yGQVQ2wsyuwlkgQ1WbqBE0JjqGeOYd6kIo DZqU7Q/C0tzq7F1nd8h9R63/DQmYqpyFrTe+2dENnPVpvSjT+Vd/x9IF3MgeSdIdF00/ OkSMIcsPD2Bte9rzDZwqkr3Det8LJYZxn8qRQvTPy/oqylF7mLRyr9myARMFEBC4IBDr 4OJw== X-Gm-Message-State: ACgBeo0BrZTRkD8RO2MdHy18Eoh44qOzlYGvT6rrCJygB8jQC0NRi++G D1swOSvyYcN8zI1pJClj9dsAXwh9GRY= X-Google-Smtp-Source: AA6agR7JR2vk+LigZwsCOEIbwMS4DgF01JbDMTFg52ljqqT3CwioggJHp3KzcqhpP6Ad98A1/qbxLg== X-Received: by 2002:a05:6000:2aa:b0:225:179a:80df with SMTP id l10-20020a05600002aa00b00225179a80dfmr3501195wry.599.1660894095263; Fri, 19 Aug 2022 00:28:15 -0700 (PDT) Received: from Zen2.lab.linutronix.de. (drugstore.linutronix.de. [80.153.143.164]) by smtp.gmail.com with ESMTPSA id ay15-20020a05600c1e0f00b003a604a29a34sm4650739wmb.35.2022.08.19.00.28.14 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 19 Aug 2022 00:28:14 -0700 (PDT) From: Alexander Kanavin X-Google-Original-From: Alexander Kanavin To: openembedded-core@lists.openembedded.org Cc: Alexander Kanavin Subject: [PATCH 32/42] python3-pyelftools: upgrade 0.28 -> 0.29 Date: Fri, 19 Aug 2022 09:27:17 +0200 Message-Id: <20220819072727.2236928-32-alex@linutronix.de> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20220819072727.2236928-1-alex@linutronix.de> References: <20220819072727.2236928-1-alex@linutronix.de> MIME-Version: 1.0 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 ; Fri, 19 Aug 2022 07:28:18 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/169603 Signed-off-by: Alexander Kanavin --- .../{python3-pyelftools_0.28.bb => python3-pyelftools_0.29.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-pyelftools_0.28.bb => python3-pyelftools_0.29.bb} (82%) diff --git a/meta/recipes-devtools/python/python3-pyelftools_0.28.bb b/meta/recipes-devtools/python/python3-pyelftools_0.29.bb similarity index 82% rename from meta/recipes-devtools/python/python3-pyelftools_0.28.bb rename to meta/recipes-devtools/python/python3-pyelftools_0.29.bb index 0ceddcb68a..2199e9ff8e 100644 --- a/meta/recipes-devtools/python/python3-pyelftools_0.28.bb +++ b/meta/recipes-devtools/python/python3-pyelftools_0.29.bb @@ -4,7 +4,7 @@ SECTION = "devel/python" LICENSE = "PD" LIC_FILES_CHKSUM = "file://LICENSE;md5=5ce2a2b07fca326bc7c146d10105ccfc" -SRC_URI[sha256sum] = "53e5609cac016471d40bd88dc410cd90755942c25e58a61021cfdf7abdfeacff" +SRC_URI[sha256sum] = "ec761596aafa16e282a31de188737e5485552469ac63b60cfcccf22263fd24ff" PYPI_PACKAGE = "pyelftools" From patchwork Fri Aug 19 07:27:18 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexander Kanavin X-Patchwork-Id: 11624 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 BC444C32771 for ; Fri, 19 Aug 2022 07:28:18 +0000 (UTC) Received: from mail-wr1-f54.google.com (mail-wr1-f54.google.com [209.85.221.54]) by mx.groups.io with SMTP id smtpd.web10.470.1660894069618602835 for ; Fri, 19 Aug 2022 00:28:17 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=SERnjRvu; spf=pass (domain: gmail.com, ip: 209.85.221.54, mailfrom: alex.kanavin@gmail.com) Received: by mail-wr1-f54.google.com with SMTP id e20so3686823wri.13 for ; Fri, 19 Aug 2022 00:28:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc; bh=vS8FD+ApqCXqB7e8Y+cH4eTkSPW2fzymsq7pJstWAIk=; b=SERnjRvubu/JSt0MN9O45LaqXxmyrcWeKa3Q9S6MVLpymMUf6FPu6hLkHuCpiMUU8R Fpfo4VDOngodZ3X3fk9AUj4VuC4EMw+YiHRmZNsKSfTmoCYwGyLxkyhywXMa5QXSjXOL HQQHm/HNQZxwdL2/IAmZmtK4G+rWQt9HjNpka8IjSxCyx0hhyce+8HWvw8B60MN6G+ZD O0w2qCjxkg77wAHY2javLVU0CXF4WILe83Hzq7hqs2zMtqFwaQCv/7mDpZwmp5+ZMht6 251p7HQvoogCVbeZg8vJcuRJTdTKgreQgHi1GOjahwcrVFVJ/YJ93YUubgNLi+RakLmY RXhA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc; bh=vS8FD+ApqCXqB7e8Y+cH4eTkSPW2fzymsq7pJstWAIk=; b=mCTulHtxZT9TnJZr1AVmITOSeUwWmVh8nMe7tsDYKf3yEdKDBcT926cuLpRW3OioIs M1izzZxNYZxreQC0ACHumL/Q4Aq/lqpn2x0/gsth5YU4L0PAG603ArhOGxH1nopXMDIY 36vqMb3j5xVBTKUM4waR0npaMZAUp8n0vY865qW2kIOjaxGLmAgnkqk/XnH6N6OPxWfP 04FRzDQS7dfoSR9ppCt2zkGoPL6KchFaWKaYKx5bl1b+dvYmwayuuqms4chek35MHuG+ 0DYx6tjlcvIrMZ+Qd3AzcCIc2KRVFjUrfi3MAwO/U13O62TsslNAOrtcCoJDHRyyzYEZ eOrw== X-Gm-Message-State: ACgBeo0Lv5e+gIhiwhh+XdxaIseQs0S76vBrA0WaJ5HrbXc2EjufRVxc ehrQ3q+AF9shVDHT8LKzBI7dYdACLEQ= X-Google-Smtp-Source: AA6agR4dTYpGTczsUKrbH57/WnmOUVAvLTlq+o+BpDiE6QHgTtMCL2ELWSlMRrYMpQQdxM370uZrww== X-Received: by 2002:a05:6000:2c9:b0:220:5ffc:f159 with SMTP id o9-20020a05600002c900b002205ffcf159mr3448457wry.712.1660894096083; Fri, 19 Aug 2022 00:28:16 -0700 (PDT) Received: from Zen2.lab.linutronix.de. (drugstore.linutronix.de. [80.153.143.164]) by smtp.gmail.com with ESMTPSA id ay15-20020a05600c1e0f00b003a604a29a34sm4650739wmb.35.2022.08.19.00.28.15 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 19 Aug 2022 00:28:15 -0700 (PDT) From: Alexander Kanavin X-Google-Original-From: Alexander Kanavin To: openembedded-core@lists.openembedded.org Cc: Alexander Kanavin Subject: [PATCH 33/42] python3-pytz: upgrade 2022.1 -> 2022.2.1 Date: Fri, 19 Aug 2022 09:27:18 +0200 Message-Id: <20220819072727.2236928-33-alex@linutronix.de> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20220819072727.2236928-1-alex@linutronix.de> References: <20220819072727.2236928-1-alex@linutronix.de> MIME-Version: 1.0 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 ; Fri, 19 Aug 2022 07:28:18 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/169604 Signed-off-by: Alexander Kanavin --- .../python/{python3-pytz_2022.1.bb => python3-pytz_2022.2.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-pytz_2022.1.bb => python3-pytz_2022.2.1.bb} (89%) diff --git a/meta/recipes-devtools/python/python3-pytz_2022.1.bb b/meta/recipes-devtools/python/python3-pytz_2022.2.1.bb similarity index 89% rename from meta/recipes-devtools/python/python3-pytz_2022.1.bb rename to meta/recipes-devtools/python/python3-pytz_2022.2.1.bb index a4bb4f5c8f..bb7aeeec35 100644 --- a/meta/recipes-devtools/python/python3-pytz_2022.1.bb +++ b/meta/recipes-devtools/python/python3-pytz_2022.2.1.bb @@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=1a67fc46c1b596cce5d21209bbe75999" inherit pypi setuptools3 ptest -SRC_URI[sha256sum] = "1e760e2fe6a8163bc0b3d9a19c4f84342afa0a2affebfaa84b01b978a02ecaa7" +SRC_URI[sha256sum] = "cea221417204f2d1a2aa03ddae3e867921971d0d76f14d87abb4414415bbdcf5" RDEPENDS:${PN}:class-target += "\ ${PYTHON_PN}-datetime \ From patchwork Fri Aug 19 07:27:19 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexander Kanavin X-Patchwork-Id: 11627 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 BFC3AC3F6B0 for ; Fri, 19 Aug 2022 07:28:18 +0000 (UTC) Received: from mail-wm1-f43.google.com (mail-wm1-f43.google.com [209.85.128.43]) by mx.groups.io with SMTP id smtpd.web11.465.1660894084213324710 for ; Fri, 19 Aug 2022 00:28:18 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=cDWx+V+l; spf=pass (domain: gmail.com, ip: 209.85.128.43, mailfrom: alex.kanavin@gmail.com) Received: by mail-wm1-f43.google.com with SMTP id z14-20020a7bc7ce000000b003a5db0388a8so3446312wmk.1 for ; Fri, 19 Aug 2022 00:28:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc; bh=lP+ehaHXD6tWehc7f+PUHszoBigR8Ph+E2itSa9y7xs=; b=cDWx+V+lt1eLr55Y4IVjFAL8e1yv5a+SKUX/PAOY8ashM3OHdMZAYNrUjYtLjI7h6t aNRmcomPZo4IP8wQmVKxzVi7DRspjVCuMCTTLawykuYj2SiclZeGhqS6FXXldIoD9nkK i1gJ6SOxGCmJDg9m+45s2vW9Knc3b9vxyYkCB+ruREN11Ns07Qtqo8GAQx+cXQOE/N+j s8wwzUM2EROdyeaNGSZBSReHKdm6/hwloaApoU1tqI0GGfernwxbyaXza31XiGzzeV3D nD8mumlhD76l8kZz7AEYySOPAPY7EY0AobmSbfE/gnnq7G1bnaaN33Q5nMER7Rj0d4YO nAuA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc; bh=lP+ehaHXD6tWehc7f+PUHszoBigR8Ph+E2itSa9y7xs=; b=hqRThDuwvGKZ1H1JW1Da2QfuSmv1w1aaOMZ/Dwa+oDCm2wfr0YV+iQ8vDmXJyttEk/ XrqE/ZUf2zBsi/YzfTBs2P1yWvykDKZGFVufwNsY8Y2y26o0WZRwWFmUHacPKPe0PdK+ e4RMjgURI7IQntdFaMj5U1mr04tpIdeEbu62Anv0sd1xlTLhNOqU2S4QVpf247QfQhO+ uxjvWuPBLvY/FKpofoRzQ8cuqeoL7xkDTbgTNjRNPux5yIEXQD1zPDYsqcIfnGmo2TQW paWrD6aIxeZoTn0FGtk+ARrXoTPWes2bGSKevKKXOADx0zoU/XBx5PmiDCCWcOqI3Bi8 JtcQ== X-Gm-Message-State: ACgBeo2pVwfz0rb8FnjiHcDotvkQtIEaKuxDfPL4TODgadDKjiGz8d2E sVG8KhFCGAnv9tR+SgjqT9RO1qm5M/c= X-Google-Smtp-Source: AA6agR5PysRubdnYQAwBRDINIEV0qSmN6HIbIsGrP2ryt9zfvz4c2jXhrI3yCPUYb6caK3s5lk11qg== X-Received: by 2002:a05:600c:1912:b0:3a5:f4fc:cd40 with SMTP id j18-20020a05600c191200b003a5f4fccd40mr7118586wmq.205.1660894097412; Fri, 19 Aug 2022 00:28:17 -0700 (PDT) Received: from Zen2.lab.linutronix.de. (drugstore.linutronix.de. [80.153.143.164]) by smtp.gmail.com with ESMTPSA id ay15-20020a05600c1e0f00b003a604a29a34sm4650739wmb.35.2022.08.19.00.28.16 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 19 Aug 2022 00:28:16 -0700 (PDT) From: Alexander Kanavin X-Google-Original-From: Alexander Kanavin To: openembedded-core@lists.openembedded.org Cc: Alexander Kanavin Subject: [PATCH 34/42] strace: upgrade 5.18 -> 5.19 Date: Fri, 19 Aug 2022 09:27:19 +0200 Message-Id: <20220819072727.2236928-34-alex@linutronix.de> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20220819072727.2236928-1-alex@linutronix.de> References: <20220819072727.2236928-1-alex@linutronix.de> MIME-Version: 1.0 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 ; Fri, 19 Aug 2022 07:28:18 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/169605 Signed-off-by: Alexander Kanavin --- meta/recipes-devtools/strace/{strace_5.18.bb => strace_5.19.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/strace/{strace_5.18.bb => strace_5.19.bb} (96%) diff --git a/meta/recipes-devtools/strace/strace_5.18.bb b/meta/recipes-devtools/strace/strace_5.19.bb similarity index 96% rename from meta/recipes-devtools/strace/strace_5.18.bb rename to meta/recipes-devtools/strace/strace_5.19.bb index 75ff58bd50..5e69cfd5f9 100644 --- a/meta/recipes-devtools/strace/strace_5.18.bb +++ b/meta/recipes-devtools/strace/strace_5.19.bb @@ -14,7 +14,7 @@ SRC_URI = "https://strace.io/files/${PV}/strace-${PV}.tar.xz \ file://0001-strace-fix-reproducibilty-issues.patch \ file://skip-load.patch \ " -SRC_URI[sha256sum] = "60293ea79ac9253d600cdc9be077ad2988ca22284a439c9e66be5150db3d1187" +SRC_URI[sha256sum] = "aa3dc1c8e60e4f6ff3d396514aa247f3c7bf719d8a8dc4dd4fa793be786beca3" inherit autotools ptest From patchwork Fri Aug 19 07:27:20 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexander Kanavin X-Patchwork-Id: 11632 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 DC5C5C25B0E for ; Fri, 19 Aug 2022 07:28:28 +0000 (UTC) Received: from mail-wm1-f51.google.com (mail-wm1-f51.google.com [209.85.128.51]) by mx.groups.io with SMTP id smtpd.web10.479.1660894099948719279 for ; Fri, 19 Aug 2022 00:28:20 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=K6Y09L2P; spf=pass (domain: gmail.com, ip: 209.85.128.51, mailfrom: alex.kanavin@gmail.com) Received: by mail-wm1-f51.google.com with SMTP id v7-20020a1cac07000000b003a6062a4f81so3687616wme.1 for ; Fri, 19 Aug 2022 00:28:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc; bh=/3borQe5lQFRs/Bt6q2ordtekNhZeO5PAk1CUSnLsio=; b=K6Y09L2PqPXhb/2kck4fgxvrVFB9TGmOUHjtCvLTUenMKb8k7Gm5uVgK9lEQNZJtY4 LC6H8FVbZ/zB+ZL3i9Z2TuoL3bbSoogH4oLMgLGD2d73NQVRrv1k2t8fKXOBbuJzoylG tTY5vUnzgJ53bePyjfdt/BHeNxfIDGqUONYwfrR4mbBIIHFs3WsG/p4Yj/84x3bjZ29r NoJvp7Zfhn5pxcVfDnhUJdg2T4t1uJRkDxzxXo/TMSSIqHteH0hf4lNVrRwvV0dtgwlQ TpteE9Lw7i0Fi+APsKsI/LUuSzNfumKRd/0v8VElhH7QadrJ/E/3DMaOstxuINb8gl+p CNpw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc; bh=/3borQe5lQFRs/Bt6q2ordtekNhZeO5PAk1CUSnLsio=; b=eiENdsyd0FigES0XtNy4bdDOtplDJXUBtZWs4XsmJwfcM8yFNPjkOb8tyh2QbqgDQO lgU6cAN0UjS/PUL0VGQvlCfFa1CvAMw6hbkR2mFWw5HuKkgY5bBSAXKNB3dLAMkMBiHe Uu5fZP5Kb2uf3LQhiKOWl18d6DfynFGUTSIRffYS5hgryWWlnEOXcCcI2zjQ0lTNwD20 ZYbGupqgXDYQvIA6uGL8bbvYrpeReA3eIoOt5w/QoAZO0ZIsP2kFe9ujNVwboJv6Nigc xjZHqIg9lU7ANFYAbHNV814veQ2i4VFiAf0qByV5GtwIMXq5q5f4zsdVcMXtj+PIYSQA UjMw== X-Gm-Message-State: ACgBeo0cvLccGouPcftwLV4ajJYXPSFucZnDWcvtxZdq8LFwlCe5+omk APojD12MDi4I7CjyFcQeLjLTP8QWFzg= X-Google-Smtp-Source: AA6agR64MH8xtYTG/0ALRL83QLfpIgqS3dY1K910gLfw6sF+IfYj8t4bglTyDupS5gP2NLXYPbjWPA== X-Received: by 2002:a05:600c:3b02:b0:3a6:a51:a300 with SMTP id m2-20020a05600c3b0200b003a60a51a300mr7138241wms.129.1660894098272; Fri, 19 Aug 2022 00:28:18 -0700 (PDT) Received: from Zen2.lab.linutronix.de. (drugstore.linutronix.de. [80.153.143.164]) by smtp.gmail.com with ESMTPSA id ay15-20020a05600c1e0f00b003a604a29a34sm4650739wmb.35.2022.08.19.00.28.17 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 19 Aug 2022 00:28:17 -0700 (PDT) From: Alexander Kanavin X-Google-Original-From: Alexander Kanavin To: openembedded-core@lists.openembedded.org Cc: Alexander Kanavin Subject: [PATCH 35/42] sysklogd: upgrade 2.4.2 -> 2.4.4 Date: Fri, 19 Aug 2022 09:27:20 +0200 Message-Id: <20220819072727.2236928-35-alex@linutronix.de> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20220819072727.2236928-1-alex@linutronix.de> References: <20220819072727.2236928-1-alex@linutronix.de> MIME-Version: 1.0 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 ; Fri, 19 Aug 2022 07:28:28 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/169606 Signed-off-by: Alexander Kanavin --- .../sysklogd/{sysklogd_2.4.2.bb => sysklogd_2.4.4.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-extended/sysklogd/{sysklogd_2.4.2.bb => sysklogd_2.4.4.bb} (97%) diff --git a/meta/recipes-extended/sysklogd/sysklogd_2.4.2.bb b/meta/recipes-extended/sysklogd/sysklogd_2.4.4.bb similarity index 97% rename from meta/recipes-extended/sysklogd/sysklogd_2.4.2.bb rename to meta/recipes-extended/sysklogd/sysklogd_2.4.4.bb index 948acbcf59..a19b4f58eb 100644 --- a/meta/recipes-extended/sysklogd/sysklogd_2.4.2.bb +++ b/meta/recipes-extended/sysklogd/sysklogd_2.4.4.bb @@ -14,7 +14,7 @@ SRC_URI = "git://github.com/troglobit/sysklogd.git;branch=master;protocol=https file://sysklogd \ " -SRCREV = "78505913888b71b2fa2e8616636fcc430ffa30bb" +SRCREV = "51d471543ce59eace6df6da0e42658911f1fb8c0" S = "${WORKDIR}/git" From patchwork Fri Aug 19 07:27:21 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexander Kanavin X-Patchwork-Id: 11638 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 00D8EC32792 for ; Fri, 19 Aug 2022 07:28:29 +0000 (UTC) Received: from mail-wm1-f42.google.com (mail-wm1-f42.google.com [209.85.128.42]) by mx.groups.io with SMTP id smtpd.web11.462.1660894081385256460 for ; Fri, 19 Aug 2022 00:28:20 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=DZmObV4b; spf=pass (domain: gmail.com, ip: 209.85.128.42, mailfrom: alex.kanavin@gmail.com) Received: by mail-wm1-f42.google.com with SMTP id s11-20020a1cf20b000000b003a52a0945e8so2070229wmc.1 for ; Fri, 19 Aug 2022 00:28:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc; bh=PFbGkuBNt8JXBhHh7gKRYcN+i5XuQPqx4NkencfSBi0=; b=DZmObV4bIbRN4OX3oARAACdeSJcHejvNZ5j86TouEc+dsZMYRtlqhHVN+mibkriaha YfUZ8bXBYnwEbwQImqCbNhXxt0ffKTXASSojZjNR8pWDG6EtFXJtBfWYvutBI0CkFwZW +o/VS64YG6+LXicLSKOiqBJFl7tXTppsn1E/tPPB+JfM0VITk6ccqp8U0MC5Jfzf7HjP rnp/0Q4Zys/F8JiRyPg6HbdSzB+BRru5c1rH+FPg7OiNrUQR4/XNBddCyMb0cUO98Oig BoeRoJHLcveelEVgRmULu0s30FwzYspoj5slnl+Ule2Ff0bbv0KYqryyJgJirTES1PFR ePIQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc; bh=PFbGkuBNt8JXBhHh7gKRYcN+i5XuQPqx4NkencfSBi0=; b=L6l/9OKxjMbl6eeZZTdJ3NeVh5osblExQ8fCqg5RWL1sV7+4FGkV7JOGQG7hETyMnH n59Ws8xchai7zRULLrdWW+oeK+Oh+F2HUclOUSJW83sS4Se1NJapwhvOpEkPVWfedUbI WQGFGTFWMgeY+AEEfBkno0bBmTu54+aXfRROTSyBGZYl2yRpKtIriZ7mr6ckswVyzdtW /z6gE0HPYOSs3p6L/DbbscBHhMXAekwM8V1x9QdPPGB0GzGGJSq2Cn3cx+E2nsqgUNCh jOQ7wWEpFEBiwrLLp1YkQSbPHt57SzaDV9fKouKlHiCWmKg1pjc7l8zqtV+NxfD7uJ9i q7AQ== X-Gm-Message-State: ACgBeo3z3T/mw0JrYPcpFkMuAnIXxwnVsnQng8eAXFcXBg+MUTAUnTtq H7NAosoV5T2z+lInxHmOBesWlWXPD7M= X-Google-Smtp-Source: AA6agR6crkt9XAZmMVz9p4v83TA22lEYDQURRIEG/zeyMobjkLp3ke2aUrbkwt5Ht0zRhDV2af++mg== X-Received: by 2002:a05:600c:1c93:b0:3a5:cceb:4d6f with SMTP id k19-20020a05600c1c9300b003a5cceb4d6fmr3964402wms.82.1660894099261; Fri, 19 Aug 2022 00:28:19 -0700 (PDT) Received: from Zen2.lab.linutronix.de. (drugstore.linutronix.de. [80.153.143.164]) by smtp.gmail.com with ESMTPSA id ay15-20020a05600c1e0f00b003a604a29a34sm4650739wmb.35.2022.08.19.00.28.18 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 19 Aug 2022 00:28:18 -0700 (PDT) From: Alexander Kanavin X-Google-Original-From: Alexander Kanavin To: openembedded-core@lists.openembedded.org Cc: Alexander Kanavin Subject: [PATCH 36/42] webkitgtk: upgrade 2.36.5 -> 2.36.6 Date: Fri, 19 Aug 2022 09:27:21 +0200 Message-Id: <20220819072727.2236928-36-alex@linutronix.de> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20220819072727.2236928-1-alex@linutronix.de> References: <20220819072727.2236928-1-alex@linutronix.de> MIME-Version: 1.0 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 ; Fri, 19 Aug 2022 07:28:28 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/169607 Signed-off-by: Alexander Kanavin --- .../webkit/{webkitgtk_2.36.5.bb => webkitgtk_2.36.6.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-sato/webkit/{webkitgtk_2.36.5.bb => webkitgtk_2.36.6.bb} (98%) diff --git a/meta/recipes-sato/webkit/webkitgtk_2.36.5.bb b/meta/recipes-sato/webkit/webkitgtk_2.36.6.bb similarity index 98% rename from meta/recipes-sato/webkit/webkitgtk_2.36.5.bb rename to meta/recipes-sato/webkit/webkitgtk_2.36.6.bb index b3fe357010..37b977f9ba 100644 --- a/meta/recipes-sato/webkit/webkitgtk_2.36.5.bb +++ b/meta/recipes-sato/webkit/webkitgtk_2.36.6.bb @@ -17,7 +17,7 @@ SRC_URI = "https://www.webkitgtk.org/releases/${BPN}-${PV}.tar.xz \ file://0001-When-building-introspection-files-do-not-quote-CFLAG.patch \ " -SRC_URI[sha256sum] = "d5532fa884c943dc48f1911473dd663aba407a3b35caa7b04bac1419b41e5908" +SRC_URI[sha256sum] = "1193bc821946336776f0dfa5e0dca5651f1e57157eda12da4721d2441f24a61a" inherit cmake pkgconfig gobject-introspection perlnative features_check upstream-version-is-even gtk-doc From patchwork Fri Aug 19 07:27:22 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexander Kanavin X-Patchwork-Id: 11639 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 0349AC32772 for ; Fri, 19 Aug 2022 07:28:29 +0000 (UTC) Received: from mail-wm1-f43.google.com (mail-wm1-f43.google.com [209.85.128.43]) by mx.groups.io with SMTP id smtpd.web11.465.1660894084213324710 for ; Fri, 19 Aug 2022 00:28:21 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=g1GAXBYp; spf=pass (domain: gmail.com, ip: 209.85.128.43, mailfrom: alex.kanavin@gmail.com) Received: by mail-wm1-f43.google.com with SMTP id z14-20020a7bc7ce000000b003a5db0388a8so3446359wmk.1 for ; Fri, 19 Aug 2022 00:28:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc; bh=Xxvk7uQ7VMTvM1XbFu30tkiw2tCrXcvlS/xWeNAgjdM=; b=g1GAXBYpUAuu36iQ9M6LleIG/cwpwiZ9VyJmgkhmpnxsTtwbdSNeFUun2Mw+W5Dr9n BTAhRxnECP+pOKv5bhry+sqmd8/7KcsIbHZkd9yhQo1jT1uoKdQzqdN+aTxFXIqC0S+3 qjYyKqxsOit2YY8Rg61nWYWQ4tC/becbH7vBMAG30EbMFP8nX40D/3p7jnGUz+aFNGRJ ynSMJHAt1cZ9cEhkbl3jwXF2v1rUnleu6piJjel0kHuavZ5JfszIwSLm0cbnso6fvH2E YxcLhhFtHNpqZ7zM2MVlMCEDHr7uqym58/+GWJCaYau/ckMX5w7Ijip6LcFTQTqoSrl4 ecvg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc; bh=Xxvk7uQ7VMTvM1XbFu30tkiw2tCrXcvlS/xWeNAgjdM=; b=eWh1hvTW/0gE6qEI+3wQ61Kyzmyuu88lqyiRf/1CIhbSVRxSdrDehk12D27Q8L/Fpv alfiGfOujIwN2cHg0jaDtyGRSkNfPOgettkcPRk99pMxrvPX5143SfbsCc+5OhnilF8v kwMh9dU+inV9W2mgf32Sn5GEw0j6NVncC2XZtYPcs+tT5dxb/YCwDuPnrHMOK3UYOeUJ C7KsDbiBiD92CGFKLELCkkg4SGBEd/CAsqxgBLUeI8QVWjMi5LwNn/5UFkDlu87hwmd3 knX5maFmv0teNBmXo2yKKdtt6yIiqfOmajurHDGr3eYOpC+As1h6GYN4PGCEQOYYoFZK 3JEQ== X-Gm-Message-State: ACgBeo3P+kEEUg/vNQtIdW9MTGK5ModfEHIK+XBkUJ9QN1bkxpgyez0f VSSGUZ/ekTTofNIZLKYZCdOGJe7ebK8= X-Google-Smtp-Source: AA6agR4F+qoFPcMa/jtAiWZZOtvsKwt62H+XuS2XedgvxJqUHlbLnQ8wD9vVxf0gpV8pb9soEjQeLg== X-Received: by 2002:a05:600c:a45:b0:3a4:d07e:112d with SMTP id c5-20020a05600c0a4500b003a4d07e112dmr3852918wmq.141.1660894100280; Fri, 19 Aug 2022 00:28:20 -0700 (PDT) Received: from Zen2.lab.linutronix.de. (drugstore.linutronix.de. [80.153.143.164]) by smtp.gmail.com with ESMTPSA id ay15-20020a05600c1e0f00b003a604a29a34sm4650739wmb.35.2022.08.19.00.28.19 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 19 Aug 2022 00:28:19 -0700 (PDT) From: Alexander Kanavin X-Google-Original-From: Alexander Kanavin To: openembedded-core@lists.openembedded.org Cc: Alexander Kanavin Subject: [PATCH 37/42] wireless-regdb: upgrade 2022.06.06 -> 2022.08.12 Date: Fri, 19 Aug 2022 09:27:22 +0200 Message-Id: <20220819072727.2236928-37-alex@linutronix.de> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20220819072727.2236928-1-alex@linutronix.de> References: <20220819072727.2236928-1-alex@linutronix.de> MIME-Version: 1.0 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 ; Fri, 19 Aug 2022 07:28:29 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/169608 Signed-off-by: Alexander Kanavin --- ...ireless-regdb_2022.06.06.bb => wireless-regdb_2022.08.12.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-kernel/wireless-regdb/{wireless-regdb_2022.06.06.bb => wireless-regdb_2022.08.12.bb} (94%) diff --git a/meta/recipes-kernel/wireless-regdb/wireless-regdb_2022.06.06.bb b/meta/recipes-kernel/wireless-regdb/wireless-regdb_2022.08.12.bb similarity index 94% rename from meta/recipes-kernel/wireless-regdb/wireless-regdb_2022.06.06.bb rename to meta/recipes-kernel/wireless-regdb/wireless-regdb_2022.08.12.bb index 2eba4f873b..357e79d7e1 100644 --- a/meta/recipes-kernel/wireless-regdb/wireless-regdb_2022.06.06.bb +++ b/meta/recipes-kernel/wireless-regdb/wireless-regdb_2022.08.12.bb @@ -5,7 +5,7 @@ LICENSE = "ISC" LIC_FILES_CHKSUM = "file://LICENSE;md5=07c4f6dea3845b02a18dc00c8c87699c" SRC_URI = "https://www.kernel.org/pub/software/network/${BPN}/${BP}.tar.xz" -SRC_URI[sha256sum] = "ac00f97efecce5046ed069d1d93f3365fdf994c7c7854a8fc50831e959537230" +SRC_URI[sha256sum] = "59c8f7d17966db71b27f90e735ee8f5b42ca3527694a8c5e6e9b56bd379c3b84" inherit bin_package allarch From patchwork Fri Aug 19 07:27:23 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexander Kanavin X-Patchwork-Id: 11635 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 E887FC28B2B for ; Fri, 19 Aug 2022 07:28:28 +0000 (UTC) Received: from mail-wr1-f54.google.com (mail-wr1-f54.google.com [209.85.221.54]) by mx.groups.io with SMTP id smtpd.web10.471.1660894071213018330 for ; Fri, 19 Aug 2022 00:28:22 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=ZuDzYrWS; spf=pass (domain: gmail.com, ip: 209.85.221.54, mailfrom: alex.kanavin@gmail.com) Received: by mail-wr1-f54.google.com with SMTP id n4so4155636wrp.10 for ; Fri, 19 Aug 2022 00:28:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc; bh=os3jmGcStapVuProwqAWjoqg7qy4rmCtJQjKJv1D0ik=; b=ZuDzYrWS/VVlAZOTmNbFvNpFbOBQBySkVidyFXDx0ofFmp7S7g8pCNePSERoEKyp8n rJ5HAXSoP5OdnoOTXXPKHgyv3MprIYKCLQ0Km48pg2jNPAom0LH21es+m1EtU8s9fi/f D2uaF8/1kuKoeMLnIMNiqUvyRceADc8ZPFUo7FhPbYIgS4w3w0JDQ0w1Fo7IyzUMU7QW PrIAcVi+wV6E4S4DH6cZNTxuS/TrCtiYlo0SPWVkBTy+jY9/bYRLyLhrXz2pRTBr2ltn Hvbe3TID2inRJfIKQiv5NvfRm146354EfMdYqahQVq4Xh9xWPHgBnlhqRPV5EC7aL631 JFYQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc; bh=os3jmGcStapVuProwqAWjoqg7qy4rmCtJQjKJv1D0ik=; b=4Si+RWmuVpQ0lQO3xdiYE/Rm8Dtl6hxchmIhPneulIzmbqpmdV3MD22fPsgSF6jO9r Iou432oG6VHfAeLAwixIZnluZjQjNLcFcz5KjPGY+7JujJ4BznWXlbvTNrS5ZxUMA8I8 b+3EEjZ7R35gBASBUUUsw7XY/QO5EkmpNdGQlHd8Y4TlSsVbfqgNx5781ltQfMBcFhaW OTj8LkbLqf8mBvBNZfcBUbE5BtpVfpqXkovV0UIvcwnwYvJQ4jb7JubJGZZLWDs+CzXl 0cP6g9Y2Y8YMQ+4SLIuwxmk3nOyhjukH5FQXoEP+sCKAK73ouQY1l4rXeqFqRiffyYJW PsCg== X-Gm-Message-State: ACgBeo0tMGtmVxhACkZEsUUtsKly0cb7t6mV7yOgzbFpHn1uE4tJHdxP gjBKIlZr0EbxZGQ9I2oUoo28/iZIOdA= X-Google-Smtp-Source: AA6agR6N48IQZNvhEvz77zdxFq4Vi+9g0er7IS/H+x8jvjtfuowvhUojFU9BQjSCrGYjet17FJJm6w== X-Received: by 2002:a5d:494d:0:b0:225:1bfc:6820 with SMTP id r13-20020a5d494d000000b002251bfc6820mr3432441wrs.473.1660894101130; Fri, 19 Aug 2022 00:28:21 -0700 (PDT) Received: from Zen2.lab.linutronix.de. (drugstore.linutronix.de. [80.153.143.164]) by smtp.gmail.com with ESMTPSA id ay15-20020a05600c1e0f00b003a604a29a34sm4650739wmb.35.2022.08.19.00.28.20 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 19 Aug 2022 00:28:20 -0700 (PDT) From: Alexander Kanavin X-Google-Original-From: Alexander Kanavin To: openembedded-core@lists.openembedded.org Cc: Alexander Kanavin Subject: [PATCH 38/42] wpebackend-fdo: upgrade 1.12.0 -> 1.12.1 Date: Fri, 19 Aug 2022 09:27:23 +0200 Message-Id: <20220819072727.2236928-38-alex@linutronix.de> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20220819072727.2236928-1-alex@linutronix.de> References: <20220819072727.2236928-1-alex@linutronix.de> MIME-Version: 1.0 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 ; Fri, 19 Aug 2022 07:28:28 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/169609 Signed-off-by: Alexander Kanavin --- .../{wpebackend-fdo_1.12.0.bb => wpebackend-fdo_1.12.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-sato/webkit/{wpebackend-fdo_1.12.0.bb => wpebackend-fdo_1.12.1.bb} (90%) diff --git a/meta/recipes-sato/webkit/wpebackend-fdo_1.12.0.bb b/meta/recipes-sato/webkit/wpebackend-fdo_1.12.1.bb similarity index 90% rename from meta/recipes-sato/webkit/wpebackend-fdo_1.12.0.bb rename to meta/recipes-sato/webkit/wpebackend-fdo_1.12.1.bb index 4a18467ea4..5f776c13e6 100644 --- a/meta/recipes-sato/webkit/wpebackend-fdo_1.12.0.bb +++ b/meta/recipes-sato/webkit/wpebackend-fdo_1.12.1.bb @@ -13,7 +13,7 @@ inherit meson features_check pkgconfig REQUIRED_DISTRO_FEATURES = "opengl" SRC_URI = "https://wpewebkit.org/releases/${BPN}-${PV}.tar.xz" -SRC_URI[sha256sum] = "6239c9c15523410798d66315de6b491712ab30009ba180f3e0dd076d9b0074ac" +SRC_URI[sha256sum] = "45aa833c44ec292f31fa943b01b8cc75e54eb623ad7ba6a66fc2f118fe69e629" # Especially helps compiling with clang which enable this as error when # using c++11 From patchwork Fri Aug 19 07:27:24 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexander Kanavin X-Patchwork-Id: 11636 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 E981BC32773 for ; Fri, 19 Aug 2022 07:28:28 +0000 (UTC) Received: from mail-wm1-f66.google.com (mail-wm1-f66.google.com [209.85.128.66]) by mx.groups.io with SMTP id smtpd.web08.489.1660894103715993274 for ; Fri, 19 Aug 2022 00:28:24 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=d7nwd2Tp; spf=pass (domain: gmail.com, ip: 209.85.128.66, mailfrom: alex.kanavin@gmail.com) Received: by mail-wm1-f66.google.com with SMTP id v7-20020a1cac07000000b003a6062a4f81so3687679wme.1 for ; Fri, 19 Aug 2022 00:28:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc; bh=Lbe/eG3yd11/RT9jTc1A/TsmAKoD7pLA8FxWgBOtouk=; b=d7nwd2Tpn6TQkwfG+38j0aEb05ZfVLIrTRoENKvW0u4CXMslAcY6y5BJUf8RJ5/32p xtgNNyxQxMrU+vAKFnXVp2qxRnd25sM0sZ4A4LqM+RBbjBTQo9AB7FQ8GkfypqNsn1F0 6rDt34+DF7zGyhUZUsXI+LxZiDXZTpXGOkAPmxkUaOGXu/zPa9XK0gdSbDgmhhpqBDJ9 FhUM4jVlGKk2Dlx3lsMhBwJC7bbCQu1N0WLkOYydd7PRedTIES0qFbWxNX8ASPoun/Wt td3+tb0uTJuckwaccifH4Wl5QkuVfBmqzGoOGmxnnBh1xiSrX0wPwhvilfwg4td8UGbV jyIg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc; bh=Lbe/eG3yd11/RT9jTc1A/TsmAKoD7pLA8FxWgBOtouk=; b=KjtLJ+uCLd65BN9o6RLOnNBeB/V7lkEKo/fWdAC8l9Ytka+YTD+Vm6jnO8Z7vSU3tr u3yOlZbsb3VwdfGB+G/5DvlJ3HN/allnzfpO+hwzCfbHOs1kEAH3tsdirsUc8zG1NiKS kYlIfVHp7u/FHJOT8BlWf35+VotmGpCytx/3y022BbBqi8J8ND1rYJrgm5yGyF22jJKy Q/XmeTlYlPASMMuiF3GTtprj0xhJscDadNav1RAF4BTa/B1lpfd2saYyaEky/bev+vXL jC88JLn1oGaOFi9JC7yzhOh9pRoIZG76rjTvJrF94N/jXrWq2PwRNSYbmvy9ezG81BaM +Qrg== X-Gm-Message-State: ACgBeo1ZKpwwVLIKGPnJnoC+st3dVREPBiEAw+oTbevnEmRpPTOvxipa SfKPQM2OIWsDAbU00IxdfWAC12RS7BY= X-Google-Smtp-Source: AA6agR4Rqtj7NQ5HqovGc+OUfhFUJ37KBwF+2s8E6QKRSrKff1KeGUE1a6Mc/MkwBE9RrYVBjo8cIA== X-Received: by 2002:a1c:2585:0:b0:3a4:efb1:9457 with SMTP id l127-20020a1c2585000000b003a4efb19457mr3984108wml.3.1660894102076; Fri, 19 Aug 2022 00:28:22 -0700 (PDT) Received: from Zen2.lab.linutronix.de. (drugstore.linutronix.de. [80.153.143.164]) by smtp.gmail.com with ESMTPSA id ay15-20020a05600c1e0f00b003a604a29a34sm4650739wmb.35.2022.08.19.00.28.21 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 19 Aug 2022 00:28:21 -0700 (PDT) From: Alexander Kanavin X-Google-Original-From: Alexander Kanavin To: openembedded-core@lists.openembedded.org Cc: Randy MacLeod , Randy MacLeod , Alexander Kanavin Subject: [PATCH 39/42] rust: update from 1.62.1 to 1.63.0 Date: Fri, 19 Aug 2022 09:27:24 +0200 Message-Id: <20220819072727.2236928-39-alex@linutronix.de> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20220819072727.2236928-1-alex@linutronix.de> References: <20220819072727.2236928-1-alex@linutronix.de> MIME-Version: 1.0 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 ; Fri, 19 Aug 2022 07:28:28 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/169610 From: Randy MacLeod Release notes: https://blog.rust-lang.org/2022/08/11/Rust-1.63.0.html This is a standard upgrade aside from the path for the stage2 tools binaries (clippy, et.al.) changing. Signed-off-by: Randy MacLeod Signed-off-by: Alexander Kanavin --- meta/conf/distro/include/tcmode-default.inc | 2 +- .../{cargo_1.62.1.bb => cargo_1.63.0.bb} | 0 ...ibstd-rs_1.62.1.bb => libstd-rs_1.63.0.bb} | 0 ....62.1.bb => rust-cross-canadian_1.63.0.bb} | 0 ...ust-llvm_1.62.1.bb => rust-llvm_1.63.0.bb} | 0 meta/recipes-devtools/rust/rust-snapshot.inc | 24 +++++++++---------- meta/recipes-devtools/rust/rust-source.inc | 2 +- .../rust/{rust_1.62.1.bb => rust_1.63.0.bb} | 4 ++-- 8 files changed, 16 insertions(+), 16 deletions(-) rename meta/recipes-devtools/cargo/{cargo_1.62.1.bb => cargo_1.63.0.bb} (100%) rename meta/recipes-devtools/rust/{libstd-rs_1.62.1.bb => libstd-rs_1.63.0.bb} (100%) rename meta/recipes-devtools/rust/{rust-cross-canadian_1.62.1.bb => rust-cross-canadian_1.63.0.bb} (100%) rename meta/recipes-devtools/rust/{rust-llvm_1.62.1.bb => rust-llvm_1.63.0.bb} (100%) rename meta/recipes-devtools/rust/{rust_1.62.1.bb => rust_1.63.0.bb} (92%) diff --git a/meta/conf/distro/include/tcmode-default.inc b/meta/conf/distro/include/tcmode-default.inc index 31c9dd5065..52d0f7a79f 100644 --- a/meta/conf/distro/include/tcmode-default.inc +++ b/meta/conf/distro/include/tcmode-default.inc @@ -27,7 +27,7 @@ GOVERSION ?= "1.19%" # This can not use wildcards like 8.0.% since it is also used in mesa to denote # llvm version being used, so always bump it with llvm recipe version bump LLVMVERSION ?= "14.0.6" -RUSTVERSION ?= "1.62%" +RUSTVERSION ?= "1.63%" PREFERRED_VERSION_gcc ?= "${GCCVERSION}" PREFERRED_VERSION_gcc-cross-${TARGET_ARCH} ?= "${GCCVERSION}" diff --git a/meta/recipes-devtools/cargo/cargo_1.62.1.bb b/meta/recipes-devtools/cargo/cargo_1.63.0.bb similarity index 100% rename from meta/recipes-devtools/cargo/cargo_1.62.1.bb rename to meta/recipes-devtools/cargo/cargo_1.63.0.bb diff --git a/meta/recipes-devtools/rust/libstd-rs_1.62.1.bb b/meta/recipes-devtools/rust/libstd-rs_1.63.0.bb similarity index 100% rename from meta/recipes-devtools/rust/libstd-rs_1.62.1.bb rename to meta/recipes-devtools/rust/libstd-rs_1.63.0.bb diff --git a/meta/recipes-devtools/rust/rust-cross-canadian_1.62.1.bb b/meta/recipes-devtools/rust/rust-cross-canadian_1.63.0.bb similarity index 100% rename from meta/recipes-devtools/rust/rust-cross-canadian_1.62.1.bb rename to meta/recipes-devtools/rust/rust-cross-canadian_1.63.0.bb diff --git a/meta/recipes-devtools/rust/rust-llvm_1.62.1.bb b/meta/recipes-devtools/rust/rust-llvm_1.63.0.bb similarity index 100% rename from meta/recipes-devtools/rust/rust-llvm_1.62.1.bb rename to meta/recipes-devtools/rust/rust-llvm_1.63.0.bb diff --git a/meta/recipes-devtools/rust/rust-snapshot.inc b/meta/recipes-devtools/rust/rust-snapshot.inc index 3bd7b07cef..b9d7edd672 100644 --- a/meta/recipes-devtools/rust/rust-snapshot.inc +++ b/meta/recipes-devtools/rust/rust-snapshot.inc @@ -1,25 +1,25 @@ ## This is information on the rust-snapshot (binary) used to build our current release. -## snapshot info is taken from rust/src/stage0.txt +## snapshot info is taken from rust/src/stage0.json ## Rust is self-hosting and bootstraps itself with a pre-built previous version of itself. ## The exact (previous) version that has been used is specified in the source tarball. ## The version is replicated here. ## TODO: find a way to add additional SRC_URIs based on the contents of an ## earlier SRC_URI. -RS_VERSION = "1.61.0" -CARGO_VERSION = "1.61.0" +RS_VERSION = "1.62.0" +CARGO_VERSION = "1.62.0" # TODO: Add hashes for other architecture toolchains as well. Make a script? -SRC_URI[rust-std-snapshot-x86_64.sha256sum] = "270b07aa5f2de52255a117e1e587138d77375ce0d09a1d7fead085f29b3977e9" -SRC_URI[rustc-snapshot-x86_64.sha256sum] = "21c4613f389ed130fbaaf88f1e984319f72b5fc10734569a5ba19e22ebb03abd" -SRC_URI[cargo-snapshot-x86_64.sha256sum] = "9461727d754f865ef2a87479d40bbe4c5176f80963b7c50b7797bc8940d7a0a0" +SRC_URI[rust-std-snapshot-x86_64.sha256sum] = "addfae87b6b1b521d98a50fdc5120990888a51bb397100062e9c558267c67c77" +SRC_URI[rustc-snapshot-x86_64.sha256sum] = "e7f71f4ef09334ddc9ec8cbf2f958d654e36f580c95f8fec6d5c816ce256dbd6" +SRC_URI[cargo-snapshot-x86_64.sha256sum] = "815c63119a9cf0282ff240c6444b6f867238763ee3dea182f10837ae7dbbb1d4" -SRC_URI[rust-std-snapshot-aarch64.sha256sum] = "57d60a519dbce12146849f7e72d55f3cffe9cdcbff8d58e90bb62d3c016bb5c0" -SRC_URI[rustc-snapshot-aarch64.sha256sum] = "c996de6391e3ea94629fbc09b03bce186fcde345159f43ec95a82c500adb5e94" -SRC_URI[cargo-snapshot-aarch64.sha256sum] = "a055e6cfd9b5f8938780db6179d2ef92990c714ce64278337d7edf3d29c8ab62" +SRC_URI[rust-std-snapshot-aarch64.sha256sum] = "dd5df8a92af3e5d49a1122b9561821ebd72a9317884a37ecddae041e652a7563" +SRC_URI[rustc-snapshot-aarch64.sha256sum] = "0fa320a19d41dcfc592bc006f5e9eda8e3b972598a26c96ad64eedd868516df3" +SRC_URI[cargo-snapshot-aarch64.sha256sum] = "475038ecacca9ff586cad2082d5d950544b0d581a2a287facc7d899aae488813" -SRC_URI[rust-std-snapshot-powerpc64le.sha256sum] = "36c0ccff14c80419507561db050f9533f0abd43fc50f3ddb859c10df74b1c351" -SRC_URI[rustc-snapshot-powerpc64le.sha256sum] = "dc54893d747e4f3330515caa75e404f78c6c5475a1216d1428f5e7ce1c2e9602" -SRC_URI[cargo-snapshot-powerpc64le.sha256sum] = "09817011ff1ef4b7006387c7cabb6a059731792a9372533dec7d87e7f014444b" +SRC_URI[rust-std-snapshot-powerpc64le.sha256sum] = "d6678b7c971f3adbe7f820adae669d03a314468441e2907747c76eca98e0be92" +SRC_URI[rustc-snapshot-powerpc64le.sha256sum] = "b66d0bc6dbfdc0d4b826f787ec4e772dea8e3d2015cecbe2105632d468c28dcb" +SRC_URI[cargo-snapshot-powerpc64le.sha256sum] = "016257f1641693008068bd086fec66d68550d1778f6aea9d06c9b263fca392d5" SRC_URI += " \ https://static.rust-lang.org/dist/${RUST_STD_SNAPSHOT}.tar.xz;name=rust-std-snapshot-${RUST_BUILD_ARCH};subdir=rust-snapshot-components \ diff --git a/meta/recipes-devtools/rust/rust-source.inc b/meta/recipes-devtools/rust/rust-source.inc index dbcef2cbc2..47bfbe98a7 100644 --- a/meta/recipes-devtools/rust/rust-source.inc +++ b/meta/recipes-devtools/rust/rust-source.inc @@ -1,5 +1,5 @@ SRC_URI += "https://static.rust-lang.org/dist/rustc-${PV}-src.tar.xz;name=rust" -SRC_URI[rust.sha256sum] = "02066a93c2f6596cc046a897d5716c86e3607c1cd0f54db9a867ae8c8265072e" +SRC_URI[rust.sha256sum] = "8f44af6dc44cc4146634a4dd5e4cc5470b3052a2337019b870c0e025e8987e0c" SRC_URI:append:class-target:pn-rust = " file://hardcodepaths.patch" SRC_URI:append:class-nativesdk:pn-nativesdk-rust = " file://hardcodepaths.patch" diff --git a/meta/recipes-devtools/rust/rust_1.62.1.bb b/meta/recipes-devtools/rust/rust_1.63.0.bb similarity index 92% rename from meta/recipes-devtools/rust/rust_1.62.1.bb rename to meta/recipes-devtools/rust/rust_1.63.0.bb index 81923c3331..3081cd5ef3 100644 --- a/meta/recipes-devtools/rust/rust_1.62.1.bb +++ b/meta/recipes-devtools/rust/rust_1.63.0.bb @@ -43,7 +43,7 @@ rust_do_install:class-nativesdk() { install -d ${D}${bindir} for i in cargo-clippy clippy-driver rustfmt; do - cp build/${RUST_BUILD_SYS}/stage2-tools-bin/$i ${D}${bindir} + cp build/${RUST_BUILD_SYS}/stage2-tools/${RUST_HOST_SYS}/release/$i ${D}${bindir} chrpath -r "\$ORIGIN/../lib" ${D}${bindir}/$i done @@ -60,7 +60,7 @@ rust_do_install:class-target() { install -d ${D}${bindir} for i in cargo-clippy clippy-driver rustfmt; do - cp build/${RUST_BUILD_SYS}/stage2-tools-bin/$i ${D}${bindir} + cp build/${RUST_BUILD_SYS}/stage2-tools/${RUST_HOST_SYS}/release/$i ${D}${bindir} chrpath -r "\$ORIGIN/../lib" ${D}${bindir}/$i done From patchwork Fri Aug 19 07:27:25 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexander Kanavin X-Patchwork-Id: 11637 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 E9B82C48BE4 for ; Fri, 19 Aug 2022 07:28:28 +0000 (UTC) Received: from mail-wm1-f47.google.com (mail-wm1-f47.google.com [209.85.128.47]) by mx.groups.io with SMTP id smtpd.web11.468.1660894104506275551 for ; Fri, 19 Aug 2022 00:28:24 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=SOpp1Pud; spf=pass (domain: gmail.com, ip: 209.85.128.47, mailfrom: alex.kanavin@gmail.com) Received: by mail-wm1-f47.google.com with SMTP id k18-20020a05600c0b5200b003a5dab49d0bso2058219wmr.3 for ; Fri, 19 Aug 2022 00:28:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc; bh=5TGr5QjZblcNGnyp30Mq7ql3xiduN2oVWxEtywcYpjY=; b=SOpp1Pud24d00VjrgG+vqFc1RCFVjYY4d22hi/oIyHHbRjHDO3WAPegwhcLxZs7i/X E9tlHJVZCyWMItea/wdClflp95ZbTHrEkT6XQS0RZCLvFfCCHTpzzZlkB2gE1fvOpH4w P1z7eBuo4fWskp7WGj7oA5VBxcCI6lwfyZr0B3skA8eIUg8YFcnAX/2jrNDnv2DvM5G6 svnMVOqkZSK3aG6Xk/N+3b+k+GBMCc3DrVk0zblYPoQRcttHUfPjHRGjlilxn/0zH/8V oQm/5CDbcVzE24M5HMZmNb8Tl8yUgDTGH9aaOylv7lpIvPAJYs5q7I+5sKH1Qp4fsYSU nBUw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc; bh=5TGr5QjZblcNGnyp30Mq7ql3xiduN2oVWxEtywcYpjY=; b=iw5TlPchYAdmihretLrKs7Nglpeyp3lZLRYS/RgkTR43RyLtkdouwYLflCt5tZdMvc dnM4tUZRv789CLzi+Yul5EhLx1XfcWWdQJ+JOxYvPlF6uMdg5JXnxMCPqCXTbqXLE3sI WcbcogkIB8fvnDs0SsWLlrbOUG02NHFi3x8EbITPzphMO0LrUwjkmNpV+Qe51xMJiZ6y jPPzYFai3CHdxLttrYBImkw3fSrzR6QSPIwhGm6FwthdG1AT7HuBx9p5JffSR/RUyVMp 0hfEkh67QYhF26uFZ0L0XtFrnrf09A05U4IFANYfHrwUD43khmNqP7LA5z7mxEessf0W ZLVw== X-Gm-Message-State: ACgBeo3lcrdAvrQRe6bVQFLS3l2USQ3dWhrzdmvcYHnvPYdqix68d5Oq eUB31I4Yq//5uPA1pfloH+5OCvjsd6w= X-Google-Smtp-Source: AA6agR4of+aWPcIK7aRU64xJ0KqMKrgmcbKe2mNtU3ostM3CmkoZQ93gj7GJlMXS7ncTy1jN5zGspA== X-Received: by 2002:a1c:19c2:0:b0:3a5:168e:a918 with SMTP id 185-20020a1c19c2000000b003a5168ea918mr7133998wmz.31.1660894103026; Fri, 19 Aug 2022 00:28:23 -0700 (PDT) Received: from Zen2.lab.linutronix.de. (drugstore.linutronix.de. [80.153.143.164]) by smtp.gmail.com with ESMTPSA id ay15-20020a05600c1e0f00b003a604a29a34sm4650739wmb.35.2022.08.19.00.28.22 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 19 Aug 2022 00:28:22 -0700 (PDT) From: Alexander Kanavin X-Google-Original-From: Alexander Kanavin To: openembedded-core@lists.openembedded.org Cc: Alexander Kanavin Subject: [PATCH 40/42] python3-hatchling: update 1.6.0 -> 1.8.0 Date: Fri, 19 Aug 2022 09:27:25 +0200 Message-Id: <20220819072727.2236928-40-alex@linutronix.de> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20220819072727.2236928-1-alex@linutronix.de> References: <20220819072727.2236928-1-alex@linutronix.de> MIME-Version: 1.0 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 ; Fri, 19 Aug 2022 07:28:28 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/169611 Signed-off-by: Alexander Kanavin --- .../{python3-hatchling_1.6.0.bb => python3-hatchling_1.8.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-hatchling_1.6.0.bb => python3-hatchling_1.8.0.bb} (85%) diff --git a/meta/recipes-devtools/python/python3-hatchling_1.6.0.bb b/meta/recipes-devtools/python/python3-hatchling_1.8.0.bb similarity index 85% rename from meta/recipes-devtools/python/python3-hatchling_1.6.0.bb rename to meta/recipes-devtools/python/python3-hatchling_1.8.0.bb index e06bdf02ec..17a10eeb2d 100644 --- a/meta/recipes-devtools/python/python3-hatchling_1.6.0.bb +++ b/meta/recipes-devtools/python/python3-hatchling_1.8.0.bb @@ -8,7 +8,7 @@ inherit pypi python_hatchling DEPENDS += "python3-pluggy-native python3-tomli-native python3-pathspec-native python3-packaging-native python3-editables-native" DEPENDS:remove:class-native = "python3-hatchling-native" -SRC_URI[sha256sum] = "bd6e8505de511ac4217ff50927f6d1845494608e401e63a62b830c31fb613544" +SRC_URI[sha256sum] = "a4f982fdca0717d8c46bfe7b501302f90aaf2a5302845d550b49c8739681feb2" do_compile:prepend() { export PYTHONPATH=src From patchwork Fri Aug 19 07:27:26 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexander Kanavin X-Patchwork-Id: 11634 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 DCA32C32771 for ; Fri, 19 Aug 2022 07:28:28 +0000 (UTC) Received: from mail-wr1-f45.google.com (mail-wr1-f45.google.com [209.85.221.45]) by mx.groups.io with SMTP id smtpd.web10.480.1660894105596609675 for ; Fri, 19 Aug 2022 00:28:25 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=mMkA8qb/; spf=pass (domain: gmail.com, ip: 209.85.221.45, mailfrom: alex.kanavin@gmail.com) Received: by mail-wr1-f45.google.com with SMTP id n7so4181882wrv.4 for ; Fri, 19 Aug 2022 00:28:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc; bh=qZxOp3h64IJM0X7Wd46N1pXme8PpWhSYcSoFAirQFIs=; b=mMkA8qb/XSIVgr5SZs6ZvZZ7Xt5WGrgczkcdNV0B768decYMKCf8RWrHRDVggZkZlI GbF/uzIakpRJchZIQpwiZQl8Z9T3e6JlBc/XGSkE+aZIX/nUgoT7XA3J45w5S0J7MZpK EnsBjF3+xfF8Nhmz5PH+UDsY7ANp6K2lfbXvlkPD1+vBYSDz9dBgotdDv6OSToYzFc4v 7F35QG1oWw7qEa+MLshXvjy1ZcGGp6ZFRIaT0aZNKwjcw72zDMcVvGt5ENpWs01HquYv SOLYgznvfKJgvQvIJskXkE7blVt2D++lboA6+5KFEUTl1T7VFgtv0NVYd00C1z8eKtsn XOkQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc; bh=qZxOp3h64IJM0X7Wd46N1pXme8PpWhSYcSoFAirQFIs=; b=TKLo/N6cDuQsluZ1OTuGAsFiLfCZeHQvOYj+iCgANMB7AS417AYoZ+LHfqX5tUXnx8 K3G49N0iDqysQkn5gCAShQ6jYij6qNyZnprUuH4tpw8+UVrN2PJBOdDZidlgRLIZH6TP J0/3mdurkhdzj8JQotjrvR8gHDqH2HsXmfQnE2G6wULM+Bw4Pu2vRh2cQh/Ig1ZP7MhS 7HTLvlBMZzhWtVPZUXxFF8J7z6N5mbjlm7NEl1soMMU5D7+6Y+SInPc3mXCm47HqaEs1 O9Y1IN2z/ytonzsrpBp4c5Mx+15ZHlumbxyLwWAuayYOiUVWeAnb7dimMCoxRe05orfE yP4A== X-Gm-Message-State: ACgBeo2jurE5g+YoyjdCRlPIgTbsFKQpksFMEHsx2MNuSunI8pjuas8D c4qG3NwZ4s+HNIJeAjVNRc0XQEvaJWg= X-Google-Smtp-Source: AA6agR48ebQeplYwOmZpzXg7AHrVfutN0Tz9s/4qybahGq8uXZvZvpLumTQLBWYPFkQhIiyBhlolyQ== X-Received: by 2002:a05:6000:1149:b0:225:29d4:67eb with SMTP id d9-20020a056000114900b0022529d467ebmr3396007wrx.254.1660894104064; Fri, 19 Aug 2022 00:28:24 -0700 (PDT) Received: from Zen2.lab.linutronix.de. (drugstore.linutronix.de. [80.153.143.164]) by smtp.gmail.com with ESMTPSA id ay15-20020a05600c1e0f00b003a604a29a34sm4650739wmb.35.2022.08.19.00.28.23 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 19 Aug 2022 00:28:23 -0700 (PDT) From: Alexander Kanavin X-Google-Original-From: Alexander Kanavin To: openembedded-core@lists.openembedded.org Cc: Alexander Kanavin Subject: [PATCH 41/42] python3-setuptools: update 63.4.1 -> 65.0.2 Date: Fri, 19 Aug 2022 09:27:26 +0200 Message-Id: <20220819072727.2236928-41-alex@linutronix.de> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20220819072727.2236928-1-alex@linutronix.de> References: <20220819072727.2236928-1-alex@linutronix.de> MIME-Version: 1.0 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 ; Fri, 19 Aug 2022 07:28:28 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/169612 Signed-off-by: Alexander Kanavin --- .../0001-conditionally-do-not-fetch-code-by-easy_install.patch | 2 +- ...ython3-setuptools_63.4.1.bb => python3-setuptools_65.0.2.bb} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-devtools/python/{python3-setuptools_63.4.1.bb => python3-setuptools_65.0.2.bb} (95%) diff --git a/meta/recipes-devtools/python/python3-setuptools/0001-conditionally-do-not-fetch-code-by-easy_install.patch b/meta/recipes-devtools/python/python3-setuptools/0001-conditionally-do-not-fetch-code-by-easy_install.patch index 2888e3d62c..c8c713c842 100644 --- a/meta/recipes-devtools/python/python3-setuptools/0001-conditionally-do-not-fetch-code-by-easy_install.patch +++ b/meta/recipes-devtools/python/python3-setuptools/0001-conditionally-do-not-fetch-code-by-easy_install.patch @@ -1,4 +1,4 @@ -From a020fd90a7060f7783ef286bcdf9dbf307184978 Mon Sep 17 00:00:00 2001 +From 42d349031cd952c12620fcf02cbab70a371f4b19 Mon Sep 17 00:00:00 2001 From: Hongxu Jia Date: Tue, 17 Jul 2018 10:13:38 +0800 Subject: [PATCH] conditionally do not fetch code by easy_install diff --git a/meta/recipes-devtools/python/python3-setuptools_63.4.1.bb b/meta/recipes-devtools/python/python3-setuptools_65.0.2.bb similarity index 95% rename from meta/recipes-devtools/python/python3-setuptools_63.4.1.bb rename to meta/recipes-devtools/python/python3-setuptools_65.0.2.bb index e31665f3be..1a639ea333 100644 --- a/meta/recipes-devtools/python/python3-setuptools_63.4.1.bb +++ b/meta/recipes-devtools/python/python3-setuptools_65.0.2.bb @@ -11,7 +11,7 @@ SRC_URI:append:class-native = " file://0001-conditionally-do-not-fetch-code-by-e SRC_URI += "file://0001-change-shebang-to-python3.patch \ file://0001-_distutils-sysconfig.py-make-it-possible-to-substite.patch" -SRC_URI[sha256sum] = "7c7854ee1429a240090297628dc9f75b35318d193537968e2dc14010ee2f5bca" +SRC_URI[sha256sum] = "101bf15ca723beef42c8db91a761f3748d4d697e17fae904db60c0b619d8d094" DEPENDS += "${PYTHON_PN}" From patchwork Fri Aug 19 07:27:27 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexander Kanavin X-Patchwork-Id: 11633 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 DCB0FC3F6B0 for ; Fri, 19 Aug 2022 07:28:28 +0000 (UTC) Received: from mail-wm1-f49.google.com (mail-wm1-f49.google.com [209.85.128.49]) by mx.groups.io with SMTP id smtpd.web10.482.1660894106540118321 for ; Fri, 19 Aug 2022 00:28:26 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=VRKw6VmC; spf=pass (domain: gmail.com, ip: 209.85.128.49, mailfrom: alex.kanavin@gmail.com) Received: by mail-wm1-f49.google.com with SMTP id s23so1883226wmj.4 for ; Fri, 19 Aug 2022 00:28:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc; bh=J9zvhjfWxW0pH2je/FnjGXewWJqVDjXp1F+Z/9+sn1w=; b=VRKw6VmCZAZlO2WlAGzglrMsTrrOFsGuiD5x0Esp8yNDzKqCNieoEBH5n3wb77IlYK vN99dPzBUiFI3A3Xq8GOgNOYqH8TnwwBfLricsS6juCxf2nDUM0XOSb1YXTcpxvYok2+ 9jG7tpYF/AwEL5qlVuSPKf9nNO1Ee4A775+AeqHpBOnrHE9VTxC7OmlvN6QB92jF7pFp eluf66o0UjWHVHIq4FjQgsKYes+DOuXXdonw/lKcokEWFflxOpQho/qM/eZaRUD5Fw2x +1FOEj6xz3rjHVXJ/1fp8M+OvBZUqjjkoSlVy933CcTjUFLQdU/NusKhqDjHYdt7hA2p rw2w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc; bh=J9zvhjfWxW0pH2je/FnjGXewWJqVDjXp1F+Z/9+sn1w=; b=U9y6SGV5fgNVSyr/OePBF/DRYE1oVD42nvLxLpGOTGWD3LWCvwMR4vFa2ef/3UGZhY YBL5KBK8orj3rYqDJpi9LMxKPdP0n8ipVhcQizkOHwMhc8y0Duu2g3Km/edF5QRp31tx WpeIDQQJEhu7hl092opzHG9IKNCjv4cYZH0LeHVF/IAyUyE4aM6mRzKSMSimUvuBOk6U W3ypxhfYpZvXHgQdBlBjzys3LB8rXUV16O3q37mL/tOUCEQ7Hrjf2ZVQC6G0rRhUumNa aNKo5mTTym4c4NHpeAqzxK0xXQs8IKNEBWDgA8rpafEmN6ebPK8RhfU2GVEUfFa8TA/p MeIQ== X-Gm-Message-State: ACgBeo3WJoNvU0NZiFBrdutJvZNYgKjJDGNeAupB05kGpdXcuKe7nhq5 u3dyOVmQthZbvUWkwt2DzoiEessYPxU= X-Google-Smtp-Source: AA6agR6axtttRs2hk+mBe8HgttlCl1SzJNOmwZrj5X7zt4/8hzDlcP5I2pkRsYVxnwOYBvu9x3ni7w== X-Received: by 2002:a05:600c:1e8b:b0:3a6:acc:ebfb with SMTP id be11-20020a05600c1e8b00b003a60accebfbmr3924477wmb.66.1660894104983; Fri, 19 Aug 2022 00:28:24 -0700 (PDT) Received: from Zen2.lab.linutronix.de. (drugstore.linutronix.de. [80.153.143.164]) by smtp.gmail.com with ESMTPSA id ay15-20020a05600c1e0f00b003a604a29a34sm4650739wmb.35.2022.08.19.00.28.24 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 19 Aug 2022 00:28:24 -0700 (PDT) From: Alexander Kanavin X-Google-Original-From: Alexander Kanavin To: openembedded-core@lists.openembedded.org Cc: Alexander Kanavin Subject: [PATCH 42/42] devtool: do not leave behind source trees in workspace/sources Date: Fri, 19 Aug 2022 09:27:27 +0200 Message-Id: <20220819072727.2236928-42-alex@linutronix.de> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20220819072727.2236928-1-alex@linutronix.de> References: <20220819072727.2236928-1-alex@linutronix.de> MIME-Version: 1.0 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 ; Fri, 19 Aug 2022 07:28:28 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/169613 These are typically auto-extracted with modify/upgrade from recipes and can be easily recreated. On the rare occasions where they need to be reused, they are still available under workspace/attic (which is already used for old recipes and appends), so nothing gets lost. This avoids the annoyance of devtool refusing to proceed because there is a previous source tree in workspace/sources. For independent source trees behave as before: do nothing. Adjust the test that previously deleted those trees by hand. Signed-off-by: Alexander Kanavin --- meta/lib/oeqa/selftest/cases/devtool.py | 2 -- scripts/lib/devtool/standard.py | 16 +++++++++++++--- 2 files changed, 13 insertions(+), 5 deletions(-) diff --git a/meta/lib/oeqa/selftest/cases/devtool.py b/meta/lib/oeqa/selftest/cases/devtool.py index ec08ac6d60..142932e12f 100644 --- a/meta/lib/oeqa/selftest/cases/devtool.py +++ b/meta/lib/oeqa/selftest/cases/devtool.py @@ -1957,7 +1957,6 @@ class DevtoolUpgradeTests(DevtoolBase): self._test_recipe_contents(newrecipefile, checkvars, []) # Try again - change just name this time result = runCmd('devtool reset -n %s' % newrecipename) - shutil.rmtree(newsrctree) add_recipe() newrecipefile = os.path.join(self.workspacedir, 'recipes', newrecipename, '%s_%s.bb' % (newrecipename, recipever)) result = runCmd('devtool rename %s %s' % (recipename, newrecipename)) @@ -1970,7 +1969,6 @@ class DevtoolUpgradeTests(DevtoolBase): self._test_recipe_contents(newrecipefile, checkvars, []) # Try again - change just version this time result = runCmd('devtool reset -n %s' % newrecipename) - shutil.rmtree(newsrctree) add_recipe() newrecipefile = os.path.join(self.workspacedir, 'recipes', recipename, '%s_%s.bb' % (recipename, newrecipever)) result = runCmd('devtool rename %s -V %s' % (recipename, newrecipever)) diff --git a/scripts/lib/devtool/standard.py b/scripts/lib/devtool/standard.py index c98bfe8195..e3b74ab8f0 100644 --- a/scripts/lib/devtool/standard.py +++ b/scripts/lib/devtool/standard.py @@ -1975,9 +1975,19 @@ def _reset(recipes, no_clean, remove_work, config, basepath, workspace): shutil.rmtree(srctreebase) else: # We don't want to risk wiping out any work in progress - logger.info('Leaving source tree %s as-is; if you no ' - 'longer need it then please delete it manually' - % srctreebase) + if srctreebase.startswith(os.path.join(config.workspace_path, 'sources')): + from datetime import datetime + preservesrc = os.path.join(config.workspace_path, 'attic', 'sources', "{}.{}".format(pn,datetime.now().strftime("%Y%m%d%H%M%S"))) + logger.info('Preserving source tree in %s\nIf you no ' + 'longer need it then please delete it manually.\n' + 'It is also possible to reuse it via devtool source tree argument.' + % preservesrc) + bb.utils.mkdirhier(os.path.dirname(preservesrc)) + shutil.move(srctreebase, preservesrc) + else: + logger.info('Leaving source tree %s as-is; if you no ' + 'longer need it then please delete it manually' + % srctreebase) else: # This is unlikely, but if it's empty we can just remove it os.rmdir(srctreebase)