Skip to content

Commit

Permalink
perl-Image-Info: 1.38 -> 1.39
Browse files Browse the repository at this point in the history
Fixes information disclosure security issue. See
https://lwn.net/Vulnerabilities/704702/.
  • Loading branch information
rycee committed Nov 2, 2016
1 parent e1939ed commit 68f2bc8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/top-level/perl-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down

0 comments on commit 68f2bc8

Please sign in to comment.