[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
23/30: gnu: knot-resolver: Update to 4.3.0 [fixes CVE-2019-19331].
From: |
guix-commits |
Subject: |
23/30: gnu: knot-resolver: Update to 4.3.0 [fixes CVE-2019-19331]. |
Date: |
Mon, 23 Dec 2019 13:46:31 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit cb73f30d529efd1be7c19f887d8299dce119be2f
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Mon Dec 23 04:31:16 2019 +0100
gnu: knot-resolver: Update to 4.3.0 [fixes CVE-2019-19331].
* gnu/packages/dns.scm (knot-resolver): Update to 4.3.0.
---
gnu/packages/dns.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/dns.scm b/gnu/packages/dns.scm
index e7782a7..1ec9bcb 100644
--- a/gnu/packages/dns.scm
+++ b/gnu/packages/dns.scm
@@ -671,18 +671,18 @@ synthesis, and on-the-fly re-configuration.")
(define-public knot-resolver
(package
(name "knot-resolver")
- (version "4.2.2")
+ (version "4.3.0")
(source (origin
(method url-fetch)
(uri (string-append "https://secure.nic.cz/files/knot-resolver/"
"knot-resolver-" version ".tar.xz"))
(sha256
(base32
- "0n0llpclhparq9wbcrymxkl5d03c4y4p3shcbdxfv6j22vzqvdh3"))))
+ "09ffmqx79lv5psr433x4n946njgsn071b9b7161pcb9bmrqz380c"))))
(build-system meson-build-system)
(arguments
'(#:configure-flags
- '("-Dmanaged_ta=disabled" ; We'll manage the DNS root data ourself.
+ '("-Dmanaged_ta=disabled" ; we'll manage the DNS root data ourself
"-Ddoc=enabled")
#:phases
(modify-phases %standard-phases
- 07/30: gnu: igt-gpu-tools: Update to 1.24., (continued)
- 07/30: gnu: igt-gpu-tools: Update to 1.24., guix-commits, 2019/12/23
- 09/30: gnu: strongswan: Update to 5.8.2., guix-commits, 2019/12/23
- 13/30: gnu: mpd: Update to 0.21.17., guix-commits, 2019/12/23
- 15/30: gnu: Fix typo., guix-commits, 2019/12/23
- 18/30: gnu: boinc-client: Update to 7.16.3., guix-commits, 2019/12/23
- 19/30: gnu: fluidsynth: Update to 2.1.0., guix-commits, 2019/12/23
- 21/30: gnu: xxhash: Update to 0.7.2., guix-commits, 2019/12/23
- 30/30: gnu: clustershell: Update to 1.8.3., guix-commits, 2019/12/23
- 20/30: gnu: xchm: Update to 1.31., guix-commits, 2019/12/23
- 22/30: gnu: gnome-shell-extension-dash-to-dock: Update to 67., guix-commits, 2019/12/23
- 23/30: gnu: knot-resolver: Update to 4.3.0 [fixes CVE-2019-19331].,
guix-commits <=
- 24/30: gnu: knot: Update to 2.9.2., guix-commits, 2019/12/23
- 25/30: gnu: nsd: Update to 4.2.4., guix-commits, 2019/12/23
- 26/30: gnu: umoci: Update to 0.4.5., guix-commits, 2019/12/23
- 27/30: gnu: dos2unix: Don't use NAME in source URI., guix-commits, 2019/12/23
- 28/30: gnu: dos2unix: Update to 7.4.1., guix-commits, 2019/12/23
- 29/30: gnu: tbb: Update to 2020.0., guix-commits, 2019/12/23