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
b0516f07
Commit
b0516f07
authored
1 year ago
by
Adrien Béraud
Browse files
Options
Downloads
Patches
Plain Diff
contrib: update gnutls to 3.8.0
Change-Id: Icf4b00ad351dc2f1e9acfc59e1e2b33bf5461b44
parent
be7b84ce
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
contrib/src/gnutls/SHA512SUMS
+1
-1
1 addition, 1 deletion
contrib/src/gnutls/SHA512SUMS
contrib/src/gnutls/rules.mak
+4
-3
4 additions, 3 deletions
contrib/src/gnutls/rules.mak
with
5 additions
and
4 deletions
contrib/src/gnutls/SHA512SUMS
+
1
−
1
View file @
b0516f07
f872339df80ec31d292821ff00eaafbe50e0bd4cdbb86e21e4f78541cd0a26d843596d5e69c91de4db8ce7d027fc639ae6462b57d89fb116162ae63c5a97486a
gnutls-3.
7.6
.tar.xz
2507b3133423fdaf90fbd826ccb1142e9ff6fc90fcd5531720218f19ddf0e6bbb8267d23bad35c0954860e5a4179da74823e0c8357db56a14f252e6ec9d59629
gnutls-3.
8.0
.tar.xz
This diff is collapsed.
Click to expand it.
contrib/src/gnutls/rules.mak
+
4
−
3
View file @
b0516f07
# GnuTLS
# GnuTLS
GNUTLS_VERSION
:=
3.
7.6
GNUTLS_VERSION
:=
3.
8.0
GNUTLS_URL
:=
https://www.gnupg.org/ftp/gcrypt/gnutls/v3.
7
/gnutls-
$(
GNUTLS_VERSION
)
.tar.xz
GNUTLS_URL
:=
https://www.gnupg.org/ftp/gcrypt/gnutls/v3.
8
/gnutls-
$(
GNUTLS_VERSION
)
.tar.xz
PKGS
+=
gnutls
PKGS
+=
gnutls
...
@@ -18,7 +18,7 @@ $(TARBALLS)/gnutls-$(GNUTLS_VERSION).tar.xz:
...
@@ -18,7 +18,7 @@ $(TARBALLS)/gnutls-$(GNUTLS_VERSION).tar.xz:
gnutls
:
gnutls-$(GNUTLS_VERSION).tar.xz .sum-gnutls
gnutls
:
gnutls-$(GNUTLS_VERSION).tar.xz .sum-gnutls
$(
UNPACK
)
$(
UNPACK
)
$(
APPLY
)
$(
SRC
)
/gnutls/0001-m4-remove-malloc-realloc.patch
#
$(APPLY) $(SRC)/gnutls/0001-m4-remove-malloc-realloc.patch
ifndef
HAVE_IOS
ifndef
HAVE_IOS
$(APPLY)
$(SRC)/gnutls/mac-keychain-lookup.patch
$(APPLY)
$(SRC)/gnutls/mac-keychain-lookup.patch
endif
endif
...
@@ -27,6 +27,7 @@ endif
...
@@ -27,6 +27,7 @@ endif
$(MOVE)
$(MOVE)
GNUTLS_CONF
:=
\
GNUTLS_CONF
:=
\
--enable-heartbeat-support
\
--disable-gtk-doc
\
--disable-gtk-doc
\
--without-p11-kit
\
--without-p11-kit
\
--disable-cxx
\
--disable-cxx
\
...
...
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