summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Matt Egger2024-02-23 19:51:36 +0100
committer Willy Sudiarto Raharjo2024-02-23 20:17:04 +0100
commit4545563d639e9959649c45f805ee07cb2ab39501 (patch)
treef800d3c4e0e10b3b0420d2b2ffea22ee12b8d96e
parent5519322d91d82ec738924f26197d081ea8063f30 (diff)
downloadslackbuilds-4545563d639e9959649c45f805ee07cb2ab39501.tar.gz
system/openzfs: updated for version 2.2.3
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--system/openzfs/README24
-rw-r--r--system/openzfs/openzfs.SlackBuild2
-rw-r--r--system/openzfs/openzfs.info6
3 files changed, 17 insertions, 15 deletions
diff --git a/system/openzfs/README b/system/openzfs/README
index d99aed9e57..da0611b5d6 100644
--- a/system/openzfs/README
+++ b/system/openzfs/README
@@ -1,15 +1,17 @@
-ZFS is a modern filesystem originally developed for SOLARIS.
-It provides many functionalities such as snapshots, data compression,
-data recovery, filesystem (snapshot) sending/reveiving, and more.
+ZFS is a modern filesystem originally developed for Solaris. It provides
+many functionalities such as snapshots, data compression, data recovery,
+filesystem (snapshot) sending/reveiving, and more.
-NOTE: You'll need the kernel source code to be able to compile this.
-This package is kernel dependent, so you'll need to recompile it for
-every new kernel you choose to run.
+NOTES
-Please use KERNEL environment variable if target kernel version differs
-from that of the build machine, e.g. `export KERNEL=5.15.116`.
+- You'll need the kernel source code to be able to compile this. This
+ package is kernel dependent, so you'll need to recompile it for every
+ new kernel you choose to run.
-Dracut support is compiled in if dracut is installed at the time of
-building.
+- Please use KERNEL environment variable if target kernel version
+ differs from that of the build machine, e.g. `export KERNEL=5.15.116`.
-NOTE for Slackware-x86: this build requires i686, i586 will fail.
+- Dracut support is compiled in if dracut is installed at the time of
+ building.
+
+- Openzfs requires i686 on Slackware-x86. i586 will fail to build.
diff --git a/system/openzfs/openzfs.SlackBuild b/system/openzfs/openzfs.SlackBuild
index 4ea4c8d822..3b56954416 100644
--- a/system/openzfs/openzfs.SlackBuild
+++ b/system/openzfs/openzfs.SlackBuild
@@ -32,7 +32,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=openzfs
SRCNAM=zfs
-VERSION=${VERSION:-2.2.2}
+VERSION=${VERSION:-2.2.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
diff --git a/system/openzfs/openzfs.info b/system/openzfs/openzfs.info
index 016d6e11cd..d09a5ee281 100644
--- a/system/openzfs/openzfs.info
+++ b/system/openzfs/openzfs.info
@@ -1,8 +1,8 @@
PRGNAM="openzfs"
-VERSION="2.2.2"
+VERSION="2.2.3"
HOMEPAGE="https://openzfs.org"
-DOWNLOAD="https://github.com/openzfs/zfs/releases/download/zfs-2.2.2/zfs-2.2.2.tar.gz"
-MD5SUM="bbfea5e8d22e7484150038668d0d410a"
+DOWNLOAD="https://github.com/openzfs/zfs/releases/download/zfs-2.2.3/zfs-2.2.3.tar.gz"
+MD5SUM="e0f2b72ccd47a5b401cbc9f38b1d9073"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""