From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp11.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms9.migadu.com with LMTPS id kAjQFBopL2SRdAAASxT56A (envelope-from ) for ; Thu, 06 Apr 2023 22:18:34 +0200 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp11.migadu.com with LMTPS id eDkHFRopL2RMBAEA9RJhRA (envelope-from ) for ; Thu, 06 Apr 2023 22:18:34 +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 3725364B4 for ; Thu, 6 Apr 2023 22:18:34 +0200 (CEST) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pkW3d-0006hL-Af; Thu, 06 Apr 2023 16:18:09 -0400 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 1pkW3Y-0006gj-Jv for guix-patches@gnu.org; Thu, 06 Apr 2023 16:18:06 -0400 Received: from debbugs.gnu.org ([209.51.188.43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1pkW3W-0005YY-LV for guix-patches@gnu.org; Thu, 06 Apr 2023 16:18:04 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1pkW3W-0003LI-G5 for guix-patches@gnu.org; Thu, 06 Apr 2023 16:18:02 -0400 Subject: bug#62243: [PATCH] gnu: guile-3.0-latest: Add patch for invalid unicode handling. Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Thu, 06 Apr 2023 20:18:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 62243 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Christopher Baines Cc: 62243-done@debbugs.gnu.org Mail-Followup-To: 62243@debbugs.gnu.org, ludo@gnu.org, mail@cbaines.net Received: via spool by 62243-done@debbugs.gnu.org id=D62243.168081227712819 (code D ref 62243); Thu, 06 Apr 2023 20:18:02 +0000 Received: (at 62243-done) by debbugs.gnu.org; 6 Apr 2023 20:17:57 +0000 Received: from localhost ([127.0.0.1]:55263 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pkW3Q-0003Kh-UV for submit@debbugs.gnu.org; Thu, 06 Apr 2023 16:17:57 -0400 Received: from eggs.gnu.org ([209.51.188.92]:35008) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pkW3O-0003KO-Gj for 62243-done@debbugs.gnu.org; Thu, 06 Apr 2023 16:17:54 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pkW3H-0005UZ-B9; Thu, 06 Apr 2023 16:17:48 -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=DaAwKD+zODF+Uep5WsWxZo7LQ7ZLWyz6Xr+ooQe7ePM=; b=Cks+koOiohMGVJCuLypH 3O0Re2rOQJ3PInT6u0X0gE16MvFklXq3/aiBm/U/5LQVWuBwcBWaKSYEjkV85Oj9tmfDAngGEbOZG D760dVEaE9XQrJoJ0zuhWxHzX2tJImt3dq/KBoqsQXixOluF+LNdo56BImiXn+MkyFDuYwXR2gBky Uk9ZIBElfVXw8k1LYujuXCJhv2v1NOjnyMHloYSaG3aADwjEZgH3EDyDZaZ7WYscc61dQ7oLSU54U 3TOoXXXQblqKY3Ek8RrXgpv8NPGk3zI1lFx7QfQ8ngAtKQEpzjvXNf+sqItx719fFoO87lPaZ+Obz zjENfGwanrJ2SA==; Received: from 91-160-117-201.subs.proxad.net ([91.160.117.201] helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pkW3G-0007P5-VE; Thu, 06 Apr 2023 16:17:47 -0400 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <20230317145828.20404-1-mail@cbaines.net> <87edpjq03o.fsf@gnu.org> <87v8iv4p77.fsf@cbaines.net> Date: Thu, 06 Apr 2023 22:17:45 +0200 In-Reply-To: <87v8iv4p77.fsf@cbaines.net> (Christopher Baines's message of "Mon, 20 Mar 2023 11:49:24 +0000") Message-ID: <87mt3khija.fsf_-_@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.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-bounces+larch=yhetil.org@gnu.org X-Migadu-Country: US X-Migadu-Flow: FLOW_IN ARC-Seal: i=1; s=key1; d=yhetil.org; t=1680812314; a=rsa-sha256; cv=none; b=Cla3giARsJ8TCNt+n8mPhGR0frtlCJ7KLV5x36mrR8MfM1qQE+BB7EFJzTfSvNpZwzWTNs kZsg1bLtjfk5FHc/C0OIZc3ji5C4pYJb4Z9Gvy/OGF9fNUhUd89w+CLPD7CBwZ1mXQuBbI AkPsoqMrzl0+fmOLK00Lv8acH8njlGyvePIjXTyW7WQ45paSIhwpDCtq4YJngoO/1AIlod D+wlTL43RAV02eF8t6POA4J5VJie04LlVj3NRGXX7lsdXdW4GovLD8gPzlbdARg1iQzRSY Z5COZsYvApEIJLyQHu/t+iC7S37l9GAh2pfhnkI+opR6UT8sS5D8qUHBlh7H6w== 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=Cks+koOi; 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" ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1680812314; 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=DaAwKD+zODF+Uep5WsWxZo7LQ7ZLWyz6Xr+ooQe7ePM=; b=Lsp3rX0rlh64MKQcqPHYImE6GHMFZONV5+cWZIHiirsAJ2wRHi5jfk/VNhzZuK968AE3j1 Igmnkbxv6WWWsrApX/hdXFOJg/nOdIJ9GPg2lSKFXR/gCRhYkOfVyuWjjsZhTkm022BNB2 hP13Q+ptq1+jOCXENAcTh4AVVxbR91ocMVCy4PzlUyIE1Z4YHMWtxeTdURyrAw0mnDdHZd JLXcywGUWAp9pO/e9X+hhoKSjM8ZvlPHJJPbvCOD1nZJDhRpQtFEocMFQn5fdUqaGfOCzO h1fRTaOuk/vBIYLxDEZi1Cyfs970ApGzFdCyJDPZ3VMtHXUXPZqdkFIgT3ahZw== Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=Cks+koOi; 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-Scanner: scn0.migadu.com X-Migadu-Spam-Score: -4.92 X-Spam-Score: -4.92 X-Migadu-Queue-Id: 3725364B4 X-TUID: LP0EPSmrnm2U This patch was pushed in Guix commit e970e9149d4e327fd72e6b40f93fa9f8c2c09c07. Closing! Ludo=E2=80=99.