From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp11.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms5.migadu.com with LMTPS id KFqfH1oIgWJNuQAAbAwnHQ (envelope-from ) for ; Sun, 15 May 2022 16:04:10 +0200 Received: from aspmx1.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp11.migadu.com with LMTPS id 2HR6H1oIgWIpNgAA9RJhRA (envelope-from ) for ; Sun, 15 May 2022 16:04:10 +0200 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 11D2AC916 for ; Sun, 15 May 2022 16:04:10 +0200 (CEST) Received: from localhost ([::1]:50212 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nqEqv-0002Kt-7I for larch@yhetil.org; Sun, 15 May 2022 10:04:09 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:32910) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nqEqo-0002K9-92 for guix-patches@gnu.org; Sun, 15 May 2022 10:04:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:56437) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1nqEqo-00088i-0J for guix-patches@gnu.org; Sun, 15 May 2022 10:04:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1nqEqn-0005yp-Qd for guix-patches@gnu.org; Sun, 15 May 2022 10:04:01 -0400 Subject: bug#54066: [PATCH]: Update mesa to 21.3.6 (fixup release) Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Sun, 15 May 2022 14:04:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 54066 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Ekaitz Zarraga , "Wamm K. D" Cc: 54522-done@debbugs.gnu.org, 54066-done@debbugs.gnu.org Mail-Followup-To: 54066@debbugs.gnu.org, ludo@gnu.org, ekaitz@elenq.tech Received: via spool by 54066-done@debbugs.gnu.org id=D54066.165262342222952 (code D ref 54066); Sun, 15 May 2022 14:04:01 +0000 Received: (at 54066-done) by debbugs.gnu.org; 15 May 2022 14:03:42 +0000 Received: from localhost ([127.0.0.1]:50333 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nqEqU-0005y3-BK for submit@debbugs.gnu.org; Sun, 15 May 2022 10:03:42 -0400 Received: from eggs.gnu.org ([209.51.188.92]:39520) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nqEqS-0005xm-8P; Sun, 15 May 2022 10:03:40 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:47774) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nqEqM-00086u-Fj; Sun, 15 May 2022 10:03:34 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=GDEp1HSgoY86UmOismWkJjoSzo3tcSnXLAhoCzcsCGQ=; b=WZ+iE1SMBdvMEAFtGNI9 tb/MyL0X7+DoGfkIBAp9RRTmaKUS98LrKefNzUgL+ZXOkx9m/+kKv/pJhIOEzUzGjdo5L17gdwfGQ g/tW1ErDfZfVv9EQbPSernS5vQMNP1iMkw+BwkLNbPY9yJNoHV/fq7IapGlZbSQZA4Z7PQzND5XEu +E136bS458z8DuguM4mZ/Tpj8mOM9/oMA0kpmIOb022lTqtxR+BRj3re/nzAgB/0FC6tfrwfrNe18 N07TXUm/OQki/2a6GKoqIEnGJhnHNt4LtF6UP9K6CHe0iDov5BARe/3SDBYemVx++WOkbw3naV69m dTUYQLY65VMBGw==; Received: from 91-160-117-201.subs.proxad.net ([91.160.117.201]:55946 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nqEqM-0003KC-0s; Sun, 15 May 2022 10:03:34 -0400 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: Date: Sun, 15 May 2022 16:03:31 +0200 In-Reply-To: (Ekaitz Zarraga's message of "Sat, 19 Feb 2022 16:45:10 +0000") Message-ID: <87h75qevv0.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: "Guix-patches" X-Migadu-Flow: FLOW_IN X-Migadu-To: larch@yhetil.org X-Migadu-Country: US ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1652623450; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding:resent-to: resent-from:resent-sender:resent-message-id:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=GDEp1HSgoY86UmOismWkJjoSzo3tcSnXLAhoCzcsCGQ=; b=iQYg1cFji2dITZpD6NxQhsjoSqUiq6QrWZkHxfyRO+n/DJHxKKjN64Qc4Brltnn8+LUaqw 3Xa5ziNU25R+AiHiZ3tSKag+W2Rc6TXkk8puslY0glXv1j61vM7xQY0w1cNxa6z2ZqJJgL l2hQcp7iG8fJPjjgvqcMf1m10JUVQKAlphHEOotc1RkEEhmE/aVqeWfTny8t+/ohH4vNpq zd5dJvUur0JzQBiTlYcbWLWV5l1qpVq1gYxAsvlzo8eSO43HfeIAYtfJDkykK9CRhiDqKH huci/VMPsPPIjxP1U3X+3pm885VuiNJ/1PKUXeZPhH18rGUm6/ZlCMYuLuyyIQ== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1652623450; a=rsa-sha256; cv=none; b=s/P+4+fyUt6uqyaaNfc1zhBpzoKGt3GYcoVsiOpbB13qFIii4WXM/KQj7Ox6qMDuPfUxwl bb1ndrIXASkDSp0LR54XXU1NAH61s90XzALro4zY7JLwantjcV81hM0MqPGd1lxgIT43rN 9rpO/Bk+vsPLCXMab/xE3JG/qdiUGgUV2AOE0DOA2xl7PtNGgidINAeiUqV7xGlb3VwTK8 vo4bKJDPrJhKIIZr25zzBt72AMnMzygNAmgC9s8aPpf8+1XzpfUE4CXP9EezAqEA7zfXiw Ogum2HTzHnSBuALYfBeTKx9IXlDhRpJSyRIKHVHKciIJuoPinteSAW2xGW2o5w== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=WZ+iE1SM; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-Migadu-Spam-Score: -3.93 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=WZ+iE1SM; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-Migadu-Queue-Id: 11D2AC916 X-Spam-Score: -3.93 X-Migadu-Scanner: scn1.migadu.com X-TUID: 8ucKOFvOyCOD Hi, I updated Mesa to 21.3.8 on =E2=80=98staging=E2=80=99 in commit d0951c288b97db42c470506ec62f4e14a76774b1. Sorry that it took so long! Ludo=E2=80=99.