From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp12.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms5.migadu.com with LMTPS id GE6LLKdyRWMvQgEAbAwnHQ (envelope-from ) for ; Tue, 11 Oct 2022 15:41:59 +0200 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp12.migadu.com with LMTPS id 8BKPLKdyRWPfFgAAauVa8A (envelope-from ) for ; Tue, 11 Oct 2022 15:41:59 +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 73B813EDBD for ; Tue, 11 Oct 2022 15:41:59 +0200 (CEST) Received: from localhost ([::1]:50518 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oiFWA-0001lp-Hm for larch@yhetil.org; Tue, 11 Oct 2022 09:41:58 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:47014) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oiFTW-0007Xq-6b for guix-patches@gnu.org; Tue, 11 Oct 2022 09:39:15 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:52351) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1oiFTK-00006o-AG for guix-patches@gnu.org; Tue, 11 Oct 2022 09:39:13 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1oiFTK-0002xn-5H for guix-patches@gnu.org; Tue, 11 Oct 2022 09:39:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#58432] [PATCH] gnu: Add hiredis Resent-From: "(" Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Tue, 11 Oct 2022 13:39:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 58432 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: "Thomas Albers" , <58432@debbugs.gnu.org> Received: via spool by 58432-submit@debbugs.gnu.org id=B58432.166549551611359 (code B ref 58432); Tue, 11 Oct 2022 13:39:02 +0000 Received: (at 58432) by debbugs.gnu.org; 11 Oct 2022 13:38:36 +0000 Received: from localhost ([127.0.0.1]:51429 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oiFSu-0002x9-88 for submit@debbugs.gnu.org; Tue, 11 Oct 2022 09:38:36 -0400 Received: from knopi.disroot.org ([178.21.23.139]:53448) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oiFSs-0002wv-0j for 58432@debbugs.gnu.org; Tue, 11 Oct 2022 09:38:34 -0400 Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id 70DD84CC9C; Tue, 11 Oct 2022 15:38:32 +0200 (CEST) X-Virus-Scanned: SPAM Filter at disroot.org Received: from knopi.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavisd-new, port 10024) with UTF8SMTP id uGTZ-S1uKeic; Tue, 11 Oct 2022 15:38:31 +0200 (CEST) Mime-Version: 1.0 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1665495293; bh=Mhgu3vWLmszfx2hX3PGPYYhRxZ7qlV4eAHqrx6jmmsE=; h=Date:Subject:From:To:References:In-Reply-To; b=ZPoyBtYXkfTIota+IZI/FVEXxUUwlPNHx0WbDtv5s6LOGB658YSCrGERfqeLMoFVe dXj65HypJqX69ehlpD5R9SDMqayF0wIv7N5bKnAtU3XLgM97pcqIKgMDlT/e4JQssH vuutPQZ9woKzmS+d44YDK7Uq9mIMw7lBXwJyP6FmyHxQCTQkbIfvnme5LjWQwA4adA 77vqxIoQJX0CnBbw3OSBzaD+v2tWs3PdEp5+k2Pi9Z3tnVHiuBQvhh/Xt9WHIS/YOt rN2LB+6OCGU8/j6i1ZfmFngRh2GSgySDOMP2s+yDtUdf7jVSTTki/ftGLie9xzgY8e Os8mEx2JeRjVw== Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=UTF-8 Date: Tue, 11 Oct 2022 14:34:52 +0100 Message-Id: References: <20221011091949.9962-1-thomas@thomaslabs.org> <20221011130834.1592-1-thomas@thomaslabs.org> In-Reply-To: <20221011130834.1592-1-thomas@thomaslabs.org> 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" Reply-to: "\(" X-ACL-Warn: , "\( via Guix-patches" From: "\( via Guix-patches" via X-Migadu-Flow: FLOW_IN X-Migadu-Country: US ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1665495719; h=from:from:sender:sender:reply-to: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-cc: 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=Gnv80eJaE1HEyjM2N+uG4Kl5CKSJ/mrCgyd7Jw8bC7s=; b=Yf8pYSd07EWfaxyk5py80SkRKF2TJ7KbhZHFhSfvfoUTcxAuACgmWPj+fonlrWGaj/I0Qj c3f05l45gQUlDa3Om9Eckex75z2vN+c0RgNCzZDsadtUFp2pXAMdUZpT6Zt/CLnGsm4wcp 6IFKyPkvqc4XViKBkq97HniFZ0E7t3z584zTzXO2at6U5VYx068bU55cVGBSdoYF8BpqbM HJZex2++1oiZMkOlgeVHqY9yJPXzecI0CvQfApEJtSAAYIqvShMrP9HKlA2P1xHrcpMX2i WvmuHddDPP3ShXG4HB53NfbKH6/rw0YXvuLq/d+yzPud7tKD0318KriM24bMKg== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1665495719; a=rsa-sha256; cv=none; b=OXqz7286rAc45ADBgVsFP4yo5eSRZZHDwJw9vO9IZNvLo105U7LTzJN+N+NB9RkkXMnQWF VAPzUMHlhcFn5ztnxHdn/GlwFhUSMh4t3g/ZEYy1G913t6ew+pVcscexf1ElAiU+FS6Df9 ryzXC7X9einNgm01cocI3ln7O/Z621BqFM7gLQtzJPL0+/730cEK3R/+ypo0k9ODmJsDSa ug4RZfdOo4Tuw6B1Qb/8S38om+aX6gMIdT4/Fj5gE+Tjsh/g4KehT6tL5q/xgCO9RDRwEG VOV4Tm+BZVABOJPzmHRhRoSZ3LjR67f9peYFXTLzr3FioajW5LfrAArL1i6clA== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=disroot.org header.s=mail header.b=ZPoyBtYX; 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-Spam-Score: -0.90 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=disroot.org header.s=mail header.b=ZPoyBtYX; 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-Queue-Id: 73B813EDBD X-Spam-Score: -0.90 X-Migadu-Scanner: scn1.migadu.com X-TUID: CqKVqwqrW4/a LGTM :) -- (