guix-commits
[Top][All Lists]
Advanced

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

02/05: gnu: unbound: Update to 1.19.1 [security fixes].


From: guix-commits
Subject: 02/05: gnu: unbound: Update to 1.19.1 [security fixes].
Date: Wed, 28 Feb 2024 15:38:15 -0500 (EST)

podiki pushed a commit to branch master
in repository guix.

commit cd879a28947ef5b90b15f261b45ccb269547afa6
Author: John Kehayias <john.kehayias@protonmail.com>
AuthorDate: Wed Feb 28 14:49:08 2024 -0500

    gnu: unbound: Update to 1.19.1 [security fixes].
    
    Fixes CVE-2023-50387 and CVE-2023-50868
    
    * gnu/packages/dns.scm (unbound): Update to 1.19.1.
    
    Change-Id: I25f87ce60c87d1ed9dfbb41983039440fb396191
    
    Reported-by: Felix Lechner <felix.lechner@lease-up.com>
    Change-Id: If6bb9b782d775dfacbc6d4c6dedc3e6cfeb2b6b3
---
 gnu/packages/dns.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/dns.scm b/gnu/packages/dns.scm
index fd90c9a751..ad1ff77129 100644
--- a/gnu/packages/dns.scm
+++ b/gnu/packages/dns.scm
@@ -636,14 +636,14 @@ BIND and djbdns---whilst using relatively little memory.")
 (define-public unbound
   (package
     (name "unbound")
-    (version "1.17.1")
+    (version "1.19.1")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://www.unbound.net/downloads/unbound-";
                            version ".tar.gz"))
        (sha256
-        (base32 "1x55f5aqlzynpy24ryf1rsmdy8m8iyi19n7k03k889g1rk78ah7f"))))
+        (base32 "1ad34jxprygjp7g84q1bgmvcc114f2mgyhfwk9rs0inq7mpmf7dw"))))
     (build-system gnu-build-system)
     (outputs '("out" "python"))
     (native-inputs



reply via email to

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