From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp12.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms0.migadu.com with LMTPS id cAbEBgSiPWJwAAAAgWs5BA (envelope-from ) for ; Fri, 25 Mar 2022 12:05:40 +0100 Received: from aspmx1.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp12.migadu.com with LMTPS id 2EovAwSiPWKMbgAAauVa8A (envelope-from ) for ; Fri, 25 Mar 2022 12:05:40 +0100 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 C21AD3212D for ; Fri, 25 Mar 2022 12:05:39 +0100 (CET) Received: from localhost ([::1]:51890 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nXhlB-00067k-QL for larch@yhetil.org; Fri, 25 Mar 2022 07:05:39 -0400 Received: from eggs.gnu.org ([209.51.188.92]:36672) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nXhkc-00067U-Oa for guix-patches@gnu.org; Fri, 25 Mar 2022 07:05:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:56397) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1nXhkc-000386-Ba for guix-patches@gnu.org; Fri, 25 Mar 2022 07:05:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1nXhkc-0004Da-75 for guix-patches@gnu.org; Fri, 25 Mar 2022 07:05:02 -0400 Subject: bug#54332: [PATCH 0/2] gnu: nftables: small rework Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Fri, 25 Mar 2022 11:05:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 54332 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: fesoj000 Cc: 54332-done@debbugs.gnu.org Mail-Followup-To: 54332@debbugs.gnu.org, ludo@gnu.org, fesoj000@gmail.com Received: via spool by 54332-done@debbugs.gnu.org id=D54332.164820629216189 (code D ref 54332); Fri, 25 Mar 2022 11:05:01 +0000 Received: (at 54332-done) by debbugs.gnu.org; 25 Mar 2022 11:04:52 +0000 Received: from localhost ([127.0.0.1]:50293 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nXhkR-0004D3-RG for submit@debbugs.gnu.org; Fri, 25 Mar 2022 07:04:51 -0400 Received: from eggs.gnu.org ([209.51.188.92]:48910) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nXhkP-0004Cp-Pw for 54332-done@debbugs.gnu.org; Fri, 25 Mar 2022 07:04:50 -0400 Received: from [2001:470:142:3::e] (port=51216 helo=fencepost.gnu.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nXhkK-00036S-Fv; Fri, 25 Mar 2022 07:04:44 -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=iip90HP2ZKQUcPZNxfki7gMc2eKr0yXZz6QPwZct4Es=; b=OYc089T8e8sueEtFDqHb xb+7qlCe7kSyLNAojLNvifB9Q9N10iHnebMaIRFB3xSTlPL07uvaF+BF557CXHemzkwCOwZFUGamx X1bJlsrUNgxiNexlnoXmJTs/698B1x1ThyjCLVKghzGy7VjD4ngP75tI+WW9EcdvDbP7PfaNQHjj3 /qk6sFAW4UwOcoUCfFuQQ2cEp2GakqhyBoA8t63QSnsi3JBClofiXSbRCczW6hByWcRj+EvOMBURm 5FKAid2oyUEzsWPOQG3R2JuH2fvpDwZCQ8Jy0cGceCRRJ1cllgiwPu6JLAtI0Kt+EIi9J/TycEQu9 rOfbAmpWcJiVDg==; Received: from 91-160-117-201.subs.proxad.net ([91.160.117.201]:53359 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nXhkH-0008WN-M8; Fri, 25 Mar 2022 07:04:44 -0400 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <73e35ee1-5e28-70c9-8f0e-bdb097cf060b@gmail.com> Date: Fri, 25 Mar 2022 12:04:39 +0100 In-Reply-To: (fesoj's message of "Thu, 10 Mar 2022 22:20:42 +0100") Message-ID: <87zgle70oo.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 X-Migadu-To: larch@yhetil.org X-Migadu-Country: US ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1648206339; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc: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=iip90HP2ZKQUcPZNxfki7gMc2eKr0yXZz6QPwZct4Es=; b=S2YXOyNaXh4+S+9gtw5wZiDLs+7AKdPcypBmc2iCM+3WSKTAlBAAVqlPwRCVDh7q/4x5qk XCXMlxHniWnQ1yQSVdYUZbVGDJThV27Gj6ZyFYIS6Ra5rP2tcFQdD1hiecLQBzy7F8nV5e 461Jm5i+981SXHMOtQZ0tPtjNLEU0dfXKhRHn9EkCqYckpSyhs2mZurxZqZ8xIpgvyXZ7w PIfl1rlowK21KMPwqF0MiQNmYQ7A4BUNxOIlv7SCm1gvPd3jeSL98/jxLGqcApRkJZOz2T t7a1aaKLDB/fE1AcBx7rCAH+CsM6II+AfOL8qTGkEtluqWe+M13wPUjaKTe2cA== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1648206339; a=rsa-sha256; cv=none; b=YPKsxbtDDEJ7EtdzjC2DiWdcXgomUzZDITs7fvAUQ1TfY46Dwqi86AgSjFCsv3mX9nfx4w eCa6rA21cU9tyl1jOHIKa0ViHo8b2ycEI4KHGDFU3Sy8YdxAx4Tcs0XDig3WnpvFocka93 ggWj/+i9sVxgITRvubIjjDJnaylaM7ivOvR0KBiIyHJvUvWdHgNDU7sGMEUIGO8lri9q1F PTtPVPFLKw8AeoIbEFj6RekcGKyrh6JvwAAzMSWEGF1EVQJJ14bfwL6k6EXZiUAiLuN/lI FeAhyx5FHUK0G+8gyW5HUwUaQplN209KIeai7vjrf13s0DQ37MN6XN2tu1I/XQ== 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=OYc089T8; 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: -3.79 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=OYc089T8; 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: C21AD3212D X-Spam-Score: -3.79 X-Migadu-Scanner: scn1.migadu.com X-TUID: 21tsNq0JfJru Hi, fesoj000 skribis: > * gnu/packages/linux.scm (nftables)[native-inputs]: Add docbook2x. [...] > * gnu/packages/linux.scm (nftables)[inputs]: Add jansson. Applied, thanks! Ludo=E2=80=99.