mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-25 17:55:21 +00:00
openafs_1_8: Add upstream patches for Linux kernel 5.8 and 5.9
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
(cherry picked from commit 14245d48a4)
This commit is contained in:
committed by
Jörg Thalheim
parent
9d5ef2a55f
commit
cf1dcfe343
@@ -18,6 +18,25 @@ in stdenv.mkDerivation {
|
||||
|
||||
buildInputs = [ kerberos ];
|
||||
|
||||
patches = [
|
||||
(fetchpatch {
|
||||
url = "https://github.com/openafs/openafs/commit/d7fc5bf9bf031089d80703c48daf30d5b15a80ca.patch";
|
||||
sha256 = "0469ydzgvyvrl1b2s1qbl9cd8c5c1nb99c3z52z5i685da5z6pab";
|
||||
})
|
||||
(fetchpatch {
|
||||
url = "https://github.com/openafs/openafs/commit/335f37be13d2ff954e4aeea617ee66502170805e.patch";
|
||||
sha256 = "0jr6cgplnip61cjlcd3fvgsc6n3jhfk93mm9m7ak04w1vc26dk9x";
|
||||
})
|
||||
(fetchpatch {
|
||||
url = "https://github.com/openafs/openafs/commit/facff58b840a47853592510617ba7a1da2e3eaa9.patch";
|
||||
sha256 = "0izafg6bi5iaigq3jjx0zlg1cxwaddz3238hk0s08fcb6nyhkvx1";
|
||||
})
|
||||
(fetchpatch {
|
||||
url = "https://github.com/openafs/openafs/commit/e7902252f15acfc28453c531f6fa3b29c9c91b92.patch";
|
||||
sha256 = "1jy4v8yx8p6mhma6b3h3g94mb38bw7hg7q6lnyc8bijkbnl0d1rl";
|
||||
})
|
||||
];
|
||||
|
||||
hardeningDisable = [ "pic" ];
|
||||
|
||||
configureFlags = [
|
||||
@@ -56,7 +75,7 @@ in stdenv.mkDerivation {
|
||||
license = licenses.ipl10;
|
||||
platforms = platforms.linux;
|
||||
maintainers = [ maintainers.maggesi maintainers.spacefrogg ];
|
||||
broken = with kernel; kernelOlder "3.18" || kernelAtLeast "5.8" || isHardened;
|
||||
broken = with kernel; kernelOlder "3.18" || kernelAtLeast "5.10" || isHardened;
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user