librsvg: 2.40.9 -> 2.40.16 (security)

Fixes CVE-2015-7558 & CVE-2016-6163.

cc #18856

(cherry picked from commit ee8fed4697)
This commit is contained in:
Franz Pletz
2016-09-24 17:29:29 +02:00
parent a6f58636d2
commit 142ee90ef7

View File

@@ -6,11 +6,11 @@
# no introspection by default, it's too big
stdenv.mkDerivation rec {
name = "librsvg-2.40.9";
name = "librsvg-2.40.16";
src = fetchurl {
url = "mirror://gnome/sources/librsvg/2.40/${name}.tar.xz";
sha256 = "0fplymmqqr28y24vcnb01szn62pfbqhk8p1ngns54x9m6mflr5hk";
sha256 = "0bpz6gsq8xi1pb5k9ax6vinph460v14znch3y5yz167s0dmwz2yl";
};
NIX_LDFLAGS = if stdenv.isDarwin then "-lintl" else null;