mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 05:48:07 -05:00
gnu: unbound: Update to 1.6.8 [fixes CVE-2017-15105].
* gnu/packages/dns.scm (unbound): Update to 1.6.8.
This commit is contained in:
parent
ad7664f636
commit
28f6f22912
1 changed files with 2 additions and 2 deletions
|
@ -284,7 +284,7 @@ (define-public libasr
|
|||
(define-public unbound
|
||||
(package
|
||||
(name "unbound")
|
||||
(version "1.6.7")
|
||||
(version "1.6.8")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -292,7 +292,7 @@ (define-public unbound
|
|||
version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"17qwfmlls0w9kpkya3dlpn44b3kr87wsswzg3gawc13hh8yx8ysf"))))
|
||||
"0jfxhh4gc5amhndikskz1s7da27ycn442j3l20bm992n7zijid73"))))
|
||||
(build-system gnu-build-system)
|
||||
(outputs '("out" "python"))
|
||||
(native-inputs
|
||||
|
|
Loading…
Reference in a new issue