guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/09: gnu: unbound: Update to 1.9.5 [fixes CVE-2019-18934].


From: guix-commits
Subject: 02/09: gnu: unbound: Update to 1.9.5 [fixes CVE-2019-18934].
Date: Wed, 15 Jan 2020 08:32:17 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 47b8608d99a48bf169252875f88ab1d9f1022db0
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Tue Jan 14 23:53:58 2020 +0100

    gnu: unbound: Update to 1.9.5 [fixes CVE-2019-18934].
    
    The Guix unbound package is not vulnerable in its default configuration,
    because we do not build with ‘--enable-ipsecmod’.
    
    * gnu/packages/dns.scm (unbound): Update to 1.9.5.
---
 gnu/packages/dns.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/dns.scm b/gnu/packages/dns.scm
index 60e392d..e5148d5 100644
--- a/gnu/packages/dns.scm
+++ b/gnu/packages/dns.scm
@@ -5,7 +5,7 @@
 ;;; Copyright © 2016, 2017 Efraim Flashner <address@hidden>
 ;;; Copyright © 2016 John Darrington <address@hidden>
 ;;; Copyright © 2016 ng0 <address@hidden>
-;;; Copyright © 2016, 2017, 2018, 2019 Tobias Geerinckx-Rice <address@hidden>
+;;; Copyright © 2016, 2017, 2018, 2019, 2020 Tobias Geerinckx-Rice 
<address@hidden>
 ;;; Copyright © 2016 Marius Bakke <address@hidden>
 ;;; Copyright © 2017 Vasile Dumitrascu <address@hidden>
 ;;; Copyright © 2017 Gregor Giesen <address@hidden>
@@ -390,14 +390,14 @@ to result in system-wide compromise.")
 (define-public unbound
   (package
     (name "unbound")
-    (version "1.9.4")
+    (version "1.9.5")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://www.unbound.net/downloads/unbound-";
                            version ".tar.gz"))
        (sha256
-        (base32 "1c2bjm13x8bkw0ds1mhn9ivd2gzmfrb0x5y76bkz09a04bxjagix"))))
+        (base32 "0myv8l886gmlh9nh4j3q5549idxnl51hf9cw20yxfqbwd47l13ca"))))
     (build-system gnu-build-system)
     (outputs '("out" "python"))
     (native-inputs



reply via email to

[Prev in Thread] Current Thread [Next in Thread]