Skip to content
Snippets Groups Projects
Commit 91431007 authored by Adrien Béraud's avatar Adrien Béraud Committed by Sébastien Blin
Browse files

contrib: update opendht

Change-Id: I9273985b6c6156e6e5a39388cdf32ed48fccd58d
parent e04ec346
No related branches found
No related tags found
No related merge requests found
9966432d12fcfebc6b14fe9eed724d693aa753e0cff352a810bfe812609014da506011b500e9323a40b136716319e81656a8cf01d8f462c2ad294aa78d5482b8 opendht-e6c760ec6b3b771221956c3de22eb875b548908f.tar.gz
\ No newline at end of file
948a4a0ede624d7604535040e88d74a559b9fd6d8509d5e98d2595110cfc810b1f062b3efca26cdf8b24ef79bdfeaca7c656d4c6b0a6536b5261da01c07a6cbc opendht-2.2.0rc2.tar.gz
\ No newline at end of file
{
"name": "opendht",
"version": "e6c760ec6b3b771221956c3de22eb875b548908f",
"version": "2.2.0rc2",
"url": "https://github.com/savoirfairelinux/opendht/archive/__VERSION__.tar.gz",
"deps": [
"argon2",
......
# OPENDHT
OPENDHT_VERSION := e6c760ec6b3b771221956c3de22eb875b548908f
OPENDHT_VERSION := 2.2.0rc2
OPENDHT_URL := https://github.com/savoirfairelinux/opendht/archive/$(OPENDHT_VERSION).tar.gz
PKGS += opendht
ifeq ($(call need_pkg,'opendht >= 2.1.4'),)
ifeq ($(call need_pkg,'opendht >= 2.2.0'),)
PKGS_FOUND += opendht
endif
......
......@@ -524,7 +524,7 @@ AccountManager::sendTrustRequest(const std::string& to, const std::vector<uint8_
dev.toString().c_str());
dht_->putEncrypted(dht::InfoHash::get("inbox:" + dev.toString()),
dev,
dht::TrustRequest(DHT_TYPE_NS, payload));
dht::TrustRequest(DHT_TYPE_NS, "", payload));
});
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment