[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#52377] [security 1/2] gnu: BIND: Update to 9.16.23 [fixes CVE-2021-
From: |
Leo Famulari |
Subject: |
[bug#52377] [security 1/2] gnu: BIND: Update to 9.16.23 [fixes CVE-2021-{25218, 25219}]. |
Date: |
Wed, 8 Dec 2021 15:03:25 -0500 |
* gnu/packages/dns.scm (isc-bind): Update to 9.16.23.
---
gnu/packages/dns.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/dns.scm b/gnu/packages/dns.scm
index 0c2e037b4f..dbd67125d0 100644
--- a/gnu/packages/dns.scm
+++ b/gnu/packages/dns.scm
@@ -373,7 +373,7 @@ (define-public isc-bind
;; When updating, check whether isc-dhcp's bundled copy should be as well.
;; The BIND release notes are available here:
;; https://www.isc.org/bind/
- (version "9.16.16")
+ (version "9.16.23")
(source (origin
(method url-fetch)
(uri (string-append
@@ -381,7 +381,7 @@ (define-public isc-bind
"/bind-" version ".tar.xz"))
(sha256
(base32
- "0yqxfq7qc26x7qhk0nkp8h7x9jggzaafm712bvfffy7qml13k4bc"))))
+ "0g0pxzhzcz6nzkiab4cs9sgbjdzqgy44aa477v7akdlwm8kmxnyy"))))
(build-system gnu-build-system)
(outputs `("out" "utils"))
(inputs
--
2.34.0