Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
savoirfairelinux
jami-daemon
Commits
d9ffa092
Commit
d9ffa092
authored
Jul 02, 2019
by
Adrien Béraud
Browse files
contrib: update OpenDHT to 1.10.0
Change-Id: I95462429d8ffb0fa04be2716e964cfb4301b26c0
parent
e522de96
Changes
4
Hide whitespace changes
Inline
Side-by-side
contrib/src/opendht/SHA512SUMS
View file @
d9ffa092
7f6ae80f283c106a155b86aaa8ab3fd5271bfef8707a53ccd6e4034c11528aef6b740290c4d62b38b18f8c5dcef31071c3006a6fb8d9d31a81f472146c046d71 opendht-a63c5d172b8d6c5e0075576186aec4c1e68494c5.tar.gz
\ No newline at end of file
708bdf84fd3eea1f2b56cb35f7b5b668434a093097fd6238a8f636fc8555d607de7aaac455e6b422d4540dc03bc16543ac1a5ac045f2bcf25e5cd0aa50b21149 opendht-a8718242cda414909207320ce0692fc49d3104fb.tar.gz
\ No newline at end of file
contrib/src/opendht/fetch_and_patch.bat
View file @
d9ffa092
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%
...
...
contrib/src/opendht/rules.mak
View file @
d9ffa092
# OPENDHT
OPENDHT_VERSION
:=
a
63c5d172b8d6c5e0075576186aec4c1e68494c5
OPENDHT_VERSION
:=
a
8718242cda414909207320ce0692fc49d3104fb
OPENDHT_URL
:=
https://github.com/savoirfairelinux/opendht/archive/
$(OPENDHT_VERSION)
.tar.gz
PKGS
+=
opendht
...
...
src/jamidht/jamiaccount.cpp
View file @
d9ffa092
...
...
@@ -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
<
DRing
::
ConfigurationSignal
::
DeviceRevocationEnded
>
(
getAccountID
(),
device
,
1
);
return
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment