diff options
| author | Ashish SHUKLA <ashish.is@lostca.se> | 2026-05-20 16:47:00 +0200 |
|---|---|---|
| committer | Nguyễn Gia Phong <cnx@loang.net> | 2026-05-21 18:34:35 +0900 |
| commit | 1672274e6f2bb20fb72bc8150ce4d0225281ac6b (patch) | |
| tree | e2ebb6b759b1c06d9fde5020a924321c84ac948d /gnu | |
| parent | 64a2b45050a66d8136cfdad8ccb920704dd63c97 (diff) | |
gnu: unbound: Update to 1.25.1 [security].
This release contains fixes for CVE-2026-33278, CVE-2026-42944,
CVE-2026-42959, CVE-2026-32792, CVE-2026-40622, CVE-2026-41292,
CVE-2026-42534, CVE-2026-42923, CVE-2026-42960, CVE-2026-44390
and CVE-2026-44608.
* gnu/packages/dns.scm (unbound): Update to 1.25.1.
Change-Id: Ie43a6f1fba35c0bd3607bd615283fa54e58da87b
Merges: https://codeberg.org/guix/guix/pulls/8731
Signed-off-by: Nguyễn Gia Phong <cnx@loang.net>
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 bfc3315af4e..d5bc856e39e 100644 --- a/gnu/packages/dns.scm +++ b/gnu/packages/dns.scm | |||
| @@ -24,7 +24,7 @@ | |||
| 24 | ;;; Copyright © 2023 Hilton Chain <hako@ultrarare.space> | 24 | ;;; Copyright © 2023 Hilton Chain <hako@ultrarare.space> |
| 25 | ;;; Copyright © 2023 Janneke Nieuwenhuizen <janneke@gnu.org> | 25 | ;;; Copyright © 2023 Janneke Nieuwenhuizen <janneke@gnu.org> |
| 26 | ;;; Copyright © 2024 John Kehayias <john.kehayias@protonmail.com> | 26 | ;;; Copyright © 2024 John Kehayias <john.kehayias@protonmail.com> |
| 27 | ;;; Copyright © 2024, 2025 Ashish SHUKLA <ashish.is@lostca.se> | 27 | ;;; Copyright © 2024-2026 Ashish SHUKLA <ashish.is@lostca.se> |
| 28 | ;;; Copyright © 2025 Artyom V. Poptsov <poptsov.artyom@gmail.com> | 28 | ;;; Copyright © 2025 Artyom V. Poptsov <poptsov.artyom@gmail.com> |
| 29 | ;;; Copyright © 2026 Anderson Torres <anderson.torres.8519@gmail.com> | 29 | ;;; Copyright © 2026 Anderson Torres <anderson.torres.8519@gmail.com> |
| 30 | ;;; | 30 | ;;; |
| @@ -841,14 +841,14 @@ to result in system-wide compromise.") | |||
| 841 | (define-public unbound | 841 | (define-public unbound |
| 842 | (package | 842 | (package |
| 843 | (name "unbound") | 843 | (name "unbound") |
| 844 | (version "1.25.0") | 844 | (version "1.25.1") |
| 845 | (source | 845 | (source |
| 846 | (origin | 846 | (origin |
| 847 | (method url-fetch) | 847 | (method url-fetch) |
| 848 | (uri (string-append "https://www.unbound.net/downloads/unbound-" | 848 | (uri (string-append "https://www.unbound.net/downloads/unbound-" |
| 849 | version ".tar.gz")) | 849 | version ".tar.gz")) |
| 850 | (sha256 | 850 | (sha256 |
| 851 | (base32 "1iyyplggqhh2h1sbssq65v8z2s8mk1v9n1z4pr0z1qizfbd6wah6")))) | 851 | (base32 "0vsqmgnq7ibi0b3akzy45nqf0wazmb0bmpk2fp8wyn89gckvds0g")))) |
| 852 | (build-system gnu-build-system) | 852 | (build-system gnu-build-system) |
| 853 | (outputs '("out" "python")) | 853 | (outputs '("out" "python")) |
| 854 | (native-inputs | 854 | (native-inputs |
