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.
This commit is contained in:
Mark H Weaver 2016-01-20 14:51:25 -05:00
parent d912db5bc0
commit 80b64ee2d8
1 changed files with 2 additions and 2 deletions

View File

@ -392,7 +392,7 @@ connection alive.")
(bind-minor-version "9") (bind-minor-version "9")
(bind-patch-version "8") (bind-patch-version "8")
(bind-release-type "-P") (bind-release-type "-P")
(bind-release-version "2") (bind-release-version "3")
(bind-version (string-append bind-major-version (bind-version (string-append bind-major-version
"." "."
bind-minor-version bind-minor-version
@ -508,7 +508,7 @@ connection alive.")
"/bind-" bind-version ".tar.gz")) "/bind-" bind-version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"0agkpmpna7s67la13krn4xlhwhdjpazmljxlq0zbjdwnw4k1k17m")))) "01qa17479jghy90lb2j8b1bpg3ay6k6aaajpigyirwzsvyc9yj3a"))))
;; When cross-compiling, we need the cross Coreutils and sed. ;; When cross-compiling, we need the cross Coreutils and sed.
;; Otherwise just use those from %FINAL-INPUTS. ;; Otherwise just use those from %FINAL-INPUTS.