From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp1.migadu.com ([2001:41d0:403:58f0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms8.migadu.com with LMTPS id MGJlCGLmwGUxvAAA62LTzQ:P1 (envelope-from ) for ; Mon, 05 Feb 2024 14:45:06 +0100 Received: from aspmx1.migadu.com ([2001:41d0:403:58f0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp1.migadu.com with LMTPS id MGJlCGLmwGUxvAAA62LTzQ (envelope-from ) for ; Mon, 05 Feb 2024 14:45:06 +0100 X-Envelope-To: larch@yhetil.org Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=posteo.net header.s=2017 header.b=UEdiGzHV; 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"; dmarc=fail reason="SPF not aligned (strict)" header.from=posteo.net (policy=none) ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1707140706; 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: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=kPBd01LiDupMYr3TRZlHyBJ1dsVeYYEZ1uvZAlN8wsk=; b=HIJ8uGbt8pkR1xHeqfKhcZZlGeKu79DEoX2DSbygpe+wK4lmNAEjjGMHpRMsoV1ueAkXGV yiPS7DjMYZcC0pdsmasxbNXUgUPVApblEVEAUV65nR/IwZtN0MnbrFPJoHGIJV0q8ipGV/ zsJcrhDgxJClKd3/so8RgG4cxCsfrtumcybXoycdC+0iUGubg7F3/L/zdtLhYMhbEdFglB db3yeyfwigNTu/nlMyvYW1YjcrNydjpqImM4hdtaXYMn811TUY1YnUdC61G/6o6zeTATwn hEtWQphtowDj+mmt2pVtlaZVg4Zyy3m2rN61TtFPzrD7JHStdpLp5o/IPUXnMw== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=posteo.net header.s=2017 header.b=UEdiGzHV; 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"; dmarc=fail reason="SPF not aligned (strict)" header.from=posteo.net (policy=none) ARC-Seal: i=1; s=key1; d=yhetil.org; t=1707140706; a=rsa-sha256; cv=none; b=MvhT+uB4VGnfxOSI/5A7U0J550WQKNLMdpvPYp5/EQlXfSpjiRhBakhyWCHe5fbJB3PnNu yGD8qOmZZy6hG6SdxXhP+EPW0BTIA0eXUSHE27U4f4GY30op79Gcr2Zm5bOYqPNpFHJo9L WeRkWXztPMPd3we/wVlRb6JqAcq56GX9qzDo9n3hf+H2fcuNj/nyL2x/HLiih2aBf7LMOa vUO9qEr37uMPCcBb1QxuUaILSXQgE9p6FhuVGVCJxIuIGe6Zdri5OV+kHBDP/s3pv4oAHU 0nN894oqqlhPmoG6/udFJZ3xI9M8HArFCKs1Y75KuH+bjm81T9Qt3ptIYsLeBg== 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 DA27A5960B for ; Mon, 5 Feb 2024 14:45:05 +0100 (CET) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1rWzHK-00076D-Qy; Mon, 05 Feb 2024 08:44:54 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rWzHH-00075A-48 for guix-patches@gnu.org; Mon, 05 Feb 2024 08:44:51 -0500 Received: from debbugs.gnu.org ([2001:470:142:5::43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1rWzHF-0000vJ-FF for guix-patches@gnu.org; Mon, 05 Feb 2024 08:44:50 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1rWzHR-0002J5-Vk for guix-patches@gnu.org; Mon, 05 Feb 2024 08:45:01 -0500 Subject: bug#68933: [PATCH]: Update Nyxt to 3.11.2 Resent-From: Guillaume Le Vaillant Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Mon, 05 Feb 2024 13:45:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 68933 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: =?UTF-8?Q?Andr=C3=A9?= A. Gomes Cc: 68933-done@debbugs.gnu.org Mail-Followup-To: 68933@debbugs.gnu.org, glv@posteo.net, andremegafone@gmail.com Received: via spool by 68933-done@debbugs.gnu.org id=D68933.17071406738809 (code D ref 68933); Mon, 05 Feb 2024 13:45:01 +0000 Received: (at 68933-done) by debbugs.gnu.org; 5 Feb 2024 13:44:33 +0000 Received: from localhost ([127.0.0.1]:50811 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rWzGz-0002I1-4S for submit@debbugs.gnu.org; Mon, 05 Feb 2024 08:44:33 -0500 Received: from mout01.posteo.de ([185.67.36.65]:55051) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rWzGx-0002Hn-TF for 68933-done@debbugs.gnu.org; Mon, 05 Feb 2024 08:44:32 -0500 Received: from submission (posteo.de [185.67.36.169]) by mout01.posteo.de (Postfix) with ESMTPS id 966A0240028 for <68933-done@debbugs.gnu.org>; Mon, 5 Feb 2024 14:44:13 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1707140653; bh=kPBd01LiDupMYr3TRZlHyBJ1dsVeYYEZ1uvZAlN8wsk=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version:Content-Type: From; b=UEdiGzHV9N2khzDz+4B0dPGPcA56E/BhxZu8kdR+hDNFtRcQc4DlthouNqgijWA6b 7J7Uskb6OCENoV8uDvK6jX8dhItKsNFqMKmxCTS8t0sJ7gqranwhisntS6Dh5Pu2sO A1m+vYf6cJKtfvDl6hZ4ogeL0joU4i49g3NCspw2H1BYcWGIWBUXvbP+cDyYq8eHF6 unbaTfyEJCdqfJNiXHMThZ8rIJRRJTXh5srft6KbkhVGUFlCZGB7L44TtysTrsfJK8 4eYtBMDoIYlgLsgeL90lW8ipE+AmOsQYD96ub4NCLcqRkzkpruDl58wF32I7KYq/i2 KNujQ8ndsS3Tg== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4TT6zx0Cr2z6txp; Mon, 5 Feb 2024 14:44:12 +0100 (CET) References: <87plxbi5r7.fsf@gmail.com> From: Guillaume Le Vaillant Date: Mon, 05 Feb 2024 13:43:36 +0000 In-reply-to: <87plxbi5r7.fsf@gmail.com> Message-ID: <87o7cvxbyr.fsf@kitej> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" 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-bounces+larch=yhetil.org@gnu.org X-Migadu-Flow: FLOW_IN X-Migadu-Country: US X-Migadu-Spam-Score: 1.71 X-Migadu-Queue-Id: DA27A5960B X-Spam-Score: 1.71 X-Migadu-Scanner: mx11.migadu.com X-TUID: lu2GjcAULA6I --=-=-= Content-Type: text/plain Patch applied as 393c5260895f1af643c0663389a0e8986a4f0e20. Thanks. --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iIQEAREKAC0WIQTLxZxm7Ce5cXlAaz5r6CCK3yH+PwUCZcDmLA8cZ2x2QHBvc3Rl by5uZXQACgkQa+ggit8h/j8LYAD46zK9S3GT2k3K3a2v2pRhYbv6xfUgGjz1pGb9 X0wTLAEAoUGLGl2NY1Zjt62YGGAFfFB89a85jhSxui2X/UiF+0k= =pI9Q -----END PGP SIGNATURE----- --=-=-=--