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.3 [fixes CVE-2020-8616


From: guix-commits
Subject: branch master updated: gnu: bind: Update to 9.16.3 [fixes CVE-2020-8616 & CVE-2020-8617].
Date: Tue, 19 May 2020 06:44:39 -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 1942814  gnu: bind: Update to 9.16.3 [fixes CVE-2020-8616 & 
CVE-2020-8617].
1942814 is described below

commit 1942814978b85e0d1f5f31280767f75a95f0cd3f
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Tue May 19 12:41:14 2020 +0200

    gnu: bind: Update to 9.16.3 [fixes CVE-2020-8616 & CVE-2020-8617].
    
    * gnu/packages/dns.scm (bind): Update to 9.16.3.
---
 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 051fea2..d0c03ff 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.2")
+    (version "9.16.3")
     (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
-                "0gwr4p14zy5jqq050n762rfc33km51qwipcwy6bsvk55ziybgrfr"))))
+                "0zjgaspnx0p0rp83h4yj595s25da7fjis94z9frhv3azvq9nbb17"))))
     (build-system gnu-build-system)
     (outputs `("out" "utils"))
     (inputs



reply via email to

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