Merge pull request #91602 from mweinelt/ceph

ceph: apply patch for CVE-2020-10753
This commit is contained in:
Sarah Brofeldt 2020-06-26 15:39:10 +02:00 committed by GitHub
commit 1c3b6748fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -106,6 +106,12 @@ in rec {
patches = [
./0000-fix-SPDK-build-env.patch
(fetchurl {
# Remove for Ceph > v15.2.3; https://www.openwall.com/lists/oss-security/2020/06/25/5
name = "CVE-2020-10753.patch";
url = "https://github.com/ceph/ceph/pull/35773/commits/1524d3c0c5cb11775313ea1e2bb36a93257947f2.patch";
sha256 = "1c04kirijp4c8a5pgwqx17dzdnzvd29nl2nr3qdvf4fkqwnlf48s";
})
];
nativeBuildInputs = [