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
b002bedd
Commit
b002bedd
authored
1 year ago
by
Adrien Béraud
Browse files
Options
Downloads
Patches
Plain Diff
contrib: update opendht
Change-Id: I69eedb1f85d6a712ef7e8d2cd40b24a4416ca3d7
parent
df4f2e76
Branches
Branches containing commit
Tags
Tags containing commit
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 @
b002bedd
5e4bc2cc2ebe593e522cfd0940c9927490ab579db923037a57c96fa1ae31653df10b3c18389eb30092622e837216a73e6eca501bb4d559dab28e200685940f42
opendht-3.1.
6
.tar.gz
c89e8276520f94daa31a5c07e6725ba6b8f3daa2fa118914f61394b879b63dce2e0ab462e35af31d40ebd15d1feb119236b4a791dff683486ed7ccd1d0589756
opendht-3.1.
7
.tar.gz
This diff is collapsed.
Click to expand it.
contrib/src/opendht/package.json
+
1
−
1
View file @
b002bedd
{
"name"
:
"opendht"
,
"version"
:
"3.1.
6
"
,
"version"
:
"3.1.
7
"
,
"url"
:
"https://github.com/savoirfairelinux/opendht/archive/v__VERSION__.tar.gz"
,
"deps"
:
[
"argon2"
,
...
...
This diff is collapsed.
Click to expand it.
contrib/src/opendht/rules.mak
+
2
−
2
View file @
b002bedd
# OPENDHT
OPENDHT_VERSION
:=
3.1.
6
OPENDHT_VERSION
:=
3.1.
7
OPENDHT_URL
:=
https://github.com/savoirfairelinux/opendht/archive/v
$(
OPENDHT_VERSION
)
.tar.gz
PKGS
+=
opendht
ifeq
($(call need_pkg,'opendht >= 3.1.
6
'),)
ifeq
($(call need_pkg,'opendht >= 3.1.
7
'),)
PKGS_FOUND
+=
opendht
endif
...
...
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