GNU bug report logs -
#31746
[PATCH 1/2] gnu: Add libnfnetlink.
Previous Next
Reported by: 宋文武 <iyzsong <at> member.fsf.org>
Date: Thu, 7 Jun 2018 14:10:02 UTC
Severity: normal
Tags: patch
Done: iyzsong <at> member.fsf.org (宋文武)
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 31746 in the body.
You can then email your comments to 31746 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#31746
; Package
guix-patches
.
(Thu, 07 Jun 2018 14:10:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
宋文武 <iyzsong <at> member.fsf.org>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Thu, 07 Jun 2018 14:10:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* 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
Reply sent
to
iyzsong <at> member.fsf.org (宋文武)
:
You have taken responsibility.
(Sun, 10 Jun 2018 14:59:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
宋文武 <iyzsong <at> member.fsf.org>
:
bug acknowledged by developer.
(Sun, 10 Jun 2018 14:59:02 GMT)
Full text and
rfc822 format available.
Message #10 received at 31746-done <at> debbugs.gnu.org (full text, mbox):
Pushed.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Mon, 09 Jul 2018 11:24:04 GMT)
Full text and
rfc822 format available.
This bug report was last modified 6 years and 351 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.