From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp11.migadu.com ([2001:41d0:306:2d92::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms9.migadu.com with LMTPS id 2Nv7GFy5AmV5VgEA9RJhRA:P1 (envelope-from ) for ; Thu, 14 Sep 2023 09:42:20 +0200 Received: from aspmx1.migadu.com ([2001:41d0:306:2d92::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp11.migadu.com with LMTPS id 2Nv7GFy5AmV5VgEA9RJhRA (envelope-from ) for ; Thu, 14 Sep 2023 09:42:20 +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 3F343578C4 for ; Thu, 14 Sep 2023 09:42:20 +0200 (CEST) Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=rdklein.fr header.s=zoho header.b=CdOTmwPY; arc=reject ("signature check failed: fail, {[1] = sig:zohomail.eu:reject}"); 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=none ARC-Seal: i=2; s=key1; d=yhetil.org; t=1694677340; a=rsa-sha256; cv=fail; b=UYQwbJARy18MeVUHY4MV07n+u9YLyGIyRhB+5cdaxZl3+PH4R0NfCs1AoYShaVouR++0JF A6L1Pt8+9kRl+vs+rjQp3oX/45HVn3hAhHt2954LgGqoiDLF/nt3avgPfcICSk8zBpqrNb 7Tzab2/izAIBOWdjo3h9EI3o/2UV04AZoKQpjQIOjdZzxxbVnSrtrGTJbGFo+gpkE2sxXy AR2+IB9v2zHHDOhz2qM9CMg/8DsPF9ygxzaOeG05Fa1iEI45Pk5IXSGBYmALejiPqI1BfE GSLPDuQF59w9itB/9APiywlAJ12LxeuSn+25fedd84/ulymAEdsW03kpvQuFeA== ARC-Message-Signature: i=2; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1694677340; 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: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=+z4fE/XgLj7g1UnIUlj3BHf1B3naNOGH8SWDyFqv/FE=; b=plipJNV4IzESdnMwfVA5sleaFJnLdFLgg6QPWHYtr07+FHZJSSA8yP0O9/hZZGNssz9SWb UVJNmzzX397VKqA4/baPztlzC2hZaoWhwx0oPjv1kNBUxLJtn1M7poYPd3eyW/E6AD79gc NRklgH23dZGcq6tidQt/KlzeSxP9T6EpAfCxTbjBPfzLcXHUanzPNtQvNXHcgfPd6ISSMM KMnMpycHHR8YM1Rb2hR5endtSOr0mzUxlU71BCKC5laiAfDWiDftE/TsGwaZr2GcZBSyz+ 4JTeG779aPk9eGkfzHg1i6gjcqChbhQCIUOqs9KPcmYb9WXn9SZNs0xa+9J91g== ARC-Authentication-Results: i=2; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=rdklein.fr header.s=zoho header.b=CdOTmwPY; arc=reject ("signature check failed: fail, {[1] = sig:zohomail.eu:reject}"); 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=none Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qggz9-0006g6-JA; Thu, 14 Sep 2023 03:41:59 -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 1qggz7-0006aw-0h for guix-patches@gnu.org; Thu, 14 Sep 2023 03:41:57 -0400 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 1qggz6-0007AW-Od for guix-patches@gnu.org; Thu, 14 Sep 2023 03:41:56 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1qggzC-0007sh-DN for guix-patches@gnu.org; Thu, 14 Sep 2023 03:42:02 -0400 Subject: bug#65946: Acknowledgement ([PATCH 09/33] gnu: Add go-github-com-pierrec-lz4-v4.) Resent-From: Edouard Klein Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Thu, 14 Sep 2023 07:42:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 65946 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 65946-done@debbugs.gnu.org Mail-Followup-To: 65946@debbugs.gnu.org, edou@rdklein.fr, edk@beaver-labs.com Received: via spool by 65946-done@debbugs.gnu.org id=D65946.169467727130202 (code D ref 65946); Thu, 14 Sep 2023 07:42:02 +0000 Received: (at 65946-done) by debbugs.gnu.org; 14 Sep 2023 07:41:11 +0000 Received: from localhost ([127.0.0.1]:37110 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qggyM-0007r4-Gt for submit@debbugs.gnu.org; Thu, 14 Sep 2023 03:41:10 -0400 Received: from sender11-op-o11.zoho.eu ([31.186.226.225]:17001) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qggyK-0007qw-7l for 65946-done@debbugs.gnu.org; Thu, 14 Sep 2023 03:41:08 -0400 ARC-Seal: i=1; a=rsa-sha256; t=1694677260; cv=none; d=zohomail.eu; s=zohoarc; b=WeF0SAyxE+azit47id0qDwe5Y1FhyrPEg8uxEO/UD5+hPxVJoMe8odxzjx85lWAw7tHlWCnf0sR3QPJ2pKe8vhdUSOEF/gWUvmhI+hBN13orU9WI2fkT+mrXYxRNC4pxRIOqmX721DcvskoTPm7yRwqRz51Xx+xb1iVZdE3Vqww= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.eu; s=zohoarc; t=1694677260; h=Content-Type:Date:Date:From:From:In-Reply-To:MIME-Version:Message-ID:References:Subject:Subject:To:To:Message-Id:Reply-To:Cc; bh=+z4fE/XgLj7g1UnIUlj3BHf1B3naNOGH8SWDyFqv/FE=; b=GwhUft1vybX6wIvm6gjWi0bOS+JN03XusheF0JoeyhGIvZuCLFfA/88tic+NB/6WSRS2MWQ+DlN37+aY+nDLJYWuuwG6uKsyb33yiHRDSx6etkKX11PV2Qel7e+dUNmKd3L40oYSFxJIe+a9iNQzAZUg0OW0y+izjS0HqTNgNqs= ARC-Authentication-Results: i=1; mx.zohomail.eu; dkim=pass header.i=rdklein.fr; spf=pass smtp.mailfrom=edou@rdklein.fr; dmarc=pass header.from= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1694677260; s=zoho; d=rdklein.fr; i=edou@rdklein.fr; h=References:From:From:To:To:Subject:Subject:Date:Date:In-reply-to:Message-ID:MIME-Version:Content-Type:Message-Id:Reply-To:Cc; bh=+z4fE/XgLj7g1UnIUlj3BHf1B3naNOGH8SWDyFqv/FE=; b=CdOTmwPYx//jf+vyLwg5oWnQ/8eTrYLp5QxvORJiD+Ax2GAiCn+s3oVyUohqOzaY pZcVCY6AAvpQd+b+wSeGKhxvuV9zpFuhQy4K/noqOSiy7xuHNEwmV4OODi1mcven7hK jClEf2wNcW5CYaJQ9iG72Bqr7kr04D16no4xnAkDVo6+MQTittqfkNN9hTtk+Fx6SCz I69+v2SrjSuKBdfmxfy3zqXoY9lD1wRHyHJo2r/IfQhr8+bvZ0WbNBNIbj7MIP3jOUl 93dnBuvpyWjiKxvtiZb7SNQV44U+oS061Gu5Swwfd39M4cQA1CjExsbMNhGB8l1m+Na OIAHa02bDg== Received: from schwarzy (lfbn-idf3-1-667-244.w86-252.abo.wanadoo.fr [86.252.237.244]) by mx.zoho.eu with SMTPS id 1694677258497575.032883840669; Thu, 14 Sep 2023 09:40:58 +0200 (CEST) References: <77b81fc42d1de58aa4e9500b05956526db410f7e.1694675380.git.edk@beaver-labs.com> User-agent: mu4e 1.10.2; emacs 28.2 From: Edouard Klein Date: Thu, 14 Sep 2023 09:40:53 +0200 In-reply-to: Message-ID: <87sf7h5hiu.fsf@rdklein.fr> MIME-Version: 1.0 Content-Type: text/plain X-ZohoMailClient: External 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: -4.19 X-Spam-Score: -4.19 X-Migadu-Queue-Id: 3F343578C4 X-Migadu-Scanner: mx2.migadu.com X-TUID: aVpiDhixl4lH help-debbugs@gnu.org (GNU bug Tracking System) writes: > Thank you for filing a new bug report with debbugs.gnu.org. > > This is an automatically generated reply to let you know your message > has been received. > > Your message is being forwarded to the package maintainers and other > interested parties for their attention; they will reply in due course. > > As you requested using X-Debbugs-CC, your message was also forwarded to > Katherine Cox-Buday > (after having been given a bug report number, if it did not have one). > > Your message has been sent to the package maintainer(s): > guix-patches@gnu.org > > If you wish to submit further information on this problem, please > send it to 65946@debbugs.gnu.org. > > Please do not send mail to help-debbugs@gnu.org unless you wish > to report a problem with the Bug-tracking system.