[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
11/20: gnu: opendht: Update to 3.1.7.
From: |
guix-commits |
Subject: |
11/20: gnu: opendht: Update to 3.1.7. |
Date: |
Tue, 9 Jan 2024 22:28:54 -0500 (EST) |
apteryx pushed a commit to branch master
in repository guix.
commit 79bd3c685f83239f385727661501e9e8fe59aac6
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Thu Aug 17 15:02:16 2023 -0400
gnu: opendht: Update to 3.1.7.
* gnu/packages/networking.scm (opendht): Update to 3.1.7.
[arguments]: Add a new relax-test-timeouts phase.
Change-Id: Ida7fe021599e9c469e49f6540a908e80b7264241
---
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 3d5cf598c9..659f38d7e4 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -3808,7 +3808,7 @@ and targeted primarily for asynchronous processing of
HTTP-requests.")
(define-public opendht
(package
(name "opendht")
- (version "2.4.12")
+ (version "3.1.7")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -3817,7 +3817,7 @@ and targeted primarily for asynchronous processing of
HTTP-requests.")
(file-name (git-file-name name version))
(sha256
(base32
- "0yji5pziqxfvyfizk3fn9j59bqlfdwfa1a0y9jjfknb2mmlwwb9w"))))
+ "15jx62fm1frbbvpkxysvvwz1a8d605xi53aacf0bvp4mb1dzpddn"))))
(outputs '("out" "python" "tools" "debug"))
(build-system gnu-build-system)
(arguments
@@ -3845,6 +3845,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 master updated (8fefe1b345 -> 58ab25a2ce), guix-commits, 2024/01/09
- 02/20: gnu: libnatpmp: Update home page., guix-commits, 2024/01/09
- 07/20: gnu: Add xdiff., guix-commits, 2024/01/09
- 19/20: tests: telephony: Fix VPATH builds., guix-commits, 2024/01/09
- 01/20: gnu: libnatpmp: Use gexps and simplify., guix-commits, 2024/01/09
- 06/20: gnu: Add llhttp., guix-commits, 2024/01/09
- 09/20: gnu: libnatpmp: Update to 20230423-0.6a850fd., guix-commits, 2024/01/09
- 12/20: gnu: Add dhtnet., guix-commits, 2024/01/09
- 11/20: gnu: opendht: Update to 3.1.7.,
guix-commits <=
- 05/20: gnu: Add expected-lite., guix-commits, 2024/01/09
- 10/20: gnu: msgpack: Deprecate with msgpack-c., guix-commits, 2024/01/09
- 14/20: gnu: ffmpeg-jami: Update configure flags., guix-commits, 2024/01/09
- 17/20: gnu: jami: Update to 20231222.2., guix-commits, 2024/01/09
- 15/20: gnu: ffmpeg-jami: Relocate to (gnu packages video)., guix-commits, 2024/01/09
- 18/20: gnu: jami-docs: Update to 0.0.0-2.a48997d., guix-commits, 2024/01/09
- 20/20: tests: telephony: Fix typo., guix-commits, 2024/01/09
- 04/20: gnu: catch2-3: Update to 3.5.1., guix-commits, 2024/01/09
- 08/20: gnu: restinio: Update to 0.7.1., guix-commits, 2024/01/09
- 13/20: gnu: pjproject-jami: Update and relocate., guix-commits, 2024/01/09