guix-commits
[Top][All Lists]
Advanced

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

05/05: gnu: bind: Update to 9.16.6 [multiple CVE fixes].


From: guix-commits
Subject: 05/05: gnu: bind: Update to 9.16.6 [multiple CVE fixes].
Date: Thu, 20 Aug 2020 15:17:46 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 15593de33ce78bf3e1deb6d524fc67e4db115411
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Thu Aug 20 21:14:42 2020 +0200

    gnu: bind: Update to 9.16.6 [multiple CVE fixes].
    
    Fixes CVE-2020-8620, CVE-2020-8621, CVE-2020-8622, CVE-2020-8623, and
    CVE-2020-8624.
    
    * gnu/packages/dns.scm (isc-bind): Update to 9.16.6.
---
 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 3dd41ad..3ea9d02 100644
--- a/gnu/packages/dns.scm
+++ b/gnu/packages/dns.scm
@@ -312,7 +312,7 @@ and BOOTP/TFTP for network booting of diskless machines.")
 (define-public isc-bind
   (package
     (name "bind")
-    (version "9.16.5")
+    (version "9.16.6")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -320,7 +320,7 @@ and BOOTP/TFTP for network booting of diskless machines.")
                     "/bind-" version ".tar.xz"))
               (sha256
                (base32
-                "0xf07mmd0vi91jd15z8d3hhjva8v27l4ip4l8yzah4gg3zjv6y33"))))
+                "1jvi6ms51vyrhpflx05xlb7gblyd59zsyj28b8s3pl3xnkrv0rxm"))))
     (build-system gnu-build-system)
     (outputs `("out" "utils"))
     (inputs



reply via email to

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