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
fdb9bfec
Commit
fdb9bfec
authored
5 years ago
by
Adrien Béraud
Browse files
Options
Downloads
Patches
Plain Diff
contrib: update OpenDHT
Change-Id: I5e6499cbcba0a294a65664f20eeedc8edf18a2dd
parent
8599bcdd
Branches
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/package.json
+1
-1
1 addition, 1 deletion
contrib/src/opendht/package.json
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 @
fdb9bfec
2bf449ff13e5abceae5980e2f0ad3ec48ae1c37f2e141433c8ef919ec066198f92521f3f0e6567d2e1eddb75bc3e45b341629fc0ca654332351c65b02c967bf8 opendht-0fbebf8e039c242208697108feddb5a0744d9867.tar.gz
\ No newline at end of file
6a5b6e00d00abba9e2b0763d9b3f555af863693a01d68b50ddfd9db2c37e27a0fd4168a24731c70979bd1f13edf71d9a98fb0896cfd9e94160fb603a9d63b824 opendht-2.0.0beta3.tar.gz
\ No newline at end of file
This diff is collapsed.
Click to expand it.
contrib/src/opendht/package.json
+
1
−
1
View file @
fdb9bfec
{
"name"
:
"opendht"
,
"version"
:
"
0fbebf8e039c242208697108feddb5a0744d9867
"
,
"version"
:
"
2.0.0beta3
"
,
"url"
:
"https://github.com/savoirfairelinux/opendht/archive/__VERSION__.tar.gz"
,
"deps"
:
[
"argon2"
,
...
...
This diff is collapsed.
Click to expand it.
contrib/src/opendht/rules.mak
+
2
−
2
View file @
fdb9bfec
# OPENDHT
OPENDHT_VERSION
:=
0fbebf8e039c242208697108feddb5a0744d9867
OPENDHT_VERSION
:=
2.0.0beta3
OPENDHT_URL
:=
https://github.com/savoirfairelinux/opendht/archive/
$(
OPENDHT_VERSION
)
.tar.gz
PKGS
+=
opendht
...
...
@@ -42,6 +42,6 @@ opendht: opendht-$(OPENDHT_VERSION).tar.gz
.opendht
:
opendht .sum-opendht
mkdir
-p
$<
/m4
&&
$(
RECONF
)
cd
$<
&&
$(
HOSTVARS
)
$(
OPENDHT_CONF
)
./configure
--enable-static
--disable-shared
--disable-tools
--disable-python
--disable-doc
--enable-proxy-server
--enable-proxy-client
--with-http-parser-fork
--enable-push-notifications
$(
HOSTCONF
)
cd
$<
&&
$(
HOSTVARS
)
$(
OPENDHT_CONF
)
./configure
--enable-static
--disable-shared
--disable-tools
--disable-indexation
--disable-python
--disable-doc
--enable-proxy-server
--enable-proxy-client
--with-http-parser-fork
--enable-push-notifications
$(
HOSTCONF
)
cd
$<
&&
$(
MAKE
)
install
touch
$@
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