[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/10: gnu: opendht: Update to 2.5.5.
From: |
guix-commits |
Subject: |
01/10: gnu: opendht: Update to 2.5.5. |
Date: |
Fri, 18 Aug 2023 14:16:18 -0400 (EDT) |
apteryx pushed a commit to branch telephony-team
in repository guix.
commit d5d842caf9ce7268ed0d4cd505ef79d76d304864
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Thu Aug 17 15:02:16 2023 -0400
gnu: opendht: Update to 2.5.5.
* gnu/packages/networking.scm (opendht): Update to 2.5.5.
[arguments]: Add a new relax-test-timeouts phase.
---
gnu/packages/networking.scm | 12 ++++++++++--
1 file changed, 10 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index 04461fec2d..55c938606f 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -3759,7 +3759,7 @@ and targeted primarily for asynchronous processing of
HTTP-requests.")
(define-public opendht
(package
(name "opendht")
- (version "2.4.12")
+ (version "2.5.5")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -3768,7 +3768,7 @@ and targeted primarily for asynchronous processing of
HTTP-requests.")
(file-name (git-file-name name version))
(sha256
(base32
- "0yji5pziqxfvyfizk3fn9j59bqlfdwfa1a0y9jjfknb2mmlwwb9w"))))
+ "0i2x0h38h52aynm89n6cjxk0z7nngc1w1zf71zaqx5n54fxxawir"))))
(outputs '("out" "python" "tools" "debug"))
(build-system gnu-build-system)
(arguments
@@ -3796,6 +3796,14 @@ and targeted primarily for asynchronous processing of
HTTP-requests.")
(substitute* "tests/Makefile.am"
(("\\bdhtrunnertester\\.(h|cpp)\\b")
""))))
+ (add-after 'unupack 'relax-test-timeouts
+ (lambda _
+ ;; At least the 'test_send_json' has been seen to fail
+ ;; non-deterministically, but it seems hard to reproducible that
+ ;; failure.
+ (substitute* "tests/httptester.cpp"
+ (("std::chrono::seconds\\(10)")
+ "std::chrono::seconds(30)"))))
(add-after 'unpack 'fix-python-installation-prefix
;; Specify the installation prefix for the compiled Python module
;; that would otherwise attempt to installs itself to Python's own
- branch telephony-team created (now c7dab5b98f), guix-commits, 2023/08/18
- 03/10: gnu: avogadrolibs: Remove msgpack from native-inputs., guix-commits, 2023/08/18
- 04/10: gnu: python-pymol: Remove msgpack from native-inputs., guix-commits, 2023/08/18
- 02/10: gnu: mmtf-cpp: Update to 1.1.0., guix-commits, 2023/08/18
- 05/10: gnu: msgpack: Deprecate with msgpack-c., guix-commits, 2023/08/18
- 07/10: gnu: libnatpmp: Use gexps and simplify., guix-commits, 2023/08/18
- 08/10: gnu: libnatpmp: Update home page., guix-commits, 2023/08/18
- 01/10: gnu: opendht: Update to 2.5.5.,
guix-commits <=
- 06/10: gnu: Add sdbus-cpp., guix-commits, 2023/08/18
- 10/10: gnu: jami: Update to 20230619.1., guix-commits, 2023/08/18
- 09/10: gnu: libnatpmp: Install missing natpmp_declspec.h header., guix-commits, 2023/08/18