perlPackages.CPAN: 2.28 -> 2.29

Fixes CVE-2020-16156
https://metacpan.org/release/ANDK/CPAN-2.29/source/Changes
main
Thomas Gerbet 2 years ago
parent cc44eb9806
commit e6d73949cf
  1. 8
      pkgs/top-level/perl-packages.nix

@ -4043,12 +4043,12 @@ let
CPAN = buildPerlPackage {
pname = "CPAN";
version = "2.28";
version = "2.29";
src = fetchurl {
url = "mirror://cpan/authors/id/A/AN/ANDK/CPAN-2.28.tar.gz";
sha256 = "39d357489283d479695027640d7fc25b42ec3c52003071d1ec94496e34af5974";
url = "mirror://cpan/authors/id/A/AN/ANDK/CPAN-2.29.tar.gz";
sha256 = "1f55672efd505a9baacfa1924d115362120aa6bf8efab7a17c7cb090b17ccc41";
};
propagatedBuildInputs = [ ArchiveZip CPANChecksums CPANPerlReleases Expect FileHomeDir LWP LogLog4perl ModuleBuild TermReadKey YAML YAMLLibYAML YAMLSyck ];
propagatedBuildInputs = [ ArchiveZip CPANChecksums CPANPerlReleases CompressBzip2 Expect FileHomeDir FileWhich LWP LogLog4perl ModuleSignature TermReadKey TextGlob YAML YAMLLibYAML YAMLSyck IOSocketSSL ];
meta = {
description = "Query, download and build perl modules from CPAN sites";
license = with lib.licenses; [ artistic1 gpl1Plus ];

Loading…
Cancel
Save