gnu: Update zfs to 2.0.4.
Mostly FreeBSD fixes, some documentation changes and corrections, and a few small bugfixes. Tested with `guix build` only, no in-depth testing done. From 6037ac6f797f37abb579278a0d30cd16e6876ec6 Mon Sep 17 00:00:00 2001 From: raid5atemyhomework <raid5atemyhomework@protonmail.com> Date: Thu, 11 Mar 2021 12:43:58 +0000 Subject: [PATCH] gnu: Update zfs to 2.0.4. * gnu/packages/file-systems.scm (zfs): Update to 2.0.4, rename to OpenZFS. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
This commit is contained in:
parent
828b4a9156
commit
495a68e8e5
1 changed files with 4 additions and 4 deletions
|
@ -849,7 +849,7 @@ APFS.")
|
||||||
(define-public zfs
|
(define-public zfs
|
||||||
(package
|
(package
|
||||||
(name "zfs")
|
(name "zfs")
|
||||||
(version "2.0.3")
|
(version "2.0.4")
|
||||||
(outputs '("out" "module" "src"))
|
(outputs '("out" "module" "src"))
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
|
@ -858,7 +858,7 @@ APFS.")
|
||||||
"/download/zfs-" version
|
"/download/zfs-" version
|
||||||
"/zfs-" version ".tar.gz"))
|
"/zfs-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0fg5hz1yy2z5ah0hzjv3xy5vcg1c214rps90dr80lfkalx5gd506"))))
|
(base32 "0v2zshimz5miyj8mbskb52pnzyl1s4rhpr6208zq549v8g2l84vx"))))
|
||||||
(build-system linux-module-build-system)
|
(build-system linux-module-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(;; The ZFS kernel module should not be downloaded since the license
|
`(;; The ZFS kernel module should not be downloaded since the license
|
||||||
|
@ -968,9 +968,9 @@ APFS.")
|
||||||
("util-linux:lib" ,util-linux "lib")
|
("util-linux:lib" ,util-linux "lib")
|
||||||
("zlib" ,zlib)))
|
("zlib" ,zlib)))
|
||||||
(home-page "https://zfsonlinux.org/")
|
(home-page "https://zfsonlinux.org/")
|
||||||
(synopsis "Native ZFS on Linux")
|
(synopsis "OpenZFS on Linux")
|
||||||
(description
|
(description
|
||||||
"ZFS on Linux is an advanced file system and volume manager which was
|
"OpenZFS is an advanced file system and volume manager which was
|
||||||
originally developed for Solaris and is now maintained by the OpenZFS
|
originally developed for Solaris and is now maintained by the OpenZFS
|
||||||
community.")
|
community.")
|
||||||
(license license:cddl1.0)))
|
(license license:cddl1.0)))
|
||||||
|
|
Reference in a new issue