diff options
| author | Ashish SHUKLA <ashish.is@lostca.se> | 2025-10-22 14:28:58 +0000 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2025-10-23 22:58:39 +0200 |
| commit | b81bde6169dee9174a0d5b06dea2b82e303d0418 (patch) | |
| tree | 3eea50e61150e6173c95059cf77a99eab15dc5cc /gnu | |
| parent | d064136f6ab8bd893d06c5fb6e7e8f2f27b42746 (diff) | |
gnu: unbound: Update to 1.24.1. [security-fixes]
This security release fixes CVE-2025-11411.
* gnu/packages/dns.scm (unbound): Update to 1.24.1.
[native-inputs]: Add pkg-config.
Change-Id: Ife2840c8657e75e19810634454b20e6cb90c0675
Signed-off-by: Andreas Enge <andreas@enge.fr>
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/dns.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/dns.scm b/gnu/packages/dns.scm index deb8a7de7b3..16cdf98aa0b 100644 --- a/gnu/packages/dns.scm +++ b/gnu/packages/dns.scm @@ -642,18 +642,18 @@ BIND and djbdns---whilst using relatively little memory.") (define-public unbound (package (name "unbound") - (version "1.24.0") + (version "1.24.1") (source (origin (method url-fetch) (uri (string-append "https://www.unbound.net/downloads/unbound-" version ".tar.gz")) (sha256 - (base32 "11jh8qkjxgry4mlv5lyjzycziz2vhjrm3qh722i8l0677jc24yql")))) + (base32 "1azfl6dkab043jjs7r8fxkh3mwxhg1wgc9q5mqcrch1rw8ricavz")))) (build-system gnu-build-system) (outputs '("out" "python")) (native-inputs - (list flex swig python-wrapper)) + (list flex pkg-config swig python-wrapper)) (inputs (list expat libevent |
