mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-16 03:45:24 -05:00
gnu: Add 'upstream-name' property to the netfilter libraries.
This allows the 'generic-html' updater to find updates. * gnu/packages/linux.scm (libnetfilter-conntrack)[properties]: New field. (libnetfilter-cttimeout)[properties]: New field. (libnetfilter-cthelper)[properties]: New field. (libnetfilter-queue)[properties]: New field. (libnetfilter-acct)[properties]: New field. (libnetfilter-log)[properties]: New field.
This commit is contained in:
parent
b805ea194a
commit
087abdb9a2
1 changed files with 6 additions and 0 deletions
|
@ -7322,6 +7322,7 @@ (define-public libnetfilter-conntrack
|
|||
conntrack-tools among many other applications.")
|
||||
(home-page "https://netfilter.org/projects/libnetfilter_conntrack/index.html")
|
||||
(supported-systems (filter target-linux? %supported-systems))
|
||||
(properties '((upstream-name . "libnetfilter_conntrack")))
|
||||
(license license:gpl2+)))
|
||||
|
||||
(define-public libnetfilter-cttimeout
|
||||
|
@ -7348,6 +7349,7 @@ (define-public libnetfilter-cttimeout
|
|||
by conntrack-tools.")
|
||||
(home-page "https://netfilter.org/projects/libnetfilter_cttimeout/index.html")
|
||||
(supported-systems (filter target-linux? %supported-systems))
|
||||
(properties '((upstream-name . "libnetfilter_cttimeout")))
|
||||
(license license:gpl2)))
|
||||
|
||||
(define-public libnetfilter-cthelper
|
||||
|
@ -7379,6 +7381,7 @@ (define-public libnetfilter-cthelper
|
|||
@end enumerate")
|
||||
(home-page "https://netfilter.org/projects/libnetfilter_cthelper/index.html")
|
||||
(supported-systems (filter target-linux? %supported-systems))
|
||||
(properties '((upstream-name . "libnetfilter_cthelper")))
|
||||
(license license:gpl2+)))
|
||||
|
||||
(define-public libnetfilter-queue
|
||||
|
@ -7403,6 +7406,7 @@ (define-public libnetfilter-queue
|
|||
of a system that deprecates the old ip_queue/libipq mechanism.")
|
||||
(home-page "https://netfilter.org/projects/libnetfilter_queue/index.html")
|
||||
(supported-systems (filter target-linux? %supported-systems))
|
||||
(properties '((upstream-name . "libnetfilter_queue")))
|
||||
(license license:gpl2+)))
|
||||
|
||||
(define-public conntrack-tools
|
||||
|
@ -7474,6 +7478,7 @@ (define-public libnetfilter-acct
|
|||
For the nfnetlink_acct subsystem.")
|
||||
(home-page "https://netfilter.org/projects/libnetfilter_acct/index.html")
|
||||
(supported-systems (filter target-linux? %supported-systems))
|
||||
(properties '((upstream-name . "libnetfilter_acct")))
|
||||
(license license:lgpl2.1+)))
|
||||
|
||||
(define-public nfacct
|
||||
|
@ -7536,6 +7541,7 @@ (define-public libnetfilter-log
|
|||
@end enumerate")
|
||||
(home-page "https://netfilter.org/projects/libnetfilter_log/index.html")
|
||||
(supported-systems (filter target-linux? %supported-systems))
|
||||
(properties '((upstream-name . "libnetfilter_log")))
|
||||
(license license:gpl2+)))
|
||||
|
||||
(define-public ulogd
|
||||
|
|
Loading…
Reference in a new issue