From debbugs-submit-bounces@debbugs.gnu.org Fri Mar 18 20:47:45 2022 Received: (at 54457) by debbugs.gnu.org; 19 Mar 2022 00:47:45 +0000 Received: from localhost ([127.0.0.1]:58718 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nVNFw-00035I-Mb for submit@debbugs.gnu.org; Fri, 18 Mar 2022 20:47:44 -0400 Received: from mail-ed1-f43.google.com ([209.85.208.43]:45573) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nVNFu-00034F-VH for 54457@debbugs.gnu.org; Fri, 18 Mar 2022 20:47:43 -0400 Received: by mail-ed1-f43.google.com with SMTP id m12so11996770edc.12 for <54457@debbugs.gnu.org>; Fri, 18 Mar 2022 17:47:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=message-id:date:mime-version:user-agent:from:subject :content-language:to:content-transfer-encoding; bh=u+/nZ/kjgJEQdmVZlYtCpvsh0qZ/FGtjQALNpIK4eqA=; b=QCekASDzXplZe/pwt65B+7atk2od45EJRH0//auV/IrkRh/K74it29zxn8ZErP3apP 1xiUhnhPooncXDxGnALlNoJC6z5eIGT+LaINizT0WPr1OiOHDbLXrUbqeL29OcvCOY5c DjMWXmIxN7An6pRrEari5pQB4piNQtPZIaF/crOzEDGfdETIntE01W8/3gCfurzdeO9t fcyLPpNLTNucQ134sGetY28kRBkG5eFeW3n6Pt4r1WgLMLpZdSpVo/gBprS4ito6XZq0 QdbJhHSc5AJ5BL8c7f/aPljstnDY8Evd1u0xNO6oyEFBnd8RrBUAzNea1P1yHJjhnqgv ItYg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:message-id:date:mime-version:user-agent:from :subject:content-language:to:content-transfer-encoding; bh=u+/nZ/kjgJEQdmVZlYtCpvsh0qZ/FGtjQALNpIK4eqA=; b=LrUfF2qYFjmIJFAcOxCifmOsuexFAF+kLpbME0url4wIZW+ideo+w8DA4NnKQhIJ5q lIS5bu1LTsT/0qbzf/xOE9bhWxLfyOWfPKim6rBDpaLDW75JoTIoiqPoynY1iuChDTOZ 5SzNIHMYHXdsBt8+IQatq9nb2A2P9R51XKcoILHSMACfpvYdG4fHIEpwu7ZcHJqOGAiX 9JCMWiQRsyUE3akD8BgKnKz9pvvUha1IGiE8in8qih5xgbzxfr3PwoxBs84qkiVvwt+L cGIalOB580rVMZNoizJ1qzd2AcswglmB0l/F52rFmaJ7k2JeOToxH/hH82H+ww5FxixN H6dQ== X-Gm-Message-State: AOAM530TxE0O3jbi7ugUFMels+hbuAdZ1Wl9IbzBJE/ysz/tGi9pHWfI xvI0JbhcLS4THKypwGapf0xIfXIRX7c= X-Google-Smtp-Source: ABdhPJxMiDsQoG2lXfynfTlqr1XfkpB8Fy1soaS2Bdk76RdKhkuDxn0GUEyy9taCdtpKYgfo4pDTMg== X-Received: by 2002:a05:6402:34cc:b0:416:63d6:1891 with SMTP id w12-20020a05640234cc00b0041663d61891mr11955803edc.308.1647650857362; Fri, 18 Mar 2022 17:47:37 -0700 (PDT) Received: from ?IPV6:2003:ee:af2f:e00:c2f9:c2bb:bf95:1fc5? (p200300eeaf2f0e00c2f9c2bbbf951fc5.dip0.t-ipconnect.de. [2003:ee:af2f:e00:c2f9:c2bb:bf95:1fc5]) by smtp.gmail.com with ESMTPSA id eg6-20020a056402288600b0041919c78082sm855619edb.87.2022.03.18.17.47.36 for <54457@debbugs.gnu.org> (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Fri, 18 Mar 2022 17:47:37 -0700 (PDT) Message-ID: Date: Sat, 19 Mar 2022 01:47:36 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.7.0 From: fesoj000 Subject: [PATCH 4/9] gnu: Add libnetfilter-queue Content-Language: en-US To: 54457@debbugs.gnu.org Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Score: 0.2 (/) X-Debbugs-Envelope-To: 54457 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.8 (/) * gnu/packages/linux.scm (libnetfilter-queue): New variable. --- gnu/packages/linux.scm | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 8ddd495441..900f76063c 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -7323,6 +7323,29 @@ (define-public libnetfilter-cthelper "libnetfilter_cthelper/index.html")) (license license:gpl2))) +(define-public libnetfilter-queue + (package + (name "libnetfilter_queue") + (version "1.0.5") + (source + (origin + (method url-fetch) + (uri (string-append "https://netfilter.org/projects/" + "libnetfilter_queue/files/" + "libnetfilter_queue-" + version ".tar.bz2")) + (sha256 + (base32 + "1xdra6i4p8jkv943ygjw646qx8df27f7p5852kc06vjx608krzzr")))) + (build-system gnu-build-system) + (native-inputs (list libmnl libnfnetlink pkg-config)) + (synopsis "Userspace library for kernel netfilter infrastructure and state") + (description "libnetfilter_queue is a userspace library providing an API to +packets that have been queued by the kernel packet filter. It is is part of a +system that deprecates the old ip_queue / libipq mechanism.") + (home-page "https://netfilter.org/projects/libnetfilter_queue/index.html") + (license license:gpl1))) + (define-public proot (package (name "proot") -- 2.34.0