guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: perl-data-validate-ip: Update to 0.30 [fixes


From: guix-commits
Subject: branch master updated: gnu: perl-data-validate-ip: Update to 0.30 [fixes CVE-2021-29662].
Date: Thu, 01 Apr 2021 09:42:53 -0400

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

lle_bout pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 8ec03ed  gnu: perl-data-validate-ip: Update to 0.30 [fixes 
CVE-2021-29662].
8ec03ed is described below

commit 8ec03ed5475ca7919a7d11541ff8cbf33a9ffe67
Author: Léo Le Bouter <lle-bout@zaclys.net>
AuthorDate: Thu Apr 1 15:34:38 2021 +0200

    gnu: perl-data-validate-ip: Update to 0.30 [fixes CVE-2021-29662].
    
    * gnu/packages/networking.scm (perl-data-validate-ip): Update to 0.30.
---
 gnu/packages/networking.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index 7dd484f..75f0fa5 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -1895,7 +1895,7 @@ loop.")
 (define-public perl-data-validate-ip
   (package
     (name "perl-data-validate-ip")
-    (version "0.27")
+    (version "0.30")
     (source
      (origin
        (method url-fetch)
@@ -1903,7 +1903,7 @@ loop.")
              "mirror://cpan/authors/id/D/DR/DROLSKY/Data-Validate-IP-"
              version ".tar.gz"))
        (sha256
-        (base32 "1mmppyzsh1w2z2h86kvzqxy56wxgs62a3kf8nvcnz76bblir5ap1"))))
+        (base32 "074adrlvkiahj1fdc9nvb95dpfyjzm2jzhi90m8xaw4bw5ipcbzy"))))
     (build-system perl-build-system)
     (native-inputs
      `(("perl-test-requires" ,perl-test-requires)))



reply via email to

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