mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
perl-bignum: 0.43 -> 0.44
Resolves CVE-2016-1238, see <https://rt.cpan.org/Public/Bug/Display.html?id=116506>.
This commit is contained in:
parent
231cd277df
commit
e700ff6e0c
1 changed files with 2 additions and 2 deletions
|
@ -649,10 +649,10 @@ let self = _self // overrides; _self = with self; {
|
||||||
};
|
};
|
||||||
|
|
||||||
bignum = buildPerlPackage rec {
|
bignum = buildPerlPackage rec {
|
||||||
name = "bignum-0.43";
|
name = "bignum-0.44";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://cpan/authors/id/P/PJ/PJACKLAM/${name}.tar.gz";
|
url = "mirror://cpan/authors/id/P/PJ/PJACKLAM/${name}.tar.gz";
|
||||||
sha256 = "0610cb569fe51ceaa98991549192b54a09b5ebd9bd03aee39e7234f7c222366d";
|
sha256 = "e32048bfc77788f1407e0b2bf54e0aba44d9e5e2743d2013b3afd6a630bed06f";
|
||||||
};
|
};
|
||||||
buildInputs = [ MathBigInt MathBigRat ];
|
buildInputs = [ MathBigInt MathBigRat ];
|
||||||
meta = {
|
meta = {
|
||||||
|
|
Loading…
Reference in a new issue