system/spl-solaris: Updated for version 0.7.5.

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
Marcin Szychowski 2017-12-30 09:42:29 -06:00 committed by Willy Sudiarto Raharjo
parent 25b4599354
commit bb843c9fe2
4 changed files with 10 additions and 10 deletions

View file

@ -1,7 +1,7 @@
The Solaris Porting Layer (SPL) is a Linux kernel module which The Solaris Porting Layer (SPL) is a Linux kernel module which
provides many of the Solaris kernel APIs. provides many of the Solaris kernel APIs. This shim layer makes
This shim layer makes it possible to run Solaris kernel code in the it possible to run Solaris kernel code in the Linux kernel with
Linux kernel with relatively minimal modification. relatively minimal modification.
This can be particularly useful when you want to track upstream This can be particularly useful when you want to track upstream
Solaris development closely and do not want the overhead of Solaris development closely and do not want the overhead of
@ -15,5 +15,5 @@ This package is kernel dependent, so you'll need to recompile it for
every new kernel you choose to run. every new kernel you choose to run.
If you're building this for a kernel that isn't currently running, If you're building this for a kernel that isn't currently running,
you'll need to pass what that kernel's 'uname -a' output will be you'll need to pass what that kernel's 'uname -r' output will be
to the KERN variable when running the script, e.g. KERN=4.14.9 to the KERN variable when running the build script, e.g. KERN=4.14.9

View file

@ -13,7 +13,7 @@ spl-solaris: which provides many of the Solaris kernel APIs.
spl-solaris: This shim layer makes it possible to run Solaris kernel code spl-solaris: This shim layer makes it possible to run Solaris kernel code
spl-solaris: in the Linux kernel with relatively minimal modification. spl-solaris: in the Linux kernel with relatively minimal modification.
spl-solaris: spl-solaris:
spl-solaris: homepage: http://zfsonlinux.org spl-solaris: Homepage: http://zfsonlinux.org
spl-solaris: spl-solaris:
spl-solaris: spl-solaris:
spl-solaris: spl-solaris:

View file

@ -28,7 +28,7 @@
PRGNAM=spl-solaris PRGNAM=spl-solaris
SRCNAM=spl SRCNAM=spl
VERSION=${VERSION:-0.7.4} VERSION=${VERSION:-0.7.5}
BUILD=${BUILD:-1} BUILD=${BUILD:-1}
TAG=${TAG:-_SBo} TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="spl-solaris" PRGNAM="spl-solaris"
VERSION="0.7.4" VERSION="0.7.5"
HOMEPAGE="http://zfsonlinux.org" HOMEPAGE="http://zfsonlinux.org"
DOWNLOAD="https://github.com/zfsonlinux/zfs/releases/download/zfs-0.7.4/spl-0.7.4.tar.gz" DOWNLOAD="https://github.com/zfsonlinux/zfs/releases/download/zfs-0.7.5/spl-0.7.5.tar.gz"
MD5SUM="1c72afb7d71e0a56bf1789f276887449" MD5SUM="9659a369571701f726af11426084ced6"
DOWNLOAD_x86_64="" DOWNLOAD_x86_64=""
MD5SUM_x86_64="" MD5SUM_x86_64=""
REQUIRES="" REQUIRES=""