gnu: perl-file-path: Update to 2.13.

This fixes CVE-2017-6512.

* gnu/packages/perl.scm (perl-file-path): Update to 2.13.
This commit is contained in:
Leo Famulari 2017-06-05 22:02:17 -04:00
parent 2ad7919da6
commit 9c8fb06e4c
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
1 changed files with 3 additions and 3 deletions

View File

@ -2986,17 +2986,17 @@ platforms.")
(define-public perl-file-path (define-public perl-file-path
(package (package
(name "perl-file-path") (name "perl-file-path")
(version "2.12") (version "2.13")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (string-append
"mirror://cpan/authors/id/R/RI/RICHE/File-Path-" "mirror://cpan/authors/id/J/JK/JKEENAN/File-Path-"
version version
".tar.gz")) ".tar.gz"))
(sha256 (sha256
(base32 (base32
"0znihrlcnlpa0ziml0hkq9s59p1bjd2a6khgx2accdf16w6imxmv")))) "039gc0i5cbdmidl8j8x195yykwcdmzwawmpapnysvljl8l33jqwj"))))
(build-system perl-build-system) (build-system perl-build-system)
(home-page "http://search.cpan.org/dist/File-Path") (home-page "http://search.cpan.org/dist/File-Path")
(synopsis "Create or remove directory trees") (synopsis "Create or remove directory trees")