From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp2 ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms0.migadu.com with LMTPS id SAgmB6//emEsugAAgWs5BA (envelope-from ) for ; Thu, 28 Oct 2021 21:53:19 +0200 Received: from aspmx1.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp2 with LMTPS id cKfWAq//emEmSAAAB5/wlQ (envelope-from ) for ; Thu, 28 Oct 2021 19:53:19 +0000 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 5B9739623 for ; Thu, 28 Oct 2021 21:53:18 +0200 (CEST) Received: from localhost ([::1]:37642 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mgBSf-0002yb-96 for larch@yhetil.org; Thu, 28 Oct 2021 15:53:17 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:46778) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mgBMd-00081I-R2 for guix-patches@gnu.org; Thu, 28 Oct 2021 15:47:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:41755) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1mgBMd-0002wg-HS for guix-patches@gnu.org; Thu, 28 Oct 2021 15:47:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1mgBMc-0002Nw-Fs for guix-patches@gnu.org; Thu, 28 Oct 2021 15:47:02 -0400 Subject: bug#51332: [PATCH 0/2] Detect early and gracefully handle invalid Texinfo Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Thu, 28 Oct 2021 19:47:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 51332 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 51332-done@debbugs.gnu.org Mail-Followup-To: 51332@debbugs.gnu.org, ludo@gnu.org, ludo@gnu.org Received: via spool by 51332-done@debbugs.gnu.org id=D51332.16354503859119 (code D ref 51332); Thu, 28 Oct 2021 19:47:02 +0000 Received: (at 51332-done) by debbugs.gnu.org; 28 Oct 2021 19:46:25 +0000 Received: from localhost ([127.0.0.1]:53299 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mgBM0-0002Mz-Ut for submit@debbugs.gnu.org; Thu, 28 Oct 2021 15:46:25 -0400 Received: from eggs.gnu.org ([209.51.188.92]:49234) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mgBLy-0002Mj-Cl for 51332-done@debbugs.gnu.org; Thu, 28 Oct 2021 15:46:23 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:33762) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mgBLt-0002ml-2F for 51332-done@debbugs.gnu.org; Thu, 28 Oct 2021 15:46:17 -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=Un2qGNBKg4OC8QIbDGKOuq6OLA1okPXfyzBkPLaM9Bw=; b=j/yt/Uz9paVrCbELlZi3 2jVO1CWcqmWhpJHwTMJMklip59YMX2FtdyNs1r/M2tCqLcJAW0GrEBs5dwSCo4yncGUZ893+8xkjU dURVrlKDLHVwHauUT5sw567G5lRKFLbPlW6WOg6zLxIc02koxXwfy6p/UWYdbtydblIuwhmqI9Ymj 1LPmeT4jFdQVWbayx1WNK6gTY9xUCOQSIvaoKsZbqyje9FdcGks4973oQPfDJ2juMCvnTYl3iz8xY xFqaiOB1KkX7D0WAtLDOhunfCneD3bXOMdX3hgGgzq3chm829Goyb8gsXs4oik8DIjTtPva3LlOM9 KPJrdsWbCCMIqQ==; Received: from 91-160-117-201.subs.proxad.net ([91.160.117.201]:54866 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mgBLs-0008SE-ML for 51332-done@debbugs.gnu.org; Thu, 28 Oct 2021 15:46:16 -0400 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <20211022124052.28197-1-ludo@gnu.org> Date: Thu, 28 Oct 2021 21:46:14 +0200 In-Reply-To: <20211022124052.28197-1-ludo@gnu.org> ("Ludovic =?UTF-8?Q?Court=C3=A8s?="'s message of "Fri, 22 Oct 2021 14:40:52 +0200") Message-ID: <87fssl3pbt.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 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1635450798; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to: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=Un2qGNBKg4OC8QIbDGKOuq6OLA1okPXfyzBkPLaM9Bw=; b=eKJEJ0qhF3lFAOUDDp1GUcy0WxwbO+74bIsg8KubH7RT0ZsP7dEgEKgifLrVhVoARB5K/P WhXjvKddbI/msSYLmbZMGUAPw+LQ0bkUPP3Syj8TNViTYiFP/j4MGHrf+fscdXqo1bg6tL CJpju5g1ZWULzTVsFxTPl7XsDO03xM+CJtgcHvuxgogAOZhWIGSi71rswKEVWA29iHqh1I J3/iArSx88OD0+RRI6e2rwXBJE+KIcLeed+RSfNZ4epB4b5BBvhR4GIHRjCS40C5k58PMp x1UkIOOdchRVFNvvlA8EaHaRR5B8WnVAXSenHiq5ItOfg2Vv7REHMVuy7TVUmA== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1635450798; a=rsa-sha256; cv=none; b=KU2tSRjXoy0i0pr3LqAr+E8qvno9AZUYFu4oaEIkmL9v7VY7vtPL6x6R29FCRVti4BZEyJ FlZdFtmwS5zEtN0475SzSYeiYbnuoCAYwoTZyCX+bvR8xPD+zHzYvS5DDxim4QpTWCXqjy M1pKcZzSPm00i08E3yG6uFk5cem0xKF6G5TL0TghbFNdJIbuRMZcyKN13o80ie4ZjyqIUv zMNIkuwpE2wO9PfOeU2UXZWGof5FWPqo0EGFuVhrwfWJkXTk4V5BW626TK2Gc9YFZu8cl4 6SGkT8ZcYlb8qGy1nHpYPmlbGuDtJR16YIiAP1rPVUJFXlUp9dg43lPTodF6JQ== 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="j/yt/Uz9"; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of guix-patches-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-patches-bounces@gnu.org X-Migadu-Spam-Score: -3.56 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b="j/yt/Uz9"; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of guix-patches-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-patches-bounces@gnu.org X-Migadu-Queue-Id: 5B9739623 X-Spam-Score: -3.56 X-Migadu-Scanner: scn0.migadu.com X-TUID: tLhPGIDm81// Ludovic Court=C3=A8s skribis: > ui: Gracefully handle invalid Texinfo markup in package blurbs. > packages: Optionally validate Texinfo markup at expansion time. Pushed as e171182a20962c4119e12439b92bbbfd59b1495e! Ludo'.