guix-commits
[Top][All Lists]
Advanced

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

01/13: gnu: perl: Incorporate patch for CVE-2016-2381.


From: ???
Subject: 01/13: gnu: perl: Incorporate patch for CVE-2016-2381.
Date: Wed, 16 Mar 2016 03:57:51 +0000

iyzsong pushed a commit to branch gtk-update
in repository guix.

commit a8b24cb15473eb7d62149c6ec844bf0845e93693
Author: Ludovic Courtès <address@hidden>
Date:   Wed Mar 9 15:17:12 2016 +0100

    gnu: perl: Incorporate patch for CVE-2016-2381.
    
    * gnu/packages/perl.scm (perl)[source]: Add "perl-CVE-2016-2381.patch".
    [replacement]: Remove.
    (perl-fixed): Remove.
---
 gnu/packages/perl.scm |   26 ++------------------------
 1 files changed, 2 insertions(+), 24 deletions(-)

diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index d67870f..b2d96ab 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -37,7 +37,6 @@
 (define-public perl
   ;; Yeah, Perl...  It is required early in the bootstrap process by Linux.
   (package
-    (replacement perl-fixed)
     (name "perl")
     (version "5.22.1")
     (source (origin
@@ -53,7 +52,8 @@
                              "perl-source-date-epoch.patch"
                              "perl-deterministic-ordering.patch"
                              "perl-no-build-time.patch"
-                             "perl-CVE-2015-8607.patch")))))
+                             "perl-CVE-2015-8607.patch"
+                             "perl-CVE-2016-2381.patch")))))
     (build-system gnu-build-system)
     (arguments
      '(#:tests? #f
@@ -115,28 +115,6 @@
     (home-page "http://www.perl.org/";)
     (license gpl1+)))                          ; or "Artistic"
 
-(define perl-fixed
-  (package
-    (inherit perl)
-    (replacement #f)
-    (source
-      (let ((name "perl") (version "5.22.1"))
-        (origin
-          (method url-fetch)
-          (uri (string-append "http://www.cpan.org/src/5.0/perl-";
-                              version ".tar.gz"))
-          (sha256
-           (base32
-            "09wg24w5syyafyv87l6z8pxwz4bjgcdj996bx5844k6m9445sirb"))
-          (patches (map search-patch
-                        '("perl-no-sys-dirs.patch"
-                          "perl-autosplit-default-time.patch"
-                          "perl-source-date-epoch.patch"
-                          "perl-deterministic-ordering.patch"
-                          "perl-no-build-time.patch"
-                          "perl-CVE-2015-8607.patch"
-                          "perl-CVE-2016-2381.patch"))))))))
-
 (define-public perl-algorithm-c3
   (package
     (name "perl-algorithm-c3")



reply via email to

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