~ruther/guix-local

a6c51c83f058cc78a3adb99abb68ccf252ed12f0 — Ashish SHUKLA 3 months ago 029353d
gnu: unbound: Update to 1.24.2.  [security-fixes]

This update includes fix for CVE-2025-11411.

* gnu/packages/dns.scm (unbound): Update to 1.24.2.

Change-Id: I36e56a6bdd3f73f216047157881faf24a1f68bfb
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/dns.scm
M gnu/packages/dns.scm => gnu/packages/dns.scm +2 -2
@@ 643,14 643,14 @@ BIND and djbdns---whilst using relatively little memory.")
(define-public unbound
  (package
    (name "unbound")
    (version "1.24.1")
    (version "1.24.2")
    (source
     (origin
       (method url-fetch)
       (uri (string-append "https://www.unbound.net/downloads/unbound-"
                           version ".tar.gz"))
       (sha256
        (base32 "1azfl6dkab043jjs7r8fxkh3mwxhg1wgc9q5mqcrch1rw8ricavz"))))
        (base32 "1nwwwmwazwx40nm88lhh7k1basml2ai6j9q30gnclvca00zbbrs4"))))
    (build-system gnu-build-system)
    (outputs '("out" "python"))
    (native-inputs