linuxPackages.zfs: 0.6.5.7 -> 0.6.5.8

Adds compatibility for 4.7 & 4.8 Linux kernels.
This commit is contained in:
Franz Pletz
2016-09-25 14:20:46 +02:00
parent 3a4a425728
commit c8c688b0c9
2 changed files with 6 additions and 6 deletions
+3 -3
View File
@@ -17,13 +17,13 @@ assert buildKernel -> kernel != null;
stdenv.mkDerivation rec {
name = "spl-${configFile}-${version}${optionalString buildKernel "-${kernel.version}"}";
version = "0.6.5.7";
version = "0.6.5.8";
src = fetchFromGitHub {
owner = "zfsonlinux";
repo = "spl";
rev = "spl-${version}";
sha256 = "0i9ak4wqn444i6362xq5xl0msvcck8qqypp0fynrxq8mddzypwps";
sha256 = "000yvaccqlkrq15sdz0734fp3lkmx58182cdcfpm4869i0q7rf0s";
};
patches = [ ./const.patch ./install_prefix.patch ];
@@ -59,7 +59,7 @@ stdenv.mkDerivation rec {
homepage = http://zfsonlinux.org/;
platforms = platforms.linux;
license = licenses.gpl2Plus;
maintainers = with maintainers; [ jcumming wizeman wkennington ];
maintainers = with maintainers; [ jcumming wizeman wkennington fpletz ];
broken = buildKernel
&& (kernel.features.grsecurity or
# spl marked as broken until following patch is released