3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

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:
Leo Famulari 2018-01-16 14:06:12 -08:00
parent 40267943ae
commit 0592c4cdf3
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08

View file

@ -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.