diff options
author | Leo Famulari <leo@famulari.name> | 2021-12-08 15:03:26 -0500 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-12-09 01:24:37 +0100 |
commit | 37186ec462dc574477af195aa07fea3fe1ed07a2 (patch) | |
tree | 0ef033e564fb12931f085d4523dcec2782d562ba /gnu | |
parent | 4ca0e9d5f77ec309a5a8a7eba3d97fd3bb4852d5 (diff) | |
download | guix-37186ec462dc574477af195aa07fea3fe1ed07a2.tar.gz guix-37186ec462dc574477af195aa07fea3fe1ed07a2.zip |
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>
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/admin.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm index 8e55d980e0..ce12c01582 100644 --- a/gnu/packages/admin.scm +++ b/gnu/packages/admin.scm @@ -1152,7 +1152,7 @@ connection 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 @@ connection alive.") "/bind-" bind-version ".tar.gz")) (sha256 (base32 - "0hhkb4d14hvly2751cxl2s2xyim3bri8qaisgkcm456xfi5wpy6b")))) + "108nh7hha4r0lb5hf1fn7lqaascvhsrghpz6afm5lf9vf2vgqly9")))) ("coreutils*" ,coreutils) ("sed*" ,sed))) |