[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#65371] [PATCH telephony-team 01/10] gnu: opendht: Update to 2.5.5.
From: |
Maxim Cournoyer |
Subject: |
[bug#65371] [PATCH telephony-team 01/10] gnu: opendht: Update to 2.5.5. |
Date: |
Fri, 18 Aug 2023 14:12:52 -0400 |
* 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 @@ (define-public restinio
(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 @@ (define-public opendht
(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 @@ (define-public opendht
(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
base-commit: 97b52b2d48b40ecbc711e30eb6f94af3fbc5bd6d
--
2.41.0
- [bug#65371] [PATCH 00/10] [telephony-team] Update Jami and related packages., Maxim Cournoyer, 2023/08/18
- [bug#65371] [PATCH telephony-team 01/10] gnu: opendht: Update to 2.5.5.,
Maxim Cournoyer <=
- [bug#65371] [PATCH telephony-team 05/10] gnu: msgpack: Deprecate with msgpack-c., Maxim Cournoyer, 2023/08/18
- [bug#65371] [PATCH telephony-team 03/10] gnu: avogadrolibs: Remove msgpack from native-inputs., Maxim Cournoyer, 2023/08/18
- [bug#65371] [PATCH telephony-team 07/10] gnu: libnatpmp: Use gexps and simplify., Maxim Cournoyer, 2023/08/18
- [bug#65371] [PATCH telephony-team 02/10] gnu: mmtf-cpp: Update to 1.1.0., Maxim Cournoyer, 2023/08/18
- [bug#65371] [PATCH telephony-team 04/10] gnu: python-pymol: Remove msgpack from native-inputs., Maxim Cournoyer, 2023/08/18
- [bug#65371] [PATCH telephony-team 06/10] gnu: Add sdbus-cpp., Maxim Cournoyer, 2023/08/18