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.11.11 [fixes CVE-2019-647


From: guix-commits
Subject: 02/02: gnu: isc-dhcp: Update bundled BIND to 9.11.11 [fixes CVE-2019-6471].
Date: Wed, 18 Sep 2019 18:04:18 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit f8853858b8a3532229ea637b0829dcd8169faa19
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Thu Sep 19 00:01:53 2019 +0200

    gnu: isc-dhcp: Update bundled BIND to 9.11.11 [fixes CVE-2019-6471].
    
    * gnu/packages/admin.scm (isc-dhcp)[bind-patch-version]: Update to 11.
    [inputs]: Update bind-source-tarball hash.
---
 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 2e072de..645c2ef 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -684,7 +684,7 @@ connection alive.")
 (define-public isc-dhcp
   (let* ((bind-major-version "9")
          (bind-minor-version "11")
-         (bind-patch-version "10")
+         (bind-patch-version "11")
          (bind-release-type "")         ; for patch release, use "-P"
          (bind-release-version "")      ; for patch release, e.g. "6"
          (bind-version (string-append bind-major-version
@@ -825,7 +825,7 @@ connection alive.")
                                         "/bind-" bind-version ".tar.gz"))
                     (sha256
                      (base32
-                      
"1hvhdaar9swh5087kzkbmav1nbn19rxh0m60x0d7gri0v8689fxj"))))
+                      
"0swavslyli3vcrkcm2ip11s6p58g3k7r4gjs2b899r25cqrk0lk1"))))
 
                 ;; 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]