guix-commits
[Top][All Lists]
Advanced

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

04/04: gnu: bind: Update to 9.11.2-P1 [fixes CVE-2017-3145].


From: Tobias Geerinckx-Rice
Subject: 04/04: gnu: bind: Update to 9.11.2-P1 [fixes CVE-2017-3145].
Date: Tue, 16 Jan 2018 16:19:42 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 40267943ae2ac68b64ced37d7b0f9a4a503df545
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Tue Jan 16 22:19:39 2018 +0100

    gnu: bind: Update to 9.11.2-P1 [fixes CVE-2017-3145].
    
    * gnu/packages/dns.scm (isc-bind): Update to 9.11.2-P1.
---
 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 987449a..05824fd 100644
--- a/gnu/packages/dns.scm
+++ b/gnu/packages/dns.scm
@@ -99,7 +99,7 @@ and BOOTP/TFTP for network booting of diskless machines.")
 (define-public isc-bind
   (package
     (name "bind")
-    (version "9.11.2")
+    (version "9.11.2-P1")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -107,7 +107,7 @@ and BOOTP/TFTP for network booting of diskless machines.")
                     version ".tar.gz"))
               (sha256
                (base32
-                "0yn7wgi2y8mpmvbjbkl4va7p0xsnn48m4yjx6ynb1hzp423asikz"))))
+                "04hjvwvs7ssgj69lqparx0wj0w3xkc0x8y2iv62kzjighd41bhyf"))))
     (build-system gnu-build-system)
     (outputs `("out" "utils"))
     (inputs



reply via email to

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