Skip to content
Snippets Groups Projects
Unverified Commit 28f6f229 authored by Marius Bakke's avatar Marius Bakke
Browse files

gnu: unbound: Update to 1.6.8 [fixes CVE-2017-15105].

* gnu/packages/dns.scm (unbound): Update to 1.6.8.
parent ad7664f6
No related branches found
No related tags found
No related merge requests found
...@@ -284,7 +284,7 @@ (define-public libasr ...@@ -284,7 +284,7 @@ (define-public libasr
(define-public unbound (define-public unbound
(package (package
(name "unbound") (name "unbound")
(version "1.6.7") (version "1.6.8")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
...@@ -292,7 +292,7 @@ (define-public unbound ...@@ -292,7 +292,7 @@ (define-public unbound
version ".tar.gz")) version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"17qwfmlls0w9kpkya3dlpn44b3kr87wsswzg3gawc13hh8yx8ysf")))) "0jfxhh4gc5amhndikskz1s7da27ycn442j3l20bm992n7zijid73"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(outputs '("out" "python")) (outputs '("out" "python"))
(native-inputs (native-inputs
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment