me
/
guix
Archived
1
0
Fork 0

gnu: isc-dhcp: Update bundled BIND to 9.11.31 [security fixes].

Fixes CVE-2021-{25214,25215,25216].

* gnu/packages/admin.scm (isc-dhcp)[inputs]: Update bundled BIND to 9.11.31.
master
Leo Famulari 2021-04-28 17:24:37 -04:00
parent b95f422714
commit 22b3dd559c
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
1 changed files with 2 additions and 2 deletions

View File

@ -1135,7 +1135,7 @@ connection alive.")
(define-public isc-dhcp
(let* ((bind-major-version "9")
(bind-minor-version "11")
(bind-patch-version "29")
(bind-patch-version "31")
(bind-release-type "") ; for patch release, use "-P"
(bind-release-version "") ; for patch release, e.g. "6"
(bind-version (string-append bind-major-version
@ -1272,7 +1272,7 @@ connection alive.")
"/bind-" bind-version ".tar.gz"))
(sha256
(base32
"01vvkvlhsxz4ffz2fw86z0fsf170b93jjnn5710ai6vfri8wgfy7"))))
"0sm3vy5g21isdywxr650442x9r00fpj9cxc81n3qcbibyibl9wpm"))))
("coreutils*" ,coreutils)
("sed*" ,sed)))