z572 pushed a commit to branch master
in repository guix.

commit b6e6960bd945d810696358927d7c9a0b194062a4
Author: Nicolas Graves <[email protected]>
AuthorDate: Sun Nov 3 17:01:58 2024 +0100

    gnu: maradns: Update to 3.5.0036. [security fixes]
    
    This fixes CVE-2023-31137.
    
    * gnu/packages/dns.scm (maradns): Update to 3.5.0036.
    [properties]: Add release-monitoring-url property.
---
 gnu/packages/dns.scm | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/dns.scm b/gnu/packages/dns.scm
index 7e2a96990f..7a78fb0308 100644
--- a/gnu/packages/dns.scm
+++ b/gnu/packages/dns.scm
@@ -1181,7 +1181,7 @@ known public suffixes.")
 (define-public maradns
   (package
     (name "maradns")
-    (version "3.5.0022")
+    (version "3.5.0036")
     (source
      (origin
        (method url-fetch)
@@ -1189,7 +1189,7 @@ known public suffixes.")
                            (version-major+minor version) "/"
                            version "/maradns-" version ".tar.xz"))
        (sha256
-        (base32 "1sw267jxxxngjcar8cj3jpxnpiz0szgkhlz5l46c67qs690w9kdi"))))
+        (base32 "185kl7zfvnwzfpyxbzpwck13m468av74kbqijp0s4v33iicfpnvc"))))
     (build-system gnu-build-system)
     (arguments
      (list
@@ -1226,6 +1226,8 @@ known public suffixes.")
     (description "MaraDNS is a small and lightweight DNS server.  MaraDNS
 consists of a UDP-only authoritative DNS server for hosting domains, and a UDP
 and TCP-capable recursive DNS server for finding domains on the internet.")
+    (properties '((release-monitoring-url
+                   . "https://maradns.samiam.org/download.html";)))
     (license license:bsd-2)))
 
 (define-public openresolv

Reply via email to