perl-Image-Info: 1.38 -> 1.39

Fixes information disclosure security issue. See
https://lwn.net/Vulnerabilities/704702/.
This commit is contained in:
Robert Helgesson 2016-11-02 11:48:06 +01:00
parent e1939ed056
commit 68f2bc8fb3
No known key found for this signature in database
GPG Key ID: C3DB11069E65DC86

View File

@ -6453,10 +6453,10 @@ let self = _self // overrides; _self = with self; {
if_ = self."if";
ImageInfo = buildPerlPackage rec {
name = "Image-Info-1.38";
name = "Image-Info-1.39";
src = fetchurl {
url = "mirror://cpan/authors/id/S/SR/SREZIC/${name}.tar.gz";
sha256 = "b8a68b5661555feaf767956fe9ff14c917a63bedb3e30454d5598d992eb7e919";
sha256 = "af155264667a2c22e3e2225195b8f6589329f9567e1789b7ce439ee21178713d";
};
propagatedBuildInputs = [ IOstringy ];
meta = {