gnu: libnftnl: Update to 1.2.8.

* gnu/packages/linux.scm (libnftnl): Update to 1.2.8.
(libnftnl/pinned): Update to 1.2.8.

Change-Id: Ibb23f6d66fc6877a419877b20911f8d743236c2b
This commit is contained in:
Zheng Junjie 2025-02-08 02:33:38 +08:00 committed by Andreas Enge
parent 5b6a613da7
commit 9ac686e5e6
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -8839,14 +8839,14 @@ re-use code and to avoid re-inventing the wheel.")
(define-public libnftnl (define-public libnftnl
(package (package
(name "libnftnl") (name "libnftnl")
(version "1.2.6") (version "1.2.8")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (string-append "mirror://netfilter.org/libnftnl/" (uri (string-append "mirror://netfilter.org/libnftnl/"
"libnftnl-" version ".tar.xz")) "libnftnl-" version ".tar.xz"))
(sha256 (sha256
(base32 "1x3pqxclpxcw8x5qx0vyi7znf9xwlkqsfd9sy4cxlir1v4nfmsnf")))) (base32 "15ddcyp91lxjh2wfi8xicjpffhn9rpiqsa8djbkqvc69npbabzip"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs (native-inputs
(list pkg-config)) (list pkg-config))
@ -8867,15 +8867,16 @@ used by nftables.")
;; This is used in iptables, which contributes to rust. We're pinning this ;; This is used in iptables, which contributes to rust. We're pinning this
;; variant to avoid accidental rebuilds of rust. ;; variant to avoid accidental rebuilds of rust.
(define-public libnftnl/pinned (define-public libnftnl/pinned
(package (inherit libnftnl) (package
(version "1.2.3") (inherit libnftnl)
(version "1.2.8")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (string-append "mirror://netfilter.org/libnftnl/" (uri (string-append "mirror://netfilter.org/libnftnl/"
"libnftnl-" version ".tar.bz2")) "libnftnl-" version ".tar.xz"))
(sha256 (sha256
(base32 "0m82bmh8i24hwxmz7rxwxjll4904ghd2b1x1p5h8algrg6dyl5p9")))) (base32 "15ddcyp91lxjh2wfi8xicjpffhn9rpiqsa8djbkqvc69npbabzip"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs (native-inputs
(list pkg-config)) (list pkg-config))