* [bug#72716] [PATCH 0/2] Update knot, and knot-resolver
@ 2024-08-19 17:20 ashish.is--- via Guix-patches via
2024-08-19 17:21 ` [bug#72716] [PATCH 1/2] gnu: knot: Update to 3.3.8 ashish.is--- via Guix-patches via
2024-08-19 17:22 ` [bug#72716] [PATCH 2/2] gnu: knot-resolver: Update to 5.7.4 ashish.is--- via Guix-patches via
0 siblings, 2 replies; 3+ messages in thread
From: ashish.is--- via Guix-patches via @ 2024-08-19 17:20 UTC (permalink / raw)
To: 72716; +Cc: Ashish SHUKLA
From: Ashish SHUKLA <ashish.is@lostca.se>
This series of patches updates knot-resolver, and knot DNS server.
Ashish SHUKLA (2):
gnu: knot: Update to 3.3.8
gnu: knot-resolver: Update to 5.7.4.
gnu/packages/dns.scm | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
base-commit: ce40b1c655edab622b4ad9ff49f948bd65753662
--
2.46.0
^ permalink raw reply [flat|nested] 3+ messages in thread
* [bug#72716] [PATCH 1/2] gnu: knot: Update to 3.3.8
2024-08-19 17:20 [bug#72716] [PATCH 0/2] Update knot, and knot-resolver ashish.is--- via Guix-patches via
@ 2024-08-19 17:21 ` ashish.is--- via Guix-patches via
2024-08-19 17:22 ` [bug#72716] [PATCH 2/2] gnu: knot-resolver: Update to 5.7.4 ashish.is--- via Guix-patches via
1 sibling, 0 replies; 3+ messages in thread
From: ashish.is--- via Guix-patches via @ 2024-08-19 17:21 UTC (permalink / raw)
To: 72716; +Cc: Ashish SHUKLA
From: Ashish SHUKLA <ashish.is@lostca.se>
* gnu/packages/dns.scm (knot): Update to 3.3.8.
Change-Id: Ia9c2a07c852af13383dfb1d37ae1350a25bae533
---
gnu/packages/dns.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/dns.scm b/gnu/packages/dns.scm
index b1eb4bdb4d..402e3251ad 100644
--- a/gnu/packages/dns.scm
+++ b/gnu/packages/dns.scm
@@ -22,6 +22,7 @@
;;; Copyright © 2023 Bruno Victal <mirai@makinata.eu>
;;; Copyright © 2023 Hilton Chain <hako@ultrarare.space>
;;; Copyright © 2024 John Kehayias <john.kehayias@protonmail.com>
+;;; Copyright © 2024 Ashish SHUKLA <ashish.is@lostca.se>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -845,7 +846,7 @@ (define-public yadifa
(define-public knot
(package
(name "knot")
- (version "3.3.4")
+ (version "3.3.8")
(source
(origin
(method git-fetch)
@@ -854,7 +855,7 @@ (define-public knot
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "0w7drq0pj94d43qn9wmzxab34mjhxj9x84rixbswc270ywh6d9pr"))
+ (base32 "0iaardlmvcp6f0vccs81f202bb53y7fkcw5n12ahgqymqzhafpmq"))
(modules '((guix build utils)))
(snippet
'(begin
--
2.46.0
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [bug#72716] [PATCH 2/2] gnu: knot-resolver: Update to 5.7.4.
2024-08-19 17:20 [bug#72716] [PATCH 0/2] Update knot, and knot-resolver ashish.is--- via Guix-patches via
2024-08-19 17:21 ` [bug#72716] [PATCH 1/2] gnu: knot: Update to 3.3.8 ashish.is--- via Guix-patches via
@ 2024-08-19 17:22 ` ashish.is--- via Guix-patches via
1 sibling, 0 replies; 3+ messages in thread
From: ashish.is--- via Guix-patches via @ 2024-08-19 17:22 UTC (permalink / raw)
To: 72716; +Cc: Ashish SHUKLA
From: Ashish SHUKLA <ashish.is@lostca.se>
* gnu/packages/dns.scm (knot-resolver): Update to 5.7.4.
Change-Id: I1902c3ced083c5cbb360aa65517cde339b5e0893
---
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 402e3251ad..78f7f3f77c 100644
--- a/gnu/packages/dns.scm
+++ b/gnu/packages/dns.scm
@@ -985,14 +985,14 @@ (define-public knot
(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
--
2.46.0
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2024-08-19 17:23 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-19 17:20 [bug#72716] [PATCH 0/2] Update knot, and knot-resolver ashish.is--- via Guix-patches via
2024-08-19 17:21 ` [bug#72716] [PATCH 1/2] gnu: knot: Update to 3.3.8 ashish.is--- via Guix-patches via
2024-08-19 17:22 ` [bug#72716] [PATCH 2/2] gnu: knot-resolver: Update to 5.7.4 ashish.is--- via Guix-patches via
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.