Nicolas Graves via Guix-patches via writes: > 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 e911a142ef..bd2df30f01 100644 > --- a/gnu/packages/dns.scm > +++ b/gnu/packages/dns.scm > @@ -1181,7 +1181,7 @@ (define-public public-suffix-list > (define-public maradns > (package > (name "maradns") > - (version "3.5.0022") > + (version "3.5.0036") > (source > (origin > (method url-fetch) > @@ -1189,7 +1189,7 @@ (define-public maradns > (version-major+minor version) "/" > version "/maradns-" version ".tar.xz")) > (sha256 > - (base32 "1sw267jxxxngjcar8cj3jpxnpiz0szgkhlz5l46c67qs690w9kdi")))) > + (base32 "185kl7zfvnwzfpyxbzpwck13m468av74kbqijp0s4v33iicfpnvc")))) > (build-system gnu-build-system) > (arguments > `(#:tests? #f ; need to be root to run tests > @@ -1226,6 +1226,8 @@ (define-public maradns > (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 apply.