summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZheng Junjie <z572@z572.online>2025-02-08 02:33:38 +0800
committerZheng Junjie <z572@z572.online>2025-02-08 02:33:38 +0800
commitf58d1b91cace4b1f4cb152e29d212a0838f82ac3 (patch)
treebd75c81529414ba78f0b29b59d796757f4485fb6
parent8ce8021c81dafbc845b0e92f4de31c8e9781ce00 (diff)
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
-rw-r--r--gnu/packages/linux.scm13
1 files changed, 7 insertions, 6 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index cebe25d1fe..abb39bc75f 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -8320,14 +8320,14 @@ re-use code and to avoid re-inventing the wheel.")
(define-public libnftnl
(package
(name "libnftnl")
- (version "1.2.6")
+ (version "1.2.8")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://netfilter.org/libnftnl/"
"libnftnl-" version ".tar.xz"))
(sha256
- (base32 "1x3pqxclpxcw8x5qx0vyi7znf9xwlkqsfd9sy4cxlir1v4nfmsnf"))))
+ (base32 "15ddcyp91lxjh2wfi8xicjpffhn9rpiqsa8djbkqvc69npbabzip"))))
(build-system gnu-build-system)
(native-inputs
(list pkg-config))
@@ -8348,15 +8348,16 @@ used by nftables.")
;; This is used in iptables, which contributes to rust. We're pinning this
;; variant to avoid accidental rebuilds of rust.
(define-public libnftnl/pinned
- (package (inherit libnftnl)
- (version "1.2.3")
+ (package
+ (inherit libnftnl)
+ (version "1.2.8")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://netfilter.org/libnftnl/"
- "libnftnl-" version ".tar.bz2"))
+ "libnftnl-" version ".tar.xz"))
(sha256
- (base32 "0m82bmh8i24hwxmz7rxwxjll4904ghd2b1x1p5h8algrg6dyl5p9"))))
+ (base32 "15ddcyp91lxjh2wfi8xicjpffhn9rpiqsa8djbkqvc69npbabzip"))))
(build-system gnu-build-system)
(native-inputs
(list pkg-config))