guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: bind: Update to 9.10.4-P8 [fixes CVE-2017-{3136, 3137, 3138}


From: Marius Bakke
Subject: 01/01: gnu: bind: Update to 9.10.4-P8 [fixes CVE-2017-{3136, 3137, 3138}].
Date: Wed, 12 Apr 2017 20:51:16 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 61b64acf41684eff56f46dea15124161e9501dd6
Author: Marius Bakke <address@hidden>
Date:   Thu Apr 13 01:48:15 2017 +0200

    gnu: bind: Update to 9.10.4-P8 [fixes CVE-2017-{3136,3137,3138}].
    
    * gnu/packages/dns.scm (bind): Update to 9.10.4-P8.
---
 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 0c965f8..53ffa54 100644
--- a/gnu/packages/dns.scm
+++ b/gnu/packages/dns.scm
@@ -90,7 +90,7 @@ and BOOTP/TFTP for network booting of diskless machines.")
 (define-public bind
   (package
     (name "bind")
-    (version "9.10.4-P6")
+    (version "9.10.4-P8")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -98,7 +98,7 @@ and BOOTP/TFTP for network booting of diskless machines.")
                     version ".tar.gz"))
               (sha256
                (base32
-                "0rgffdm0h6dks0np4h9q4kd8nyb3azrdxw2skqnjzd8ws78vzpx1"))))
+                "1sv6fp5gznjj1kmx9q8wr2c6js10wqckgy25sqj83bbf8smmdlvx"))))
     (build-system gnu-build-system)
     (outputs `("out" "utils"))
     (inputs



reply via email to

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