From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp12.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms5.migadu.com with LMTPS id 4CFENwHysmL4gAAAbAwnHQ (envelope-from ) for ; Wed, 22 Jun 2022 12:42:09 +0200 Received: from aspmx1.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp12.migadu.com with LMTPS id QML9NgHysmK6MQEAauVa8A (envelope-from ) for ; Wed, 22 Jun 2022 12:42:09 +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 A1B0B29D78 for ; Wed, 22 Jun 2022 12:42:09 +0200 (CEST) Received: from localhost ([::1]:48632 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1o3xoG-0007Ve-Cy for larch@yhetil.org; Wed, 22 Jun 2022 06:42:08 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:47500) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o3xoA-0007VP-LT for guix-patches@gnu.org; Wed, 22 Jun 2022 06:42:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:40239) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1o3xoA-0003rf-DI for guix-patches@gnu.org; Wed, 22 Jun 2022 06:42:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1o3xoA-0000Y0-Ax for guix-patches@gnu.org; Wed, 22 Jun 2022 06:42:02 -0400 Subject: bug#53581: [PATCH 1/8] gnu: libdrm: Update to 2.4.109. Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Wed, 22 Jun 2022 10:42:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 53581 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: phodina Cc: "53581@debbugs.gnu.org" <53581-done@debbugs.gnu.org> Mail-Followup-To: 53581@debbugs.gnu.org, ludo@gnu.org, phodina@protonmail.com Received: via spool by 53581-done@debbugs.gnu.org id=D53581.16558944952060 (code D ref 53581); Wed, 22 Jun 2022 10:42:02 +0000 Received: (at 53581-done) by debbugs.gnu.org; 22 Jun 2022 10:41:35 +0000 Received: from localhost ([127.0.0.1]:34135 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o3xnj-0000XA-Kr for submit@debbugs.gnu.org; Wed, 22 Jun 2022 06:41:35 -0400 Received: from eggs.gnu.org ([209.51.188.92]:34232) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o3xnh-0000Wx-CV for 53581-done@debbugs.gnu.org; Wed, 22 Jun 2022 06:41:33 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:37916) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o3xna-0003px-Eg; Wed, 22 Jun 2022 06:41:26 -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=9+orubnhKO5aH+PiE8NwsnA6bfKRbwro57AgRgm+6WY=; b=ZUEEFB57oQAf7NfBbpdR +F/bPW2mOPd2X57jGrCOhnHmF3hgbAiV6c39l/VTNRlAnp4xwgcYb3toB3SxpP3xpc6UP3K/rn2mE I7rMGMVbInIN7jjnwqnuY6tRW18e1/4Cs56th92vMW3+Z4JYrbGr+xcCRdLNdPHftygmZvtqvDJOp jnUabUUv6X9H8LAZnKDTVOgjwevz4XIgCrgArLD+yEH9Wgu7+gvxBmYfTvkc6UbLixDVbvgltugh2 QjUY3w72H1BQNYCuomKej/g3b/l8TGx7Ap+xu5FSJXNLIDW2cz+ccx9aHzza2vzMJKWa5nseFvpSD B2lnRFYFq3F/EQ==; Received: from 91-160-117-201.subs.proxad.net ([91.160.117.201]:49730 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o3xnY-0003lb-QF; Wed, 22 Jun 2022 06:41:26 -0400 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <7U75mJwuMozmmOSbE6jPz5UrIx08kyE5iIOHD_WwBblqt9L0zlDywRhgshVYog8pN57T5thVGPTMRfsaVQXP8rTRKylpmikuJzJcxjNAom0=@protonmail.com> <87o7ym60qr.fsf@gnu.org> Date: Wed, 22 Jun 2022 12:41:23 +0200 In-Reply-To: <87o7ym60qr.fsf@gnu.org> ("Ludovic =?UTF-8?Q?Court=C3=A8s?="'s message of "Tue, 21 Jun 2022 07:31:40 +0200") Message-ID: <87edzh3rqk.fsf_-_@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1 (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=1655894529; 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=9+orubnhKO5aH+PiE8NwsnA6bfKRbwro57AgRgm+6WY=; b=D93jTPnI/4slDV5UeoU9UbDqBdvT6r39J+oRqnKd/tYsW0oJq08blYzWbaEan+WraQz6i1 ZoZxvmaXgOwuaV1f3fOTOrazPY5v91gV3/adwc7a0ZfjTpQfJ358pQ3t2ITa0XJqX5rj7f VNAMvV1q/NoJmHqBUwWnwY/RmeVJ92z3NbUvvTmtp+8npd2H+r9ONhIlc2HfW0W3drgnPn DapQnRdgYPhbBn6pvqQYFEfn3Eq1+2j8D920nqMO+Mc5frCu8jybisuOOUfyqkzjIut9zV 19E13+p8WfOzzQXJl/3yJ4Oalx5DDK6IG3RJno5m3mNqEJgPcdYgqnsFxL67Dw== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1655894529; a=rsa-sha256; cv=none; b=OqoWWk8yOTFbr/Gfhnea2huVUXPnGNVRdR3ANHNX/Od6/6Fx4XkEDiLgheeBuhD7eDSRRn waUHpyLD0QD68CRvH8hxpgPYyeY8mj1dcvuSQU1YvTvNVMjqah/SRVT7TBwjYtKU1D0h8D YZAD/sQgPYk0Hn4wTfwGT9N0f4+kpOpIeXBMM80QOTDrpteLeHwHoLufuEAYkxJFQl8Wzc istfja4kHp1MfeN39Mcdu6SMBvk/SWHaBRJDcCwrRWDoxGX8018sXtvfksGsjt25e14h89 4ubHM9DnNzX/nbWct2g0pVtF+Tr4m+0vMxNK+D61g2Mj8blfWzSKWvEWHgu/Ww== 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=ZUEEFB57; 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: -4.96 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=ZUEEFB57; 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: A1B0B29D78 X-Spam-Score: -4.96 X-Migadu-Scanner: scn0.migadu.com X-TUID: ZXtbai8dWXAi Hi, Ludovic Court=C3=A8s skribis: > phodina skribis: > >> could somebody have a look at the patches? > > It all LGTM. > >> FIY: I will test them on the latest core-updates as some time has pasted= but recently openssl (both the 1.x.x and 3.x.x) is failing due to expired = certs so I'm waiting for 21.6.2022 as the new release with fixes should com= e and then I'll also rebase these patches. > > Same here: I was going to test them and then stumbled upon that OpenSSL > test failure. I=E2=80=99ll see if we can update it or workaround the iss= ue. Done: https://issues.guix.gnu.org/56137 I pushed the whole series as a589049e141588ebcf4079116e378d60b779f6b4 on =E2=80=98core-updates=E2=80=99. Note that not everything had been built by= the time I pushed, so please keep an eye on it and let me know if anything=E2=80=99s a= miss. Thanks and apologies for the delay! Ludo=E2=80=99.