From: raid5atemyhomework via Guix-patches via <guix-patches@gnu.org>
To: 47068@debbugs.gnu.org
Subject: [bug#47068] [PATCH] gnu: Update zfs to 2.0.4.
Date: Thu, 11 Mar 2021 12:56:48 +0000 [thread overview]
Message-ID: <YjijDY9Q-mcYzYeuxJiqgZkariNcWHX3_f08tD02CpBBlCFaEB0ZXRN5VwWt9Sdjqh8HryaorP6HOOGi3dx7Tx6U4AMBf9eDdvGw9OoVQdg=@protonmail.com> (raw)
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.
---
gnu/packages/file-systems.scm | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/file-systems.scm b/gnu/packages/file-systems.scm
index 18d7aaffce..a6c7969638 100644
--- a/gnu/packages/file-systems.scm
+++ b/gnu/packages/file-systems.scm
@@ -849,7 +849,7 @@ APFS.")
(define-public zfs
(package
(name "zfs")
- (version "2.0.3")
+ (version "2.0.4")
(outputs '("out" "module" "src"))
(source
(origin
@@ -858,7 +858,7 @@ APFS.")
"/download/zfs-" version
"/zfs-" version ".tar.gz"))
(sha256
- (base32 "0fg5hz1yy2z5ah0hzjv3xy5vcg1c214rps90dr80lfkalx5gd506"))))
+ (base32 "0v2zshimz5miyj8mbskb52pnzyl1s4rhpr6208zq549v8g2l84vx"))))
(build-system linux-module-build-system)
(arguments
`(;; The ZFS kernel module should not be downloaded since the license
@@ -968,9 +968,9 @@ APFS.")
("util-linux:lib" ,util-linux "lib")
("zlib" ,zlib)))
(home-page "https://zfsonlinux.org/")
- (synopsis "Native ZFS on Linux")
+ (synopsis "OpenZFS on Linux")
(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
community.")
(license license:cddl1.0)))
--
2.30.1
next reply other threads:[~2021-03-11 12:58 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-03-11 12:56 raid5atemyhomework via Guix-patches via [this message]
2021-03-11 20:57 ` bug#47068: [PATCH] gnu: Update zfs to 2.0.4 Tobias Geerinckx-Rice via Guix-patches via
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='YjijDY9Q-mcYzYeuxJiqgZkariNcWHX3_f08tD02CpBBlCFaEB0ZXRN5VwWt9Sdjqh8HryaorP6HOOGi3dx7Tx6U4AMBf9eDdvGw9OoVQdg=@protonmail.com' \
--to=guix-patches@gnu.org \
--cc=47068@debbugs.gnu.org \
--cc=raid5atemyhomework@protonmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).