mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-03 09:58:57 -05:00
gnu: isc-dhcp: Update bundled BIND to 9.11.28 [fixes CVE-2020-8625].
* gnu/packages/admin.scm (isc-dhcp)[inputs]: Update bundled BIND to 9.11.28.
This commit is contained in:
parent
7cd0247eb4
commit
caf8f369b0
1 changed files with 2 additions and 2 deletions
|
@ -1042,7 +1042,7 @@ (define-public alive
|
|||
(define-public isc-dhcp
|
||||
(let* ((bind-major-version "9")
|
||||
(bind-minor-version "11")
|
||||
(bind-patch-version "22")
|
||||
(bind-patch-version "28")
|
||||
(bind-release-type "") ; for patch release, use "-P"
|
||||
(bind-release-version "") ; for patch release, e.g. "6"
|
||||
(bind-version (string-append bind-major-version
|
||||
|
@ -1179,7 +1179,7 @@ (define-public isc-dhcp
|
|||
"/bind-" bind-version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1j9a4r83a77mp8k1y8z524c9rzdqgd8rzwczd6zwmw86a00xiimg"))))
|
||||
"0x2yjy0d8p7i5mr2s5y65fdax0jjgvd8fn07s42c8dxsrbkcp40h"))))
|
||||
|
||||
("coreutils*" ,coreutils)
|
||||
("sed*" ,sed)))
|
||||
|
|
Loading…
Reference in a new issue