guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: isc-dhcp: Update bundled bind to 9.9.8-P3 [fixes CVE-2015-87


From: Mark H. Weaver
Subject: 02/02: gnu: isc-dhcp: Update bundled bind to 9.9.8-P3 [fixes CVE-2015-8704].
Date: Wed, 20 Jan 2016 19:58:50 +0000

mhw pushed a commit to branch master
in repository guix.

commit 80b64ee2d86b179cb92c2c66ea3a67c9d3b4cdab
Author: Mark H Weaver <address@hidden>
Date:   Wed Jan 20 14:51:25 2016 -0500

    gnu: isc-dhcp: Update bundled bind to 9.9.8-P3 [fixes CVE-2015-8704].
    
    * gnu/packages/admin.scm (isc-dhcp): Update bundled bind to 9.9.8-P3.
---
 gnu/packages/admin.scm |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index 1f2d0fb..6e78350 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -392,7 +392,7 @@ connection alive.")
          (bind-minor-version "9")
          (bind-patch-version "8")
          (bind-release-type "-P")
-         (bind-release-version "2")
+         (bind-release-version "3")
          (bind-version (string-append bind-major-version
                                       "."
                                       bind-minor-version
@@ -508,7 +508,7 @@ connection alive.")
                                         "/bind-" bind-version ".tar.gz"))
                     (sha256
                      (base32
-                      
"0agkpmpna7s67la13krn4xlhwhdjpazmljxlq0zbjdwnw4k1k17m"))))
+                      
"01qa17479jghy90lb2j8b1bpg3ay6k6aaajpigyirwzsvyc9yj3a"))))
 
                 ;; When cross-compiling, we need the cross Coreutils and sed.
                 ;; Otherwise just use those from %FINAL-INPUTS.



reply via email to

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