3
4
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: BIND: Update to 9.12.1-P2 [fixes CVE-2018-{5736,5737}].

* gnu/packages/dns.scm (isc-bind): Update to 9.12.1-P2.
This commit is contained in:
Leo Famulari 2018-05-20 23:03:32 -04:00
parent 6bc85e79c2
commit 27135cf447
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08

View file

@ -98,7 +98,7 @@ and BOOTP/TFTP for network booting of diskless machines.")
(define-public isc-bind
(package
(name "bind")
(version "9.12.1")
(version "9.12.1-P2")
(source (origin
(method url-fetch)
(uri (string-append
@ -106,7 +106,7 @@ and BOOTP/TFTP for network booting of diskless machines.")
version ".tar.gz"))
(sha256
(base32
"043mjcw405qa0ghm5dkhfsq35gsy279724fz3mjqpr1mbi14dr0n"))))
"0a9dvyg1dk7vpqn9gz7p5jas3bz7z22bjd66b98g1qk16i2w7rqd"))))
(build-system gnu-build-system)
(outputs `("out" "utils"))
(inputs