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.10.4-P3 [fixes CVE-2016-2776].


From: Leo Famulari
Subject: 01/02: gnu: bind: Update to 9.10.4-P3 [fixes CVE-2016-2776].
Date: Tue, 27 Sep 2016 19:19:35 +0000 (UTC)

lfam pushed a commit to branch master
in repository guix.

commit cc132e0f38ed71148655109ef2c93cc1d8911c76
Author: Leo Famulari <address@hidden>
Date:   Tue Sep 27 15:03:16 2016 -0400

    gnu: bind: Update to 9.10.4-P3 [fixes CVE-2016-2776].
    
    * gnu/packages/dns.scm (bind): Update to 9.10.4-P3.
---
 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 57fd183..3e79e57 100644
--- a/gnu/packages/dns.scm
+++ b/gnu/packages/dns.scm
@@ -67,7 +67,7 @@ and BOOTP/TFTP for network booting of diskless machines.")
 (define-public bind
   (package
     (name "bind")
-    (version "9.10.4-P2")
+    (version "9.10.4-P3")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -75,7 +75,7 @@ and BOOTP/TFTP for network booting of diskless machines.")
                     version ".tar.gz"))
               (sha256
                (base32
-                "08s48h5p916ixjiwgar4w6skc20crmg7yj1y7g89c083zvw8lnxk"))))
+                "1vxs29w4hnl7jcd7sknga58xv1qk2rcpsxyich7cpp7xi77faxd0"))))
     (build-system gnu-build-system)
     (outputs `("out" "utils"))
     (inputs



reply via email to

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