[PATCH] gnu: knot: Update to 3.0.1.

  • Done
  • quality assurance status badge
Details
2 participants
  • Tobias Geerinckx-Rice
  • Simon South
Owner
unassigned
Submitted by
Simon South
Severity
normal

Debbugs page

Simon South wrote 4 years ago
(address . guix-patches@gnu.org)(address . simon@simonsouth.net)
20201011160745.19178-1-simon@simonsouth.net
* gnu/packages/dns.scm (knot): Update to 3.0.1.
[source]: Remove obsolete patch.
* gnu/packages/patches/knot-test_net_shortwrite-ensure-connection.patch:
Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
---
gnu/local.mk | 1 -
gnu/packages/dns.scm | 6 ++----
...est_net_shortwrite-ensure-connection.patch | 19 -------------------
3 files changed, 2 insertions(+), 24 deletions(-)
delete mode 100644 gnu/packages/patches/knot-test_net_shortwrite-ensure-connection.patch

Toggle diff (63 lines)
diff --git a/gnu/local.mk b/gnu/local.mk
index b59b122e86..ff77e801ff 100644
--- a/gnu/local.mk
+++ b/gnu/local.mk
@@ -1198,7 +1198,6 @@ dist_patch_DATA = \
%D%/packages/patches/kpackage-allow-external-paths.patch \
%D%/packages/patches/kmplayer-aarch64.patch \
%D%/packages/patches/kmplayer-upstream_Fix-build-with-Qt-5.9.patch \
- %D%/packages/patches/knot-test_net_shortwrite-ensure-connection.patch \
%D%/packages/patches/kobodeluxe-paths.patch \
%D%/packages/patches/kobodeluxe-enemies-pipe-decl.patch \
%D%/packages/patches/kobodeluxe-const-charp-conversion.patch \
diff --git a/gnu/packages/dns.scm b/gnu/packages/dns.scm
index 5b159bc656..0cf07853e0 100644
--- a/gnu/packages/dns.scm
+++ b/gnu/packages/dns.scm
@@ -807,7 +807,7 @@ Extensions} (DNSSEC).")
(define-public knot
(package
(name "knot")
- (version "3.0.0")
+ (version "3.0.1")
(source
(origin
(method git-fetch)
@@ -816,9 +816,7 @@ Extensions} (DNSSEC).")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "0fkvip7n5ihjfwnnivdc3jf44y8p85ifglvq7b0anxvj9cg1m78f"))
- (patches
- (search-patches "knot-test_net_shortwrite-ensure-connection.patch"))
+ (base32 "10mlzldxqvbaw78nghkr0s73rlbpz9wg16z14321xw2l9xfibkad"))
(modules '((guix build utils)))
(snippet
'(begin
diff --git a/gnu/packages/patches/knot-test_net_shortwrite-ensure-connection.patch b/gnu/packages/patches/knot-test_net_shortwrite-ensure-connection.patch
deleted file mode 100644
index 8b57ec522e..0000000000
--- a/gnu/packages/patches/knot-test_net_shortwrite-ensure-connection.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-This patch duplicates upstream commit 4144d1e, which helps ensure the
-"test_net_shortwrite" test suite can succeed across all platforms by
-deepening the pending-connection queue of the server it creates from 0
-to 1.
-
-See the original report at
-https://gitlab.nic.cz/knot/knot-dns/-/issues/693
-
---- a/tests/contrib/test_net_shortwrite.c
-+++ b/tests/contrib/test_net_shortwrite.c
-@@ -88,7 +88,7 @@ int main(int argc, char *argv[])
- int server = net_bound_socket(SOCK_STREAM, &addr, 0);
- ok(server >= 0, "server: bind socket");
-
-- r = listen(server, 0);
-+ r = listen(server, 1);
- ok(r == 0, "server: start listening");
-
- struct sockaddr *sa = (struct sockaddr *)&addr;
--
2.28.0
Simon South wrote 4 years ago
(address . 43928-done@debbugs.gnu.org)
87wnzu2af2.fsf@simonsouth.net
This change has been made by another contributor, so the report can be
closed.

--
Simon South
simon@simonsouth.net
Closed
Tobias Geerinckx-Rice wrote 4 years ago
Re: bug#43928: [PATCH] gnu: knot: Update to 3.0.1.
(name . Simon South)(address . simon@simonsouth.net)
87eem1ewqd.fsf@nckx
Simon South 写道:
Toggle quote (4 lines)
> This change has been made by another contributor, so the report
> can be
> closed.

I like to run new Knots for a day or two before pushing. One of
the 2.x's would crash after a while and caused me to lose mail.
My set-up's since become a lot more robust, but still.

Thanks anyway!

T G-R
-----BEGIN PGP SIGNATURE-----

iIMEARYKACsWIQT12iAyS4c9C3o4dnINsP+IT1VteQUCX4YDyg0cbWVAdG9iaWFz
LmdyAAoJEA2w/4hPVW15COoBANWyQJRQ79FkWWpqHngukQ2FjHuvimVBZGiMqOAD
Hsg3AQCR2xe/H5nvmoOFcxBmn0uWBBclZHf0TwDGoaRXWWapAw==
=pFCu
-----END PGP SIGNATURE-----

?
Your comment

This issue is archived.

To comment on this conversation send an email to 43928@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 43928
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help