From patchwork Sun Dec 12 12:20:30 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Richard Purdie X-Patchwork-Id: 871 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 39642C433EF for ; Sun, 12 Dec 2021 12:20:35 +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.33546.1639311634115073463 for ; Sun, 12 Dec 2021 04:20:34 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@linuxfoundation.org header.s=google header.b=MJLVWRMR; spf=pass (domain: linuxfoundation.org, ip: 209.85.128.45, mailfrom: richard.purdie@linuxfoundation.org) Received: by mail-wm1-f45.google.com with SMTP id d72-20020a1c1d4b000000b00331140f3dc8so9891209wmd.1 for ; Sun, 12 Dec 2021 04:20:33 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linuxfoundation.org; s=google; h=from:to:subject:date:message-id:mime-version :content-transfer-encoding; bh=IvIMasC9mtUgTWp/hfbK8Q8GwfwDq9rFhFlpgF8DXQM=; b=MJLVWRMRPhHUN8cmyVzbZcGlbp5YPqgZUFCYewP2Mrxof93mj51w7J3dXPIPZZBwIu VkknTIarMopLTHmAT+ySV7mmoMmR08haeLMFUWXxXyMcuNsdi+8G0tDQhFCzMUNX56M/ U5Xj3DQ6Xpk5tqb1Bf7bYPqfU3fwlRo6b9oz0= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:subject:date:message-id:mime-version :content-transfer-encoding; bh=IvIMasC9mtUgTWp/hfbK8Q8GwfwDq9rFhFlpgF8DXQM=; b=nnYh1lrqdfqNM37f4q/1UYS0ylxgG5rAXAcHRjDuzMYjeTnr/Z2SKqV+rugVxM1QVL IFaI5FiP3aiEi4PKvKJ8GjJuvR+Qx8hww0Cyx4cZ3hsY4e8EMvJ10UX7uK/ZKv2cmsVs q/2G/HfFNw0/06B3WSw2MJ5AF1tM2sKbE55PmZwtcrcb9kX4hhy9eBTWLcMfBAi8nOxe +acg9zDimHqTS/HxHk9kDdFTyGzyWdb5Q7pccnjVMCJom0e8ipZUXyo7pXFD/ZLAR8YL B5jKybvQKdDvMCAr6jZ1qVA+OoqdBwQ8rhUzxpRGYIE9chHXQvO8NHXMytf4NZ8UpV5H QgRA== X-Gm-Message-State: AOAM532S0mxhXZFlVdxFAAqtkEWNs422lejCQedr3ToJm4qh80Z++c1H 1xAiQlZGO9a3S5sgqOLi4axWzH9LxQ1XSA== X-Google-Smtp-Source: ABdhPJxPGEdaYS85NbniH5MZkpcsHdr9rPJ7T2FUxc6WS37ClEIse27bBIbOadX7RVB/ZX5GI4Sw0A== X-Received: by 2002:a05:600c:4e01:: with SMTP id b1mr30393227wmq.109.1639311632309; Sun, 12 Dec 2021 04:20:32 -0800 (PST) Received: from hex.int.rpsys.net ([2001:8b0:aba:5f3c:dd:524c:81ce:484c]) by smtp.gmail.com with ESMTPSA id e3sm7557515wrp.8.2021.12.12.04.20.31 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 12 Dec 2021 04:20:32 -0800 (PST) From: Richard Purdie To: openembedded-core@lists.openembedded.org Subject: [PATCH 1/2] lttng-ust: upgrade 2.13.0 -> 2.13.1 Date: Sun, 12 Dec 2021 12:20:30 +0000 Message-Id: <20211212122031.734474-1-richard.purdie@linuxfoundation.org> X-Mailer: git-send-email 2.32.0 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 ; Sun, 12 Dec 2021 12:20:35 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/159580 Signed-off-by: Richard Purdie --- .../lttng/{lttng-ust_2.13.0.bb => lttng-ust_2.13.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-kernel/lttng/{lttng-ust_2.13.0.bb => lttng-ust_2.13.1.bb} (95%) diff --git a/meta/recipes-kernel/lttng/lttng-ust_2.13.0.bb b/meta/recipes-kernel/lttng/lttng-ust_2.13.1.bb similarity index 95% rename from meta/recipes-kernel/lttng/lttng-ust_2.13.0.bb rename to meta/recipes-kernel/lttng/lttng-ust_2.13.1.bb index 7c6a0743e17..82e544a4b92 100644 --- a/meta/recipes-kernel/lttng/lttng-ust_2.13.0.bb +++ b/meta/recipes-kernel/lttng/lttng-ust_2.13.1.bb @@ -34,7 +34,7 @@ SRC_URI = "https://lttng.org/files/lttng-ust/lttng-ust-${PV}.tar.bz2 \ file://0001-Makefile.am-update-rpath-link.patch \ " -SRC_URI[sha256sum] = "54e4c933679cf6a07971dc5861ce57fc4876ab740ab612407b30b5fc85371750" +SRC_URI[sha256sum] = "5667bf0269e1e62e2d9cb974c456ff86e0401bd7aa3bfc8d5fdb97233249eddc" CVE_PRODUCT = "ust" From patchwork Sun Dec 12 12:20:31 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Richard Purdie X-Patchwork-Id: 872 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 17B34C433F5 for ; Sun, 12 Dec 2021 12:20:36 +0000 (UTC) Received: from mail-wr1-f43.google.com (mail-wr1-f43.google.com [209.85.221.43]) by mx.groups.io with SMTP id smtpd.web09.33418.1639311634550357065 for ; Sun, 12 Dec 2021 04:20:34 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@linuxfoundation.org header.s=google header.b=VOYhxHKE; spf=pass (domain: linuxfoundation.org, ip: 209.85.221.43, mailfrom: richard.purdie@linuxfoundation.org) Received: by mail-wr1-f43.google.com with SMTP id c4so22574236wrd.9 for ; Sun, 12 Dec 2021 04:20:34 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linuxfoundation.org; s=google; h=from:to:subject:date:message-id:in-reply-to:references:mime-version :content-transfer-encoding; bh=vqP6wJ4B5Dizwp5a+226tMDtbAFsKzDY5ABYcfknMME=; b=VOYhxHKEgIaLQ1nLMz9+8T/umTifdiXqgSpAOL5trpb+Jglq9k9O95hjk4pduGt71q +DeGEC6y4zlsj2nasK+pgjsM9vG+1u3cYPeS21tgklrZ6hewrTT8ndvTbaQ8AuWTnRR7 ojz75ORK8+TiCrlteoYtfc+Xmoafytu3+l4yw= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=vqP6wJ4B5Dizwp5a+226tMDtbAFsKzDY5ABYcfknMME=; b=ifBG1dQpfdjowSaEgiPtVofa6eSmHF9oiQpeCF5O3Ru69Y7lpnhBYSdqMxtessCy67 2ZSZwSFV7/mFQY9cPCcPtwshOymaIQ2QHkqjiG/hUZ+dtyACL9PP7YHsF0exCiTEXEBX xSiT6XJwG8a+pa98HewSFiQmFMjTpyrQACLfKtDTHDek3baSmuVz0P1e6yPT3WUC3go6 SHWVDj7FbLR+2JDlivNADGDTIpBKQYscHj2rds433vHNR9RPoXwbluq/CrmFHRrI9wwM 5cVD4BuC+5xxwkVPQJrrsN5R3YGrzW7Wjswt5ktjyHdMGccnvOt4ZZdZVMQPYZrr2zp6 rEnw== X-Gm-Message-State: AOAM533Iit05PWvSgaaCNltgP+WMO8Hu60SsBPE9eyMVqr5CeXCM2UPU L78Eikn2Hqd0inZXUPNJ/4HL97ss4i1j1g== X-Google-Smtp-Source: ABdhPJzQRpTycikclXyz9TWOSOhGvse/oj9WOvZzDZTB3Xcv83+5BhhT/z+VrwcseXdFxTfavs38IA== X-Received: by 2002:a5d:4e10:: with SMTP id p16mr24870989wrt.454.1639311632688; Sun, 12 Dec 2021 04:20:32 -0800 (PST) Received: from hex.int.rpsys.net ([2001:8b0:aba:5f3c:dd:524c:81ce:484c]) by smtp.gmail.com with ESMTPSA id e3sm7557515wrp.8.2021.12.12.04.20.32 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 12 Dec 2021 04:20:32 -0800 (PST) From: Richard Purdie To: openembedded-core@lists.openembedded.org Subject: [PATCH 2/2] patchelf: upgrade 0.14.2 -> 0.14.3 Date: Sun, 12 Dec 2021 12:20:31 +0000 Message-Id: <20211212122031.734474-2-richard.purdie@linuxfoundation.org> X-Mailer: git-send-email 2.32.0 In-Reply-To: <20211212122031.734474-1-richard.purdie@linuxfoundation.org> References: <20211212122031.734474-1-richard.purdie@linuxfoundation.org> 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 ; Sun, 12 Dec 2021 12:20:36 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/159581 Signed-off-by: Richard Purdie --- .../patchelf/{patchelf_0.14.2.bb => patchelf_0.14.3.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/patchelf/{patchelf_0.14.2.bb => patchelf_0.14.3.bb} (91%) diff --git a/meta/recipes-devtools/patchelf/patchelf_0.14.2.bb b/meta/recipes-devtools/patchelf/patchelf_0.14.3.bb similarity index 91% rename from meta/recipes-devtools/patchelf/patchelf_0.14.2.bb rename to meta/recipes-devtools/patchelf/patchelf_0.14.3.bb index 2cd51298435..5d41c5edfe7 100644 --- a/meta/recipes-devtools/patchelf/patchelf_0.14.2.bb +++ b/meta/recipes-devtools/patchelf/patchelf_0.14.3.bb @@ -7,7 +7,7 @@ LICENSE = "GPLv3" SRC_URI = "git://github.com/NixOS/patchelf;protocol=https;branch=master \ file://handle-read-only-files.patch \ " -SRCREV = "2ac5798fdc79762ceee520b2b3b4758f7f97b17e" +SRCREV = "bf3f37ec29edcdb3e2a163edaf84aeece39f8c9d" S = "${WORKDIR}/git"