diff options
author | Marius Bakke <mbakke@fastmail.com> | 2018-01-19 16:09:38 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2018-01-19 16:09:38 +0100 |
commit | 28f6f22912ccbdbd485888c59ea263b8581027db (patch) | |
tree | 92a3158f03e67558a2f928dd6e81a5fde63ab212 | |
parent | ad7664f636a36c97b428402725e567a23aaf0df1 (diff) | |
download | patches-28f6f22912ccbdbd485888c59ea263b8581027db.tar patches-28f6f22912ccbdbd485888c59ea263b8581027db.tar.gz |
gnu: unbound: Update to 1.6.8 [fixes CVE-2017-15105].
* gnu/packages/dns.scm (unbound): Update to 1.6.8.
-rw-r--r-- | gnu/packages/dns.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/dns.scm b/gnu/packages/dns.scm index 05824fdcc0..e7b9b2250b 100644 --- a/gnu/packages/dns.scm +++ b/gnu/packages/dns.scm @@ -284,7 +284,7 @@ asynchronous fashion.") (define-public unbound (package (name "unbound") - (version "1.6.7") + (version "1.6.8") (source (origin (method url-fetch) @@ -292,7 +292,7 @@ asynchronous fashion.") version ".tar.gz")) (sha256 (base32 - "17qwfmlls0w9kpkya3dlpn44b3kr87wsswzg3gawc13hh8yx8ysf")))) + "0jfxhh4gc5amhndikskz1s7da27ycn442j3l20bm992n7zijid73")))) (build-system gnu-build-system) (outputs '("out" "python")) (native-inputs |