From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp10.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 6GRzOkvg+mS6DgAAG6o9tA:P1 (envelope-from ) for ; Fri, 08 Sep 2023 10:50: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 mp10.migadu.com with LMTPS id 6GRzOkvg+mS6DgAAG6o9tA (envelope-from ) for ; Fri, 08 Sep 2023 10:50: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 180433827E for ; Fri, 8 Sep 2023 10:50:19 +0200 (CEST) Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=elephly.net header.s=zoho header.b=TkNAwLfh; arc=reject ("signature check failed: fail, {[1] = sig:zohomail.com: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-Message-Signature: i=2; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1694163019; 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=ITe0/a+mvmXSUkBkWr0iTktCTblHS6IoGIpAL/DvIT4=; b=RDhEYvZ4K0th+agf1D+YZduLUuuoXawoWpI3UjmGMeZUtwYCYsoWBvl9m41QEHFudeDcdM AWLwvANLYGVWN3fR7fZ1qqQIs5IAf1noj371c3ujJiShG9yyMcCNoOnW/4QS+v8JGOdGN4 +wf33RNOhTIBvha048l41RYTrPC85uK3yrUgy1NXz6+IVCoVbzfQkxBT7K1MhO0fRixomN WJr/zBqOuC+tU0nNGLmHRAZDdWgIhoqXqBcPWUDMweoMQWFUlqXjCVZwEG9RgjURgyn3G8 e6LgXRMSW20xIQPv2YqUuJIw9VbTN7d8j27Vg8hUd0lxdMRAj//nj8ZtYpUu+g== ARC-Seal: i=2; s=key1; d=yhetil.org; t=1694163019; a=rsa-sha256; cv=fail; b=ED9M1IxUpjRQ/sknWhXprFw0P7BTDKZNuJTYqI8LZLHOdv6Z4yYTdVuc0Cv/JpwWI/qsRC 4WO71/jqU+TyyCSqyCrguUToMguUkTJS2AM+adighKKRNYKaiL36WT3JKJZTcAzh0ezjtn cZNy21XnqbPK04XrLQLw2bRNZWwFUsrul1xeoT+uWEvcr+lDrMhDipoAxATiaCGRBIQc4E JgH7hM5qZK8ZSMxHucCkt72hTu3Lqbi/kEvXkMh168j4CR7svFxqQsOYJd8MbvKrZvMDZB fG2u7+Yi4jzxFXwNEVXtCEVkvju3WH4PHRHYyWaZC0UzUM9tfbVyAijE6wEJJA== ARC-Authentication-Results: i=2; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=elephly.net header.s=zoho header.b=TkNAwLfh; arc=reject ("signature check failed: fail, {[1] = sig:zohomail.com: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 1qeXBp-0004nD-U7; Fri, 08 Sep 2023 04:50: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 1qeXBh-0004do-Az for guix-patches@gnu.org; Fri, 08 Sep 2023 04:50:02 -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 1qeXBg-0001lw-By for guix-patches@gnu.org; Fri, 08 Sep 2023 04:50:01 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1qeXBi-0000m1-FX for guix-patches@gnu.org; Fri, 08 Sep 2023 04:50:02 -0400 Subject: bug#56202: [PATCH] gnu: Add nsync. References: <20220624183946.23595-1-antero@mailbox.org> In-Reply-To: <20220624183946.23595-1-antero@mailbox.org> Resent-From: Ricardo Wurmus Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Fri, 08 Sep 2023 08:50:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 56202 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 56202-done@debbugs.gnu.org Mail-Followup-To: 56202@debbugs.gnu.org, rekado@elephly.net, antero@mailbox.org Received: via spool by 56202-done@debbugs.gnu.org id=D56202.16941629592908 (code D ref 56202); Fri, 08 Sep 2023 08:50:02 +0000 Received: (at 56202-done) by debbugs.gnu.org; 8 Sep 2023 08:49:19 +0000 Received: from localhost ([127.0.0.1]:42183 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qeXB0-0000kq-SU for submit@debbugs.gnu.org; Fri, 08 Sep 2023 04:49:19 -0400 Received: from sender4-of-o50.zoho.com ([136.143.188.50]:21058) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qeXAt-0000kc-Gz for 56202-done@debbugs.gnu.org; Fri, 08 Sep 2023 04:49:18 -0400 ARC-Seal: i=1; a=rsa-sha256; t=1694162946; cv=none; d=zohomail.com; s=zohoarc; b=SgyZ28W5e7r/Cj1Kx3LZW2OCYea7wazkIkwps0RyW/V2gxu38ub2eALV6F4y5Q0zCIK+jpldUpInWII2uoelzb8Yg1H2Yx2ADEqO2AsmU2kFadN9Gm6XR+6lByWjOtP+Xvohlxu37pt7d6Tip4pOCLauyXtZQVOg/3OkTVFGTpA= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1694162946; h=Content-Type:Date:Date:From:From:MIME-Version:Message-ID:Subject:Subject:To:To:Message-Id:Reply-To:Cc; bh=ITe0/a+mvmXSUkBkWr0iTktCTblHS6IoGIpAL/DvIT4=; b=OTyRtEIAZ9KDzISw7ubdBDtgbPHnhs3YJSxR8Xw4AHBL9cX36DNbqJGSCoZjiLHeExcb5xV7KXrLQJXumy0rMET7CMPEVR6NPwDLXrki6C5E/ZBavvSWYqdV7UpBiW0oFUXhsYJE+6jmgeUgWUd+5XqLiGo+gjy4fIebJ0Vvt1Y= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass header.i=elephly.net; spf=pass smtp.mailfrom=rekado@elephly.net; dmarc=pass header.from= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1694162946; s=zoho; d=elephly.net; i=rekado@elephly.net; h=From:From:To:To:Subject:Subject:Date:Date:Message-ID:MIME-Version:Content-Type:Message-Id:Reply-To:Cc; bh=ITe0/a+mvmXSUkBkWr0iTktCTblHS6IoGIpAL/DvIT4=; b=TkNAwLfhMZbqqPQWYN3wkrHGQBzFWIFqzPnEI4G6Ovisy05M+aR1ZXtKOpWcCFXc l5WWIH7qqK3Op/Of81KiWHzCdrI2/592tbU3s9X5VzRNNLQq0+OT4pkOl+LLBak1ZXC kArX7czNKyWWjFK07bc4u3wX8RX5XtPYCTJQnGs8= Received: from localhost (133-122-142-46.pool.kielnet.net [46.142.122.133]) by mx.zohomail.com with SMTPS id 1694162943875743.1496536079836; Fri, 8 Sep 2023 01:49:03 -0700 (PDT) User-agent: mu4e 1.10.5; emacs 28.2 From: Ricardo Wurmus Date: Fri, 08 Sep 2023 10:48:44 +0200 Message-ID: <87edj96oea.fsf@elephly.net> 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-Country: US X-Migadu-Flow: FLOW_IN X-Migadu-Scanner: mx2.migadu.com X-Spam-Score: 0.77 X-Migadu-Queue-Id: 180433827E X-Migadu-Spam-Score: 0.77 X-TUID: C9eWW85Cb1jU Applied with very minor changes. Thank you! -- Ricardo