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.12 [fixes CVE-2020-8625


From: guix-commits
Subject: branch master updated: gnu: bind: Update to 9.16.12 [fixes CVE-2020-8625].
Date: Wed, 17 Feb 2021 15:38:34 -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 94b8769  gnu: bind: Update to 9.16.12 [fixes CVE-2020-8625].
94b8769 is described below

commit 94b876969b4b13747bacbbc66a118dd0d44cef86
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Wed Feb 17 21:38:23 2021 +0100

    gnu: bind: Update to 9.16.12 [fixes CVE-2020-8625].
    
    * gnu/packages/dns.scm (bind): Update to 9.16.12.
---
 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 bbf4354..1b98efc 100644
--- a/gnu/packages/dns.scm
+++ b/gnu/packages/dns.scm
@@ -317,7 +317,7 @@ and BOOTP/TFTP for network booting of diskless machines.")
   (package
     (name "bind")
     ;; When updating, check whether isc-dhcp's bundled copy should be as well.
-    (version "9.16.11")
+    (version "9.16.12")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -325,7 +325,7 @@ and BOOTP/TFTP for network booting of diskless machines.")
                     "/bind-" version ".tar.xz"))
               (sha256
                (base32
-                "1hcr0q6i2mk83yi12zxjs5q21y3gx7683q99l77ibxfqsx6zc481"))))
+                "0zys8hk08zzrw57x0vmzv6zx0a7vjj6qk5qh8jmrqd7x269sy54r"))))
     (build-system gnu-build-system)
     (outputs `("out" "utils"))
     (inputs



reply via email to

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