guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: perl-encode: Update to 3.19 [fixes CVE-2021-


From: guix-commits
Subject: branch master updated: gnu: perl-encode: Update to 3.19 [fixes CVE-2021-36770].
Date: Sun, 26 Feb 2023 16:59:29 -0500

This is an automated email from the git hooks/post-receive script.

nckx pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 6bae14f614 gnu: perl-encode: Update to 3.19 [fixes CVE-2021-36770].
6bae14f614 is described below

commit 6bae14f61479f04a40fee44b1d1d89a33d9e93c0
Author: Bruno Victal <mirai@makinata.eu>
AuthorDate: Sun Feb 26 18:29:55 2023 +0000

    gnu: perl-encode: Update to 3.19 [fixes CVE-2021-36770].
    
    * gnu/packages/perl.scm (perl-encode): Update to 3.19.
    [propagated-inputs]: Remove.
    
    Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
---
 gnu/packages/perl.scm | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index 7b97e7adfa..41b68baea8 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -4144,17 +4144,15 @@ the programmer to be mindfulof the space of platform 
variations.")
 (define-public perl-encode
   (package
     (name "perl-encode")
-    (version "3.10")
+    (version "3.19")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "mirror://cpan/authors/id/D/DA/DANKOGAI/"
                            "Encode-" version ".tar.gz"))
        (sha256
-        (base32 "1a8rwcrxxhq81jcdvdwns05c65jwr5r6bxvby6vdcr3ny5m91my2"))))
+        (base32 "1x9f0naqskv9v7dif480vrzfmn8zhvq9g0w3r164v7pnxr4ghqwi"))))
     (build-system perl-build-system)
-    (propagated-inputs
-     (list perl-exporter perl-storable perl-parent))
     (home-page "https://metacpan.org/dist/Encode";)
     (synopsis "Character encodings in Perl")
     (description "Encode module provides the interface between Perl strings and



reply via email to

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