[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#54457] [PATCH 2/9] gnu: Add libnetfilter-cttimeout
From: |
fesoj000 |
Subject: |
[bug#54457] [PATCH 2/9] gnu: Add libnetfilter-cttimeout |
Date: |
Mon, 21 Mar 2022 22:20:05 +0100 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.7.0 |
* gnu/packages/linux.scm (libnetfilter-cttimeout): New variable.
---
gnu/packages/linux.scm | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 037cb12e3f..7ea3776057 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -7274,6 +7274,34 @@ (define-public libnetfilter-conntrack
"libnetfilter_conntrack/index.html"))
(license license:gpl2+)))
+(define-public libnetfilter-cttimeout
+ (package
+ (name "libnetfilter_cttimeout")
+ (version "1.0.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append "https://netfilter.org/projects/"
+ "libnetfilter_cttimeout/files/"
+ "libnetfilter_cttimeout-"
+ version ".tar.bz2"))
+ (sha256
+ (base32
+ "1fpyz1zlvcq80244knvyvy87909xjqlj02lmw8yblz2m9xsi5axf"))))
+ (build-system gnu-build-system)
+ (supported-systems (filter target-linux? %supported-systems))
+ (native-inputs (list pkg-config))
+ (inputs (list libmnl pkg-config))
+ (synopsis "Library for kernel connection tracking timeout infrastructure")
+ (description "libnetfilter_cttimeout is the userspace library that provides
+the programming interface to the fine-grain connection tracking timeout
+infrastructure. With this library, you can create, update and delete timeout
+policies that can be attached to traffic flows. This library is used by
+conntrack-tools.")
+ (home-page (string-append "https://netfilter.org/projects/"
+ "libnetfilter_cttimeout/index.html"))
+ (license license:gpl2)))
+
(define-public proot
(package
(name "proot")
--
2.34.0
- [bug#54457] [PATCH 4/9] gnu: Add libnetfilter-queue, (continued)
- [bug#54457] [PATCH 6/9] gnu: Add libnetfilter-acct, fesoj000, 2022/03/18
- [bug#54457] [PATCH 7/9] gnu: Add nfacct, fesoj000, 2022/03/18
- [bug#54457] [PATCH 8/9] gnu: Add libnetfilter-log, fesoj000, 2022/03/18
- [bug#54457] [PATCH 9/9] gnu: Add ulogd, fesoj000, 2022/03/18
- [bug#54457] [PATCH 0/9] Add netfilter tools and libraries v2, fesoj000, 2022/03/21
- [bug#54457] [PATCH 2/9] gnu: Add libnetfilter-cttimeout,
fesoj000 <=
- [bug#54457] [PATCH 3/9] gnu: Add libnetfilter-cthelper, fesoj000, 2022/03/21
- [bug#54457] [PATCH 1/9] gnu: Add libnetfilter-conntrack, fesoj000, 2022/03/21
- [bug#54457] [PATCH 6/9] gnu: Add libnetfilter-acct, fesoj000, 2022/03/21
- [bug#54457] [PATCH 9/9] gnu: Add ulogd, fesoj000, 2022/03/21