gnu: isc-dhcp: Update bundled BIND to 9.11.36 [fixes CVE-2021-25219].

* gnu/packages/admin.scm (isc-dhcp)[inputs]:
Update bundled BIND to 9.11.36.

Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
This commit is contained in:
Leo Famulari 2021-12-08 15:03:26 -05:00 committed by Tobias Geerinckx-Rice
parent 4ca0e9d5f7
commit 37186ec462
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -1152,7 +1152,7 @@ (define-public alive
(define-public isc-dhcp
(let* ((bind-major-version "9")
(bind-minor-version "11")
(bind-patch-version "32")
(bind-patch-version "36")
(bind-release-type "") ; for patch release, use "-P"
(bind-release-version "") ; for patch release, e.g. "6"
(bind-version (string-append bind-major-version
@ -1312,7 +1312,7 @@ (define-public isc-dhcp
"/bind-" bind-version ".tar.gz"))
(sha256
(base32
"0hhkb4d14hvly2751cxl2s2xyim3bri8qaisgkcm456xfi5wpy6b"))))
"108nh7hha4r0lb5hf1fn7lqaascvhsrghpz6afm5lf9vf2vgqly9"))))
("coreutils*" ,coreutils)
("sed*" ,sed)))