Updated libpng version. Vulnerability of kind "visit a page with a bad picture, browser fails".
svn path=/nixpkgs/trunk/; revision=8955
This commit is contained in:
parent
9b43958df5
commit
474c738642
@ -3,10 +3,10 @@
|
||||
assert zlib != null;
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "libpng-1.2.16";
|
||||
name = "libpng-1.2.18";
|
||||
src = fetchurl {
|
||||
url = http://heanet.dl.sourceforge.net/sourceforge/libpng/libpng-1.2.16.tar.bz2;
|
||||
md5 = "7a1ca4f49bcffdec60d50f48460642bd";
|
||||
url = http://dfn.dl.sourceforge.net/sourceforge/libpng/libpng-1.2.18.tar.bz2;
|
||||
sha256 = "0qhcy8r0r8280wahs91xi4p79gm2cb021x9bcww1r5bywvwn5kkg";
|
||||
};
|
||||
propagatedBuildInputs = [zlib];
|
||||
inherit zlib;
|
||||
|
Loading…
Reference in New Issue
Block a user