system/zfs-on-linux: Updated for version 0.8.0.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Marcin Szychowski 2019-05-29 11:52:05 +07:00 committed by Willy Sudiarto Raharjo
parent 54a23f0d36
commit 807947de0b
4 changed files with 10 additions and 10 deletions

View file

@ -10,6 +10,6 @@ every new kernel you choose to run.
If you're building this for a kernel that isn't currently running,
you'll need to pass what that kernel's 'uname -r' output will be
to the KERN variable when running the build script, e.g. KERN=4.14.9
to the KERN variable when running the build script, e.g. KERN=4.19.46
NOTE: you should run this on x86_64 systems.

View file

@ -12,8 +12,8 @@ zfs-on-linux: ZFS is a combined file system and logical volume manager designed
zfs-on-linux: Sun Microsystems for Solaris. It features protection against data
zfs-on-linux: corruption, support for high storage capacities, efficient data
zfs-on-linux: compression, snapshots, copy-on-write clones, continuous integrity
zfs-on-linux: checking and automatic repair, ability to send/receive filesystems
zfs-on-linux: (snapshots) over e.g. SSH, and many, many more.
zfs-on-linux: This package requires spl-solaris.
zfs-on-linux: checking and automatic repair, native encryption, block-level data
zfs-on-linux: deduplication, ability to serialize filesystems (snapshots)
zfs-on-linux: e.g. to send/receive them over SSH, and many, many more.
zfs-on-linux:
zfs-on-linux: Homepage: https://zfsonlinux.org

View file

@ -28,7 +28,7 @@
PRGNAM=zfs-on-linux
SRCNAM=zfs
VERSION=${VERSION:-0.7.13}
VERSION=${VERSION:-0.8.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -113,7 +113,7 @@ find $PKG/usr/man -type f -exec gzip -9 {} \;
for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a AUTHORS COPYRIGHT DISCLAIMER OPENSOLARIS.LICENSE README.markdown \
cp -a AUTHORS COPYRIGHT LICENSE META README.md NEWS NOTICE CODE_OF_CONDUCT.md \
$PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild

View file

@ -1,10 +1,10 @@
PRGNAM="zfs-on-linux"
VERSION="0.7.13"
VERSION="0.8.0"
HOMEPAGE="https://zfsonlinux.org"
DOWNLOAD="https://github.com/zfsonlinux/zfs/releases/download/zfs-0.7.13/zfs-0.7.13.tar.gz"
MD5SUM="1a7ff56d466a07cd7899ab714308d2c3"
DOWNLOAD="https://github.com/zfsonlinux/zfs/releases/download/zfs-0.8.0/zfs-0.8.0.tar.gz"
MD5SUM="9a21d132c5aaecc57a62222f50850c53"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="spl-solaris"
REQUIRES=""
MAINTAINER="Marcin Szychowski"
EMAIL="szycha@gmail.com"