GNU bug report logs -
#72716
[PATCH 0/2] Update knot, and knot-resolver
Previous Next
Reported by: ashish.is <at> lostca.se
Date: Mon, 19 Aug 2024 17:22:01 UTC
Severity: normal
Tags: patch
Done: Ludovic Courtès <ludo <at> gnu.org>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 72716 in the body.
You can then email your comments to 72716 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#72716
; Package
guix-patches
.
(Mon, 19 Aug 2024 17:22:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
ashish.is <at> lostca.se
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Mon, 19 Aug 2024 17:22:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
From: Ashish SHUKLA <ashish.is <at> 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
Information forwarded
to
guix-patches <at> gnu.org
:
bug#72716
; Package
guix-patches
.
(Mon, 19 Aug 2024 17:24:01 GMT)
Full text and
rfc822 format available.
Message #8 received at 72716 <at> debbugs.gnu.org (full text, mbox):
From: Ashish SHUKLA <ashish.is <at> 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 <at> makinata.eu>
;;; Copyright © 2023 Hilton Chain <hako <at> ultrarare.space>
;;; Copyright © 2024 John Kehayias <john.kehayias <at> protonmail.com>
+;;; Copyright © 2024 Ashish SHUKLA <ashish.is <at> 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
Information forwarded
to
guix-patches <at> gnu.org
:
bug#72716
; Package
guix-patches
.
(Mon, 19 Aug 2024 17:24:02 GMT)
Full text and
rfc822 format available.
Message #11 received at 72716 <at> debbugs.gnu.org (full text, mbox):
From: Ashish SHUKLA <ashish.is <at> 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
bug closed, send any further explanations to
72716 <at> debbugs.gnu.org and ashish.is <at> lostca.se
Request was from
Ludovic Courtès <ludo <at> gnu.org>
to
control <at> debbugs.gnu.org
.
(Wed, 28 Aug 2024 14:38:02 GMT)
Full text and
rfc822 format available.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Thu, 26 Sep 2024 11:24:06 GMT)
Full text and
rfc822 format available.
This bug report was last modified 261 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.