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
486709d4
Unverified
Commit
486709d4
authored
5 years ago
by
Sébastien Blin
Browse files
Options
Downloads
Patches
Plain Diff
gnutls: use version 3.6.7
Change-Id: I4d6c06d8bda6a2bba817108b1f323afaf27766ba
parent
7339c2bd
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
configure.ac
+1
-1
1 addition, 1 deletion
configure.ac
contrib/src/gnutls/SHA512SUMS
+1
-1
1 addition, 1 deletion
contrib/src/gnutls/SHA512SUMS
contrib/src/gnutls/rules.mak
+2
-2
2 additions, 2 deletions
contrib/src/gnutls/rules.mak
with
4 additions
and
4 deletions
configure.ac
+
1
−
1
View file @
486709d4
...
...
@@ -512,7 +512,7 @@ AS_IF([test "x$enable_video" != "xno" -a "x$enable_accel" != "xno"], [
AM_CONDITIONAL([RING_ACCEL], [test "x${ring_accel}" = "xyes"])
dnl check for GnuTLS
PKG_CHECK_MODULES([GNUTLS], [gnutls >= 3.
5.1
7], [HAVE_GNUTLS=1], [HAVE_GNUTLS=0])
PKG_CHECK_MODULES([GNUTLS], [gnutls >= 3.
6.
7], [HAVE_GNUTLS=1], [HAVE_GNUTLS=0])
# PTHREAD
# required dependency(ies): libxpat
...
...
This diff is collapsed.
Click to expand it.
contrib/src/gnutls/SHA512SUMS
+
1
−
1
View file @
486709d4
71f0899de0ffb2a39b25928042114e2bbfde7fbf2029d9f91f60bf60794916d13f544fc97337e4e3282e7faa17e79a8012b0e08f98805bee543c0ba4e5d5a905 gnutls-3.6.8.tar.xz
\ No newline at end of file
ae9b8996eb9b7269d28213f0aca3a4a17890ba8d47e3dc3b8e754ab8e2b4251e9412aaaa161a8bf56167f04cc169b4cada46f55a7bde92b955eb36cd717a99f3 gnutls-3.6.7.tar.xz
\ No newline at end of file
This diff is collapsed.
Click to expand it.
contrib/src/gnutls/rules.mak
+
2
−
2
View file @
486709d4
# GnuTLS
GNUTLS_VERSION
:=
3.6.
8
GNUTLS_VERSION
:=
3.6.
7
GNUTLS_URL
:=
https://www.gnupg.org/ftp/gcrypt/gnutls/v3.6/gnutls-
$(
GNUTLS_VERSION
)
.tar.xz
PKGS
+=
gnutls
ifeq
($(call need_pkg,"gnutls >= 3.
5.1
7"),)
ifeq
($(call need_pkg,"gnutls >= 3.
6.
7"),)
PKGS_FOUND
+=
gnutls
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