lilypond: add patch to restrict embedded-{ps,svg} when -dsafe is used

Fixes: CVE-2020-17353
Closes: #96802
gstqt5
Martin Weinelt 2020-10-01 05:30:26 +02:00
parent e7fe577d98
commit 500d7b81f9
No known key found for this signature in database
GPG Key ID: BD4AA0528F63F17E
1 changed files with 8 additions and 1 deletions

View File

@ -16,7 +16,14 @@ stdenv.mkDerivation rec {
sha256 = "0qd6pd4siss016ffmcyw5qc6pr2wihnvrgd4kh1x725w7wr02nar";
};
patches = [ ./findlib.patch ];
patches = [
./findlib.patch
(fetchurl {
name = "CVE-2020-17353.patch";
url = "https://git.savannah.gnu.org/gitweb/?p=lilypond.git;a=commitdiff_plain;h=b84ea4740f3279516905c5db05f4074e777c16ff;hp=b97bd35ac99efd68569327f62f3c8a19511ebe43";
sha256 = "1i79gy3if070rdgj7j6inw532j0f6ya5qc6kgcnlkbx02rqrhr7v";
})
];
postInstall = ''
for f in "$out/bin/"*; do