gnu: isc-dhcp: Update bundled bind to 9.9.11-P1 [fixes CVE-2017-3145].
* gnu/packages/admin.scm (isc-dhcp): Update to 9.9.11-P1.
This commit is contained in:
parent
40267943ae
commit
0592c4cdf3
|
@ -502,9 +502,9 @@ connection alive.")
|
|||
(define-public isc-dhcp
|
||||
(let* ((bind-major-version "9")
|
||||
(bind-minor-version "9")
|
||||
(bind-patch-version "10")
|
||||
(bind-patch-version "11")
|
||||
(bind-release-type "-P") ; for patch release, use "-P"
|
||||
(bind-release-version "3") ; for patch release, e.g. "6"
|
||||
(bind-release-version "1") ; for patch release, e.g. "6"
|
||||
(bind-version (string-append bind-major-version
|
||||
"."
|
||||
bind-minor-version
|
||||
|
@ -620,7 +620,7 @@ connection alive.")
|
|||
"/bind-" bind-version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"00yh1d5shrq7y0kfwacax4f8dc0akaa2fha430j92n7mshms65m1"))))
|
||||
"1a4g6nzzrbmhngdgvgv1jjq4fm06m8fwc2a0gskkchplxl7dva20"))))
|
||||
|
||||
;; When cross-compiling, we need the cross Coreutils and sed.
|
||||
;; Otherwise just use those from %FINAL-INPUTS.
|
||||
|
|
Loading…
Reference in New Issue