From 3d2506e46ab02102503de9ac1da16bc7e9253fed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrien=20B=C3=A9raud?= <adrien.beraud@savoirfairelinux.com> Date: Thu, 23 Jun 2022 14:56:41 -0400 Subject: [PATCH] contrib: bump opendht (and fix dhtstate cache) Change-Id: I3610377c5d816d19ebdf9f99adf8d3b0677b272e --- contrib/src/fmt/rules.mak | 2 +- contrib/src/opendht/SHA512SUMS | 2 +- contrib/src/opendht/package.json | 2 +- contrib/src/opendht/rules.mak | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/contrib/src/fmt/rules.mak b/contrib/src/fmt/rules.mak index 38fff72ced..6ba2b4f4fc 100644 --- a/contrib/src/fmt/rules.mak +++ b/contrib/src/fmt/rules.mak @@ -19,7 +19,7 @@ $(TARBALLS)/fmt-$(FMT_VERSION).tar.gz: fmt: fmt-$(FMT_VERSION).tar.gz $(UNPACK) - $(UPDATE_AUTOCONFIG) && cd $(UNPACK_DIR) + cd $(UNPACK_DIR) $(MOVE) .fmt: fmt toolchain.cmake .sum-fmt diff --git a/contrib/src/opendht/SHA512SUMS b/contrib/src/opendht/SHA512SUMS index 2abd2637c9..fd0d7a7a6f 100644 --- a/contrib/src/opendht/SHA512SUMS +++ b/contrib/src/opendht/SHA512SUMS @@ -1 +1 @@ -8193aba528b9a4c4f2c97625966c2e237a8d5d7e47a8086a4fbdb7bc48f5b86dac63744d1420254d2cbdb5a076b7465ea0ca0b535d388582b607531e78f211f2 opendht-2.4.3.tar.gz \ No newline at end of file +0af70f262fc0081cca0dcf5033b14c09f431a0d52dd112afc78d684c149a9a2a0fa3d5c6bbf642101844475eaed557907a33d5a11d1aab6363bc0f15a2145413 opendht-2.4.7.1.tar.gz \ No newline at end of file diff --git a/contrib/src/opendht/package.json b/contrib/src/opendht/package.json index cc3815cd12..6d940b66ba 100644 --- a/contrib/src/opendht/package.json +++ b/contrib/src/opendht/package.json @@ -1,6 +1,6 @@ { "name": "opendht", - "version": "2.4.0", + "version": "0183c2191edd52e1e32d6dfe29169ad721ff3a57", "url": "https://github.com/savoirfairelinux/opendht/archive/__VERSION__.tar.gz", "deps": [ "argon2", diff --git a/contrib/src/opendht/rules.mak b/contrib/src/opendht/rules.mak index d3c7f4426b..c938d70704 100644 --- a/contrib/src/opendht/rules.mak +++ b/contrib/src/opendht/rules.mak @@ -1,5 +1,5 @@ # OPENDHT -OPENDHT_VERSION := 2.4.3 +OPENDHT_VERSION := 2.4.7.1 OPENDHT_URL := https://github.com/savoirfairelinux/opendht/archive/$(OPENDHT_VERSION).tar.gz PKGS += opendht -- GitLab