From d9ffa0921468657c0372b4897dd51d9dbe6f652f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrien=20B=C3=A9raud?= Date: Tue, 2 Jul 2019 12:32:29 -0400 Subject: [PATCH] contrib: update OpenDHT to 1.10.0 Change-Id: I95462429d8ffb0fa04be2716e964cfb4301b26c0 --- contrib/src/opendht/SHA512SUMS | 2 +- contrib/src/opendht/fetch_and_patch.bat | 2 +- contrib/src/opendht/rules.mak | 2 +- src/jamidht/jamiaccount.cpp | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/contrib/src/opendht/SHA512SUMS b/contrib/src/opendht/SHA512SUMS index 37e51f5e0..5dd04c87c 100644 --- a/contrib/src/opendht/SHA512SUMS +++ b/contrib/src/opendht/SHA512SUMS @@ -1 +1 @@ -7f6ae80f283c106a155b86aaa8ab3fd5271bfef8707a53ccd6e4034c11528aef6b740290c4d62b38b18f8c5dcef31071c3006a6fb8d9d31a81f472146c046d71 opendht-a63c5d172b8d6c5e0075576186aec4c1e68494c5.tar.gz \ No newline at end of file +708bdf84fd3eea1f2b56cb35f7b5b668434a093097fd6238a8f636fc8555d607de7aaac455e6b422d4540dc03bc16543ac1a5ac045f2bcf25e5cd0aa50b21149 opendht-a8718242cda414909207320ce0692fc49d3104fb.tar.gz \ No newline at end of file diff --git a/contrib/src/opendht/fetch_and_patch.bat b/contrib/src/opendht/fetch_and_patch.bat index bf3bd13bb..4d5b38895 100644 --- a/contrib/src/opendht/fetch_and_patch.bat +++ b/contrib/src/opendht/fetch_and_patch.bat @@ -1,6 +1,6 @@ set BUILD=%SRC%..\build -set OPENDHT_VERSION=d6ad67d8e2807b101c7fb425baac9b9bd9ca2a38 +set OPENDHT_VERSION=a8718242cda414909207320ce0692fc49d3104fb set OPENDHT_URL=https://github.com/savoirfairelinux/opendht/archive/%OPENDHT_VERSION%.tar.gz mkdir %BUILD% diff --git a/contrib/src/opendht/rules.mak b/contrib/src/opendht/rules.mak index 7e4626fbb..ebecc8cbd 100644 --- a/contrib/src/opendht/rules.mak +++ b/contrib/src/opendht/rules.mak @@ -1,5 +1,5 @@ # OPENDHT -OPENDHT_VERSION := a63c5d172b8d6c5e0075576186aec4c1e68494c5 +OPENDHT_VERSION := a8718242cda414909207320ce0692fc49d3104fb OPENDHT_URL := https://github.com/savoirfairelinux/opendht/archive/$(OPENDHT_VERSION).tar.gz PKGS += opendht diff --git a/src/jamidht/jamiaccount.cpp b/src/jamidht/jamiaccount.cpp index d31fa7aca..1ab957795 100644 --- a/src/jamidht/jamiaccount.cpp +++ b/src/jamidht/jamiaccount.cpp @@ -1176,7 +1176,7 @@ JamiAccount::revokeDevice(const std::string& password, const std::string& device foundAccountDevice(crt); AccountArchive a; try { - a = fa->get(); + a = fa.get(); } catch (...) { emitSignal(getAccountID(), device, 1); return; -- GitLab