forked from mirrors/nixpkgs
qt4: fix CVE-2013-4549.patch
This commit is contained in:
parent
7a93e63ae9
commit
a84d2267d1
|
@ -49,6 +49,16 @@ stdenv.mkDerivation rec {
|
|||
|
||||
patches =
|
||||
[ ./glib-2.32.patch
|
||||
(fetchurl {
|
||||
name = "CVE-2013-4549.patch";
|
||||
url = "https://projects.archlinux.org/svntogit/packages.git/plain/trunk/CVE-2013-4549.patch?h=packages/qt4";
|
||||
sha256 = "0xz60fmspzvsyhd0f013pvh2bbm87976128fphbckfcwiqr1hanw";
|
||||
})
|
||||
(fetchurl {
|
||||
name = "libmng2.patch";
|
||||
url = "https://projects.archlinux.org/svntogit/packages.git/plain/trunk/libmng2.patch?h=packages/qt4";
|
||||
sha256 = "1sgnrl3qzr370ad5bqc66f7sp0gk046jnsy1811x24f16cs04xzh";
|
||||
})
|
||||
(substituteAll {
|
||||
src = ./dlopen-absolute-paths.diff;
|
||||
inherit cups icu libXfixes;
|
||||
|
|
Loading…
Reference in a new issue