[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/11: gnu: knot-resolver: Update to 5.7.4.
From: |
guix-commits |
Subject: |
03/11: gnu: knot-resolver: Update to 5.7.4. |
Date: |
Thu, 22 Aug 2024 17:54:50 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 1fd5af6b6ffe87281bc61385ec001f1f4fa92222
Author: Ashish SHUKLA <ashish.is@lostca.se>
AuthorDate: Mon Aug 19 17:22:00 2024 +0000
gnu: knot-resolver: Update to 5.7.4.
* gnu/packages/dns.scm (knot-resolver): Update to 5.7.4.
Change-Id: I1902c3ced083c5cbb360aa65517cde339b5e0893
Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
---
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 ca94813eab..eec1249d98 100644
--- a/gnu/packages/dns.scm
+++ b/gnu/packages/dns.scm
@@ -984,14 +984,14 @@ synthesis, and on-the-fly re-configuration.")
(define-public knot-resolver
(package
(name "knot-resolver")
- (version "5.7.1")
+ (version "5.7.4")
(source (origin
(method url-fetch)
(uri (string-append "https://secure.nic.cz/files/knot-resolver/"
"knot-resolver-" version ".tar.xz"))
(sha256
(base32
- "18n3jh17d22xmzpg8syw2dm85vv7jchdc4hzk5x78lqxqqav856s"))))
+ "1j6rig8mb4sh11q6cfhqmlsaxw41fwiglkflz8d08a38y3nacvbb"))))
(build-system meson-build-system)
(outputs '("out" "doc"))
(arguments
- branch master updated (23536a9871 -> ed4e0b48f1), guix-commits, 2024/08/22
- 02/11: gnu: knot: Update to 3.3.8, guix-commits, 2024/08/22
- 06/11: gnu: nginx: Update to 1.27.1 [fixes CVE-2024-7347]., guix-commits, 2024/08/22
- 05/11: gnu: opensmtpd: Update to 7.5.0p0., guix-commits, 2024/08/22
- 08/11: gnu: opensmtpd: Fix cross-compilation., guix-commits, 2024/08/22
- 07/11: gnu: nginx-documentation: Update to 1.27.1-3114-051789a80bcb., guix-commits, 2024/08/22
- 04/11: home: Fix typo in parcimonie configuration., guix-commits, 2024/08/22
- 09/11: services: Migrate opensmtpd to (gnu system privilege)., guix-commits, 2024/08/22
- 03/11: gnu: knot-resolver: Update to 5.7.4.,
guix-commits <=
- 10/11: services: Refactor opensmtpd-set-gids., guix-commits, 2024/08/22
- 01/11: services: Migrate enlightenment to (gnu system privilege)., guix-commits, 2024/08/22
- 11/11: Replace some more occurrences of ‘setuid-programs’., guix-commits, 2024/08/22