GNU bug report logs -
#47068
[PATCH] gnu: Update zfs to 2.0.4.
Previous Next
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 47068 in the body.
You can then email your comments to 47068 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#47068
; Package
guix-patches
.
(Thu, 11 Mar 2021 12:58:01 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
raid5atemyhomework <raid5atemyhomework <at> protonmail.com>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Thu, 11 Mar 2021 12:58:01 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
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 <at> 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
Reply sent
to
Tobias Geerinckx-Rice <me <at> tobias.gr>
:
You have taken responsibility.
(Thu, 11 Mar 2021 20:57:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
raid5atemyhomework <raid5atemyhomework <at> protonmail.com>
:
bug acknowledged by developer.
(Thu, 11 Mar 2021 20:57:02 GMT)
Full text and
rfc822 format available.
Message #10 received at 47068-done <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
RAID,
Thanks! Pushed as 495a68e8e53b5f72c370c8a58a3ec5df892b17cb.
raid5atemyhomework via Guix-patches via 写道:
> * gnu/packages/file-systems.scm (zfs): Update to 2.0.4,
> rename to OpenZFS.
Self-nitpick: I should have changed this to
> * gnu/packages/file-systems.scm (zfs): Update to 2.0.4
> [synopsis, description]: Rename to OpenZFS.
Kind regards,
T G-R
[signature.asc (application/pgp-signature, inline)]
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Fri, 09 Apr 2021 11:24:08 GMT)
Full text and
rfc822 format available.
This bug report was last modified 4 years and 71 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.