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 6PDlMfw2CmHRgwAAgWs5BA (envelope-from ) for ; Wed, 04 Aug 2021 08:43:08 +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 QEqDLfw2CmFgQwAAB5/wlQ (envelope-from ) for ; Wed, 04 Aug 2021 06:43:08 +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 8F06968C1 for ; Wed, 4 Aug 2021 08:43:08 +0200 (CEST) Received: from localhost ([::1]:34394 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mBAcN-0004Hs-Bx for larch@yhetil.org; Wed, 04 Aug 2021 02:43:07 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:39156) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mBAcI-0004En-QT for guix-patches@gnu.org; Wed, 04 Aug 2021 02:43:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:58980) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1mBAcI-0000Ca-KW for guix-patches@gnu.org; Wed, 04 Aug 2021 02:43:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1mBAcI-0001qt-Ei for guix-patches@gnu.org; Wed, 04 Aug 2021 02:43:02 -0400 Subject: bug#49494: [PATCH 0/7] Add nncp Resent-From: Arun Isaac Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Wed, 04 Aug 2021 06:43:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 49494 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Sarah Morgensen Cc: 49494-done@debbugs.gnu.org Mail-Followup-To: 49494@debbugs.gnu.org, arunisaac@systemreboot.net, arunisaac@systemreboot.net Received: via spool by 49494-done@debbugs.gnu.org id=D49494.16280593427064 (code D ref 49494); Wed, 04 Aug 2021 06:43:02 +0000 Received: (at 49494-done) by debbugs.gnu.org; 4 Aug 2021 06:42:22 +0000 Received: from localhost ([127.0.0.1]:42293 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mBAbe-0001ps-4a for submit@debbugs.gnu.org; Wed, 04 Aug 2021 02:42:22 -0400 Received: from mugam.systemreboot.net ([139.59.75.54]:46278) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mBAbb-0001pj-IH for 49494-done@debbugs.gnu.org; Wed, 04 Aug 2021 02:42:21 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=systemreboot.net; s=default; h=Content-Type:MIME-Version:Message-ID:Date: References:In-Reply-To:Subject:Cc:To:From:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Id: List-Help:List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=/LhT9+wFvT5/0/VRGATfbqAVloF00WtG66qijDIenrs=; b=iWv5HWcZbmuEbkNuiebY+m5oAx 192ut0JReELBbsfZw4QLtWq6IiP6+x6jnL+dW+Ub+QbtsCF9UJ7D2bjumTKWCKDlP2bh3NLnRm5gQ QDJqPVDggGnosiBMf2dtNGjBj1vgs0A1sqeHPLhAp8peHdFUCiJBLfj+BcLzgRe7P8PnQZl0L0w05 ly2GeiyvTZgpg7P/VYIUcX/Okfp7f2P2dYYA6mT03g4EG1FQ82/ZZSUPTG4Npdl1A06roXcX/UmQ6 ADXL91pn8kgr0gtZqWQ/fgezU5/RHs4n1jQ42xuS2fGTjLKLVEbI4tFGJhiC0hmY9jC3JmMEygECT UdGN0rnw==; Received: from [192.168.2.1] (helo=steel) by systemreboot.net with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1mBAbY-000CAb-Nn; Wed, 04 Aug 2021 12:12:16 +0530 From: Arun Isaac In-Reply-To: <86y29i2om1.fsf_-_@mgsn.dev> References: <86y29j4rlz.fsf_-_@mgsn.dev> <20210803201617.19077-1-arunisaac@systemreboot.net> <86y29i2om1.fsf_-_@mgsn.dev> Date: Wed, 04 Aug 2021 12:12:09 +0530 Message-ID: <874kc57ltq.fsf@systemreboot.net> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; 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" X-Migadu-Flow: FLOW_IN X-Migadu-Spam-Score: -4.00 Authentication-Results: aspmx1.migadu.com; none X-Migadu-Queue-Id: 8F06968C1 X-Spam-Score: -4.00 X-Migadu-Scanner: scn1.migadu.com X-TUID: vGKRoC+8yPI7 --=-=-= Content-Type: text/plain Pushed to master! --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQFPBAEBCAA5FiEEf3MDQ/Lwnzx3v3nTLiXui2GAK7MFAmEKNsEbHGFydW5pc2Fh Y0BzeXN0ZW1yZWJvb3QubmV0AAoJEC4l7othgCuzqcAH/33L30a7RRs/FlKfYC5H ckfICvsv0NZ4ZJeH+HRtjZNTYeAqB2wxNJ9x1PRQGC8IxoeShBQSwRItfcf6OcR5 m1ObXKL8pkYsNvYT0XJrmvDUPXcLLyKR6X07lwiyqIM9BL+jaCY3SX33TqMM+A76 KQ7kCNI/pWqWJCfOuvyudHfqERaDopKkZgTvECOtnStT7f+jEfempMB+gKsr14ji PghK9GE83WTfzBe1kHdWp0uPf767eijPTz2NwYRxjshiCwr+KDjHb6wMC3LYJrk/ cbpXwE2Ei/xvgaolqMxSIRrT4XyMtxnVcFS3+rEDU829v0LxMA5UV5cqLpVefiJ5 ufo= =uskJ -----END PGP SIGNATURE----- --=-=-=--