guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: bind: Update to 9.16.4 [fixes CVE-2020-8618


From: guix-commits
Subject: branch master updated: gnu: bind: Update to 9.16.4 [fixes CVE-2020-8618 & CVE-2020-8619].
Date: Wed, 17 Jun 2020 15:28:54 -0400

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 5e5776d  gnu: bind: Update to 9.16.4 [fixes CVE-2020-8618 & 
CVE-2020-8619].
5e5776d is described below

commit 5e5776dfdef32d1450978e40f0d15550b4dd4049
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Wed Jun 17 21:27:39 2020 +0200

    gnu: bind: Update to 9.16.4 [fixes CVE-2020-8618 & CVE-2020-8619].
    
    * gnu/packages/dns.scm (isc-bind): Update to 9.16.4.
---
 gnu/packages/dns.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/dns.scm b/gnu/packages/dns.scm
index 7ff0501..e4cc4a1 100644
--- a/gnu/packages/dns.scm
+++ b/gnu/packages/dns.scm
@@ -119,7 +119,7 @@ and BOOTP/TFTP for network booting of diskless machines.")
 (define-public isc-bind
   (package
     (name "bind")
-    (version "9.16.3")
+    (version "9.16.4")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -127,7 +127,7 @@ and BOOTP/TFTP for network booting of diskless machines.")
                     "/bind-" version ".tar.xz"))
               (sha256
                (base32
-                "0zjgaspnx0p0rp83h4yj595s25da7fjis94z9frhv3azvq9nbb17"))))
+                "02ip1xvmnqla3p5k2rmfrksrw4q9iqbrhyg3mamvrj5a7n6hh8km"))))
     (build-system gnu-build-system)
     (outputs `("out" "utils"))
     (inputs



reply via email to

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