guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/02: gnu: perl-file-path: Update to 2.13.


From: Leo Famulari
Subject: 01/02: gnu: perl-file-path: Update to 2.13.
Date: Tue, 6 Jun 2017 21:01:32 -0400 (EDT)

lfam pushed a commit to branch master
in repository guix.

commit 9c8fb06e4c0719319b7b3ca68489dddadeb42571
Author: Leo Famulari <address@hidden>
Date:   Mon Jun 5 22:02:17 2017 -0400

    gnu: perl-file-path: Update to 2.13.
    
    This fixes CVE-2017-6512.
    
    * gnu/packages/perl.scm (perl-file-path): Update to 2.13.
---
 gnu/packages/perl.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]