me
/
guix
Archived
1
0
Fork 0

gnu: ISC DHCP: Update bundled BIND to 9.11.18 [security fixes].

* gnu/packages/admin.scm (isc-dhcp): Update bundled BIND to 9.11.18.
master
Leo Famulari 2020-04-15 21:40:46 -04:00
parent 8080c03d14
commit 46bc7c31c6
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
1 changed files with 2 additions and 2 deletions

View File

@ -768,7 +768,7 @@ connection alive.")
(define-public isc-dhcp
(let* ((bind-major-version "9")
(bind-minor-version "11")
(bind-patch-version "14")
(bind-patch-version "18")
(bind-release-type "") ; for patch release, use "-P"
(bind-release-version "") ; for patch release, e.g. "6"
(bind-version (string-append bind-major-version
@ -904,7 +904,7 @@ connection alive.")
"/bind-" bind-version ".tar.gz"))
(sha256
(base32
"1pv3bvm9dzyz2kqjkw15sgh0hd5fzsv274v5z6jp9c4nb5130fyr"))))
"0vws0zzb39mkphj4hhjrgfj9dzw951lc4pfa6pqg5ll5ma51mbsr"))))
;; When cross-compiling, we need the cross Coreutils and sed.
;; Otherwise just use those from %FINAL-INPUTS.