[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#74035] [PATCH v2 03/26] gnu: maradns: Update to 3.5.0036. [security
From: |
Zheng Junjie |
Subject: |
[bug#74035] [PATCH v2 03/26] gnu: maradns: Update to 3.5.0036. [security fixes] |
Date: |
Tue, 05 Nov 2024 00:09:03 +0800 |
Nicolas Graves via Guix-patches via <guix-patches@gnu.org> 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.
signature.asc
Description: PGP signature
- [bug#74035] [PATCH v2 20/26] gnu: liblouis: Update to 3.31.0. [security fixes], (continued)
- [bug#74035] [PATCH v2 25/26] gnu: cjson: Update to 1.7.18. [security fixes], Nicolas Graves, 2024/11/03
- [bug#74035] [PATCH v2 08/26] gnu: pam-u2f: Update to 1.3.0. [security fixes], Nicolas Graves, 2024/11/03
- [bug#74035] [PATCH v2 11/26] gnu: pypy: Update to 7.3.17. [security fixes], Nicolas Graves, 2024/11/03
- [bug#74035] [PATCH v2 03/26] gnu: maradns: Update to 3.5.0036. [security fixes], Nicolas Graves, 2024/11/03
- [bug#74035] [PATCH v2 03/26] gnu: maradns: Update to 3.5.0036. [security fixes],
Zheng Junjie <=
- [bug#74035] [PATCH v2 04/26] gnu: maradns: Improve style., Nicolas Graves, 2024/11/03
- [bug#74035] [PATCH v2 05/26] gnu: libmobi: Update to 0.12. [security fixes], Nicolas Graves, 2024/11/03
- [bug#74035] [PATCH v2 06/26] gnu: bart: Update to 0.9.00. [security fixes], Nicolas Graves, 2024/11/03
- [bug#74035] [PATCH v2 09/26] gnu: darkhttpd: Update to 1.16. [security fixes], Nicolas Graves, 2024/11/03
- [bug#74035] [PATCH v2 16/26] gnu: libzapojit: Update to 0.0.3-1.99d49ba. [security fixes], Nicolas Graves, 2024/11/03
- [bug#74035] [PATCH v2 21/26] gnu: youtube-dl: Deprecate package., Nicolas Graves, 2024/11/03