diff options
| author | Thomas Gerbet <thomas@gerbet.me> | 2022-01-28 18:41:27 +0100 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2022-01-29 22:45:16 +0000 |
| commit | d5147b22b5b20fe0ff0fde5804acd1c3ee69d585 (patch) | |
| tree | 8e5e5c6ec46f8b9ebb138de4413695ae5e467a93 | |
| parent | Merge #156696: staging-next: 21.11 iteration 6 (diff) | |
| download | nixpkgs-origin/backport-157176-to-release-21.11.tar.gz | |
perlPackages.CPAN: 2.28 -> 2.29origin/backport-157176-to-release-21.11
Fixes CVE-2020-16156
https://metacpan.org/release/ANDK/CPAN-2.29/source/Changes
(cherry picked from commit e6d73949cff6d45522a2c539686c06b0056e13f2)
| -rw-r--r-- | pkgs/top-level/perl-packages.nix | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/top-level/perl-packages.nix b/pkgs/top-level/perl-packages.nix index 3d29e41364ac..c8407bc8c1ce 100644 --- a/pkgs/top-level/perl-packages.nix +++ b/pkgs/top-level/perl-packages.nix @@ -4042,12 +4042,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 ]; |
