summaryrefslogtreecommitdiffstats
path: root/system/openzfs
diff options
context:
space:
mode:
author Matt Egger <bru.barwal@sdf.org>2023-10-14 08:41:14 +0800
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2023-10-14 10:32:24 +0700
commitb497f5610cbcb1055a7a23c0c1f1a34cebdc934f (patch)
treee4ae9a30c3def8ee313307c0a72eb103478f44ac /system/openzfs
parentb83244dc1362ac50f4197a7abaaccab941557f3a (diff)
downloadslackbuilds-b497f5610cbcb1055a7a23c0c1f1a34cebdc934f.tar.gz
slackbuilds-b497f5610cbcb1055a7a23c0c1f1a34cebdc934f.tar.xz
system/openzfs: Updated for version 2.1.13.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/openzfs')
-rw-r--r--system/openzfs/README2
-rw-r--r--system/openzfs/openzfs.SlackBuild3
-rw-r--r--system/openzfs/openzfs.info6
3 files changed, 6 insertions, 5 deletions
diff --git a/system/openzfs/README b/system/openzfs/README
index 671c2cfdc9..9c06c686cd 100644
--- a/system/openzfs/README
+++ b/system/openzfs/README
@@ -7,7 +7,7 @@ This package is kernel dependent, so you'll need to recompile it for
every new kernel you choose to run.
Please use KERNEL environment variable if target kernel version differs
-from that of the build machine, e.g. `export KERNEL=5.15.116`.
+from that of the build machine, e.g. `export KERNEL=5.15.117`.
Dracut support is compiled in if dracut is installed at the time of
building.
diff --git a/system/openzfs/openzfs.SlackBuild b/system/openzfs/openzfs.SlackBuild
index e6876c1d28..1a871a5c02 100644
--- a/system/openzfs/openzfs.SlackBuild
+++ b/system/openzfs/openzfs.SlackBuild
@@ -2,6 +2,7 @@
# Slackware build script for openzfs
+# Copyright 2023 Matt Egger <bru.barwal@sdf.org>, USA
# Copyright 2021-23 Markus Reichelt <slackbuilds@mareichelt.de>, Germany
# Copyright 2017 Marcin Szychowski <szycha@gmail.com>, Poland
# Copyright 2016 Kevin Paulus <goarilla@gmail.com>, Belgium
@@ -31,7 +32,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=openzfs
SRCNAM=zfs
-VERSION=${VERSION:-2.1.12}
+VERSION=${VERSION:-2.1.13}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
diff --git a/system/openzfs/openzfs.info b/system/openzfs/openzfs.info
index 6fca4c0b73..427af06134 100644
--- a/system/openzfs/openzfs.info
+++ b/system/openzfs/openzfs.info
@@ -1,8 +1,8 @@
PRGNAM="openzfs"
-VERSION="2.1.12"
+VERSION="2.1.13"
HOMEPAGE="https://openzfs.org"
-DOWNLOAD="https://github.com/openzfs/zfs/releases/download/zfs-2.1.12/zfs-2.1.12.tar.gz"
-MD5SUM="64273731d8b9611c41c7fd8060aed6b1"
+DOWNLOAD="https://github.com/openzfs/zfs/releases/download/zfs-2.1.13/zfs-2.1.13.tar.gz"
+MD5SUM="b1c904208f312e6398a8153f6572dff7"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""