gnu: bind: Update to 9.10.4-P5 [fixes CVE-2016-{9131,9147,9444}].
* gnu/packages/dns.scm (bind): Update to 9.10.4-P5.master
parent
639168dde2
commit
eefd042e60
|
@ -76,7 +76,7 @@ and BOOTP/TFTP for network booting of diskless machines.")
|
||||||
(define-public bind
|
(define-public bind
|
||||||
(package
|
(package
|
||||||
(name "bind")
|
(name "bind")
|
||||||
(version "9.10.4-P4")
|
(version "9.10.4-P5")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -84,7 +84,7 @@ and BOOTP/TFTP for network booting of diskless machines.")
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"11lxkb7d79c75scrs28q4xmr0ii2li69zj1c650al3qxir8yf754"))))
|
"1sqg7wg05h66vdjc8j215r04f8pg7lphkb93nsqxvzhk6r0ppi49"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(outputs `("out" "utils"))
|
(outputs `("out" "utils"))
|
||||||
(inputs
|
(inputs
|
||||||
|
|
Reference in New Issue