unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#31746] [PATCH 1/2] gnu: Add libnfnetlink.
@ 2018-06-07 14:08 宋文武
  2018-06-07 14:08 ` [bug#31747] [PATCH 2/2] gnu: Add keepalived 宋文武
  2018-06-10 14:57 ` bug#31746: Status: [PATCH 1/2] gnu: Add libnfnetlink 宋文武
  0 siblings, 2 replies; 4+ messages in thread
From: 宋文武 @ 2018-06-07 14:08 UTC (permalink / raw)
  To: 31746; +Cc: 宋文武

* gnu/packages/linux.scm (libnfnetlink): 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 e6e849ecb..b8080de64 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -4826,3 +4826,26 @@ libpfm4 provides support for the @code{perf_events} interface, which was
 introduced in Linux 2.6.31.")
     (home-page "http://perfmon2.sourceforge.net/")
     (license license:expat)))
+
+(define-public libnfnetlink
+  (package
+    (name "libnfnetlink")
+    (version "1.0.1")
+    (source (origin
+              (method url-fetch)
+              (uri (string-append
+                    "https://www.netfilter.org/projects/libnfnetlink/files/"
+                    "libnfnetlink-" version ".tar.bz2"))
+              (sha256
+               (base32
+                "06mm2x4b01k3m7wnrxblk9j0mybyr4pfz28ml7944xhjx6fy2w7j"))))
+    (build-system gnu-build-system)
+    (home-page "https://www.netfilter.org/projects/libnfnetlink/")
+    (synopsis "Low-level netfilter netlink communication library")
+    (description
+     "@code{libnfnetlink} is the low-level library for netfilter related
+kernel/userspace communication.  It provides a generic messaging
+infrastructure for in-kernel netfilter subsystems (such as nfnetlink_log,
+nfnetlink_queue, nfnetlink_conntrack) and their respective users and/or
+management tools in userspace.")
+    (license license:gpl2)))
-- 
2.13.3

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2018-06-10 14:59 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-06-07 14:08 [bug#31746] [PATCH 1/2] gnu: Add libnfnetlink 宋文武
2018-06-07 14:08 ` [bug#31747] [PATCH 2/2] gnu: Add keepalived 宋文武
2018-06-10 14:58   ` bug#31747: Status: " 宋文武
2018-06-10 14:57 ` bug#31746: Status: [PATCH 1/2] gnu: Add libnfnetlink 宋文武

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).