From debbugs-submit-bounces@debbugs.gnu.org Fri Mar 18 20:47:52 2022 Received: (at 54457) by debbugs.gnu.org; 19 Mar 2022 00:47:52 +0000 Received: from localhost ([127.0.0.1]:58725 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nVNG3-00036L-JK for submit@debbugs.gnu.org; Fri, 18 Mar 2022 20:47:51 -0400 Received: from mail-ej1-f44.google.com ([209.85.218.44]:43917) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nVNG0-000353-QG for 54457@debbugs.gnu.org; Fri, 18 Mar 2022 20:47:49 -0400 Received: by mail-ej1-f44.google.com with SMTP id d10so19927941eje.10 for <54457@debbugs.gnu.org>; Fri, 18 Mar 2022 17:47:48 -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=4a2K14qG7/z7250N0X4QzYC15k4kbz6Kr6kXjmC2xnQ=; b=iwfLOoAmGm/DVkF26zkY79P0ohQwuP/wxfvu3Yf7DO12XukjyetlS5gTM/MSs53kE5 cRz3XVLa3HyCv7zhkoDwvwOcY+hoVMjtfkcfc/7hGZn/cVQEpjhS5iXlGfzzVp3eRziR /xqnlFqOw97x6NYfLVtfSMWHkYDje5BzPM3g+s65X9M4UrhxwNdzop6cAPGrAq4PpQRx HH1bd25Q1NH2MBgdVy5A9CGFJuPiUIAvtwhl46xSitE7cAobqEg7mzu1ftDGNQcwbNf2 aTN5aujQdL6o0GYm8ejsShArBSDkTE1P4cAD8iWQ3NkqBhFgILC/30W2PlLvtSWlWoAJ cSkA== 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=4a2K14qG7/z7250N0X4QzYC15k4kbz6Kr6kXjmC2xnQ=; b=eRn99rnRklKOZlvTXPNJkKEtyCuIfKeHN6pHzMm2bMe00FYIYVgPRPZBjEjeOmn/JE 4VpRgi9LhoKFpxBA2Ab0R0zx3uKu6sCKsrBek8UZ+lCougggWaqmbTyOPy6W18vJs3dH AhjCdkdimt88LGDnKmM7U3VC1Zf886hzQ392Cjf4WtLD2TsSqf5UaZMtV/d+dDAPue7z dp72NjIdVJT6UOujw4GrS4UaWeikc8RooHGeEr0l8FaPd5uleGfXxG82yxkXkSZ7m2bw CZJ9n6vvms3Ptfg8P81KqCL82dOPupBgK8Qlc8MR+xTdLtS2kbDEnWJNwBq08R/LjmIy fz4g== X-Gm-Message-State: AOAM5323LMpj5dwEePsR8xjLyqpVBFXdi4p64LtO1HjoWAZn2UcniBq/ ivZUokc/PRL6C1GcU35QvZ96+1vNSQY= X-Google-Smtp-Source: ABdhPJwNS8v7BFNG1kBSiMdhpotAwB+eGuL7aVfFFbU6+MkBYZ81z3BaozYkDeYlRV6C2dpAS/6/lA== X-Received: by 2002:a17:907:8a06:b0:6df:e099:536 with SMTP id sc6-20020a1709078a0600b006dfe0990536mr14762ejc.351.1647650863128; Fri, 18 Mar 2022 17:47:43 -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 l2-20020aa7cac2000000b003f9b3ac68d6sm4846083edt.15.2022.03.18.17.47.42 for <54457@debbugs.gnu.org> (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Fri, 18 Mar 2022 17:47:42 -0700 (PDT) Message-ID: Date: Sat, 19 Mar 2022 01:47:42 +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 6/9] gnu: Add libnetfilter-acct 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-acct): New variable. --- gnu/packages/linux.scm | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index b44abb5908..fdd5d6a59d 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -7379,6 +7379,35 @@ (define-public conntrack-tools (home-page "https://netfilter.org/projects/conntrack-tools/index.html") (license license:gpl1))) +(define-public libnetfilter-acct + (package + (name "libnetfilter_acct") + (version "1.0.3") + (source + (origin + (method url-fetch) + (uri (string-append "https://netfilter.org/projects/" name "/files/" name + "-" version ".tar.bz2")) + (sha256 + (base32 + "06lsjndgfjsgfjr43px2n2wk3nr7whz6r405mks3887y7vpwwl22")))) + (build-system gnu-build-system) + (native-inputs (list pkg-config libmnl)) + (synopsis "Library providing interface to extended accounting infrastructure.") + (description "libnetfilter_acct is the userspace library providing interface +to extended accounting infrastructure. +@enumerate +@item +creating accounting objects +@item +retrieving accounting objects (and atomically set to zero) +@item +deleting accounting objects +@end enumerate +For the nfnetlink_acct subsystem.") + (home-page "https://netfilter.org/projects/libnetfilter_acct/index.html") + (license license:lgpl2.1))) + (define-public proot (package (name "proot") -- 2.34.0