guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: bind: Update to 9.14.7 [fixes CVE-2019-6475 & CVE-2019-6476]


From: guix-commits
Subject: 02/02: gnu: bind: Update to 9.14.7 [fixes CVE-2019-6475 & CVE-2019-6476].
Date: Wed, 16 Oct 2019 14:17:22 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 8fc3116eebdcaff6723ef8cee76f8fcff729bff8
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Wed Oct 16 20:14:48 2019 +0200

    gnu: bind: Update to 9.14.7 [fixes CVE-2019-6475 & CVE-2019-6476].
    
    * gnu/packages/dns.scm (isc-bind): Update to 9.14.7.
---
 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 5167cf8..b072a43 100644
--- a/gnu/packages/dns.scm
+++ b/gnu/packages/dns.scm
@@ -109,7 +109,7 @@ and BOOTP/TFTP for network booting of diskless machines.")
 (define-public isc-bind
   (package
     (name "bind")
-    (version "9.14.6")
+    (version "9.14.7")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -117,7 +117,7 @@ and BOOTP/TFTP for network booting of diskless machines.")
                     "/bind-" version ".tar.gz"))
               (sha256
                (base32
-                "1zpd47ckn5lf4qbscfkj7krngwn2gwsp961v5401h3lhxm0a0rw9"))))
+                "07998nx0yv3xy8c62b1ira9qygsgvpljwcgb47ypzxq8b57gb86f"))))
     (build-system gnu-build-system)
     (outputs `("out" "utils"))
     (inputs



reply via email to

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