potrace: 1.14 -> 1.15

Fixes CVE-2017-12067 and other security issues.

Fixes NixOS/security#107.
This commit is contained in:
Franz Pletz 2017-09-18 17:21:59 +02:00
parent 0e550fd51c
commit ede0ecdc69
No known key found for this signature in database
GPG Key ID: 846FDED7792617B4

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
name = "potrace-${version}";
version = "1.14";
version = "1.15";
src = fetchurl {
url = "http://potrace.sourceforge.net/download/${version}/potrace-${version}.tar.gz";
sha256 = "0znr9i0ljb818qiwm22zw63g11a4v08gc5xkh0wbdp6g259vcwnv";
sha256 = "17ajildjp14shsy339xarh1lw1p0k60la08ahl638a73mh23kcx9";
};
configureFlags = [ "--with-libpotrace" ];