perl-Image-Info: 1.38 -> 1.39
Fixes information disclosure security issue. See https://lwn.net/Vulnerabilities/704702/.
This commit is contained in:
parent
e1939ed056
commit
68f2bc8fb3
@ -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 = {
|
||||
|
Loading…
Reference in New Issue
Block a user