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.10-P2 [fixes CVE-2017-{


From: Leo Famulari
Subject: 02/02: gnu: isc-dhcp: Update bundled bind to 9.9.10-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 ecb232bdfcb2718de5944bcf4d9c4e288ec41519
Author: Leo Famulari <address@hidden>
Date:   Fri Jun 30 11:51:08 2017 -0400

    gnu: isc-dhcp: Update bundled bind to 9.9.10-P2 [fixes 
CVE-2017-{3142,3143}].
    
    * gnu/packages/admin.scm (isc-dhcp): Update bundled bind to 9.9.10-P2.
---
 gnu/packages/admin.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index 7012eb6..ab3ae9f 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -483,7 +483,7 @@ connection alive.")
          (bind-minor-version "9")
          (bind-patch-version "10")
          (bind-release-type "-P")         ; for patch release, use "-P"
-         (bind-release-version "1")      ; for patch release, e.g. "6"
+         (bind-release-version "2")      ; for patch release, e.g. "6"
          (bind-version (string-append bind-major-version
                                       "."
                                       bind-minor-version
@@ -599,7 +599,7 @@ connection alive.")
                                         "/bind-" bind-version ".tar.gz"))
                     (sha256
                      (base32
-                      
"1ibbparr9k52rbs0qf0ar8jwvhhx6lja7ylxzpf32swklmhz629c"))))
+                      
"19yl7axphmpm4n2ggb7j5irw4c655yifa1bnlckg6qiyv8dr8n7b"))))
 
                 ;; 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]