guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: bind: Update to 9.11.1-P2 [fixes CVE-2017-{3142, 3143}].


From: Leo Famulari
Subject: 01/02: gnu: bind: Update to 9.11.1-P2 [fixes CVE-2017-{3142, 3143}].
Date: Fri, 30 Jun 2017 11:59:47 -0400 (EDT)

lfam pushed a commit to branch master
in repository guix.

commit faa1369e3cb72bda4ba8b63029d0ad780df9cf78
Author: Leo Famulari <address@hidden>
Date:   Fri Jun 30 11:46:25 2017 -0400

    gnu: bind: Update to 9.11.1-P2 [fixes CVE-2017-{3142,3143}].
    
    * gnu/packages/dns.scm (isc-bind): Update to 9.11.1-P2.
---
 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 514acee..e9fb7cc 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.1-P1")
+    (version "9.11.1-P2")
     (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
-                "0f56bhkxx7bga3f1a4whlm8fh5q8lz7ah97fdayp310vsn43w6vb"))))
+                "19gyh7yij6cpvk5b199ghhns5wmsz67d2rpgvl91dbkm2m1wclxz"))))
     (build-system gnu-build-system)
     (outputs `("out" "utils"))
     (inputs



reply via email to

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