qt4: fix CVE-2013-4549.patch

wip/yesman
Vladimír Čunát 11 years ago
parent 7a93e63ae9
commit a84d2267d1
  1. 10
      pkgs/development/libraries/qt-4.x/4.8/default.nix

@ -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…
Cancel
Save