mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: perl: Fix CVE-2018-12015.
* gnu/packages/patches/perl-archive-tar-CVE-2018-12015.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. * gnu/packages/perl.scm (perl-5.26.2)[source](patches): Use it.
This commit is contained in:
parent
57b1dba116
commit
406c83f78d
3 changed files with 39 additions and 0 deletions
|
@ -170,6 +170,8 @@
|
|||
(inherit (package-source perl))
|
||||
(uri (string-append "mirror://cpan/src/5.0/perl-"
|
||||
version ".tar.gz"))
|
||||
(patches (append (origin-patches (package-source perl))
|
||||
(search-patches "perl-archive-tar-CVE-2018-12015.patch")))
|
||||
(sha256
|
||||
(base32
|
||||
"03gpnxx1g6hvlh0v4aqx00580h787sfywp1vlvw64q2xcbm9qbsp"))))))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue