gnu: isc-dhcp: Update bundled BIND to 9.11.10.
authorMark H Weaver <mhw@netris.org>
Thu, 22 Aug 2019 18:54:20 +0000 (14:54 -0400)
committerMark H Weaver <mhw@netris.org>
Thu, 22 Aug 2019 19:50:14 +0000 (15:50 -0400)
* gnu/packages/admin.scm (isc-dhcp)[bind-patch-version]: Update to 10.
[inputs]: Update hash of bind-source-tarball.

gnu/packages/admin.scm

index 5dacffe..eb298dc 100644 (file)
@@ -684,7 +684,7 @@ connection alive.")
 (define-public isc-dhcp
   (let* ((bind-major-version "9")
          (bind-minor-version "11")
-         (bind-patch-version "9")
+         (bind-patch-version "10")
          (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
-                      "03n57as73ygw6g3lqsmq2idkykajpbskzgixixdvi5a76m4g0fwn"))))
+                      "1hvhdaar9swh5087kzkbmav1nbn19rxh0m60x0d7gri0v8689fxj"))))
 
                 ;; When cross-compiling, we need the cross Coreutils and sed.
                 ;; Otherwise just use those from %FINAL-INPUTS.