Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
jami-daemon
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
savoirfairelinux
jami-daemon
Commits
3b2f30e9
Unverified
Commit
3b2f30e9
authored
5 years ago
by
Sébastien Blin
Browse files
Options
Downloads
Patches
Plain Diff
opendht: bump to latest master
Change-Id: Iaa3e9a88638b32b3f0b56f10256c67d81f0a5c19
parent
2b3653aa
Branches
release/201812
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
contrib/src/opendht/SHA512SUMS
+1
-1
1 addition, 1 deletion
contrib/src/opendht/SHA512SUMS
contrib/src/opendht/fetch_and_patch.bat
+1
-1
1 addition, 1 deletion
contrib/src/opendht/fetch_and_patch.bat
contrib/src/opendht/rules.mak
+2
-2
2 additions, 2 deletions
contrib/src/opendht/rules.mak
with
4 additions
and
4 deletions
contrib/src/opendht/SHA512SUMS
+
1
−
1
View file @
3b2f30e9
ec649cd38aacaf580a18244a9da67cf64d2535a052a05ddf15
ef24
79a0378b4605b4a8fd30702609a771394946480d4c24f16348a6b5141f92866596fa12c9b0 opendht-6f87e9dbc3ec9ef2609d338175fab0fcb4d7e70b
.tar.gz
4533b12c6269b4762425a10428f
ef
4
24
58a5f20372b6f633aa1a14b4b4ab417d64a15fcc012685543687a34e5639824469b8478d352532888af3f8bd7f8592f9 opendht-739f4d0c0d6aff5dd18d84269fe2e276e0530433
.tar.gz
This diff is collapsed.
Click to expand it.
contrib/src/opendht/fetch_and_patch.bat
+
1
−
1
View file @
3b2f30e9
set
BUILD
=
%SRC%
..\build
set
OPENDHT_VERSION
=
6
f87e9dbc3ec9ef2609d338175fab0fcb4d7e70b
set
OPENDHT_VERSION
=
739
f4d0c0d6aff5dd18d84269fe2e276e0530433
set
OPENDHT_URL
=
https
://github.com/savoirfairelinux/opendht/archive/
%OPENDHT_VERSION%
.tar.gz
mkdir
%BUILD%
...
...
This diff is collapsed.
Click to expand it.
contrib/src/opendht/rules.mak
+
2
−
2
View file @
3b2f30e9
# OPENDHT
OPENDHT_VERSION
:=
6f87e9dbc3ec9ef2609d338175fab0fcb4d7e70b
OPENDHT_VERSION
:=
739f4d0c0d6aff5dd18d84269fe2e276e0530433
OPENDHT_URL
:=
https://github.com/savoirfairelinux/opendht/archive/
$(
OPENDHT_VERSION
)
.tar.gz
PKGS
+=
opendht
...
...
@@ -15,7 +15,7 @@ ifneq ($(call need_pkg,"libargon2"),)
DEPS_opendht
+=
argon2
endif
ifneq
($(call need_pkg,"libressl >= 1-12-2"),)
DEPS_opendht
+=
libressl
DEPS_opendht
+=
libressl
endif
ifneq
($(call need_pkg,"restinio >= v.0.5.1"),)
DEPS_opendht
+=
restinio
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment