guix-commits
[Top][All Lists]
Advanced

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

01/05: gnu: dnsmasq: Update to 2.90 [security fixes].


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

podiki pushed a commit to branch master
in repository guix.

commit 3013773366df063fcb81f0bc8b672451e60f19ca
Author: John Kehayias <john.kehayias@protonmail.com>
AuthorDate: Wed Feb 28 14:46:27 2024 -0500

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

diff --git a/gnu/packages/dns.scm b/gnu/packages/dns.scm
index 73a2fac54b..fd90c9a751 100644
--- a/gnu/packages/dns.scm
+++ b/gnu/packages/dns.scm
@@ -21,6 +21,7 @@
 ;;; Copyright © 2021 Zheng Junjie <873216071@qq.com>
 ;;; Copyright © 2023 Bruno Victal <mirai@makinata.eu>
 ;;; Copyright © 2023 Hilton Chain <hako@ultrarare.space>
+;;; Copyright © 2024 John Kehayias <john.kehayias@protonmail.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -293,7 +294,7 @@ prompt the user with the option to go with insecure DNS 
only.")
 (define-public dnsmasq
   (package
     (name "dnsmasq")
-    (version "2.89")
+    (version "2.90")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -301,7 +302,7 @@ prompt the user with the option to go with insecure DNS 
only.")
                     version ".tar.xz"))
               (sha256
                (base32
-                "02dnxfnman38armn3sw56w80f9wb2vgm3qgm15crs2yg8q1j7g82"))))
+                "1r09l537vi867hlpv6vl7nvqhscvq1kf04m896bfrgrpv2dk0l4f"))))
     (build-system gnu-build-system)
     (native-inputs
      (list pkg-config))



reply via email to

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