Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
VLC
Manage
Activity
Members
Labels
Plan
Issues
4k
Issue boards
Milestones
Code
Merge requests
459
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
VideoLAN
VLC
Merge requests
!3201
contrib: gcrypt: switch URL to HTTPS
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
contrib: gcrypt: switch URL to HTTPS
JohannesKauffmann/vlc2:gnupg-https
into
master
Overview
1
Commits
1
Pipelines
2
Changes
1
Merged
Johannes Kauffmann
requested to merge
JohannesKauffmann/vlc2:gnupg-https
into
master
2 years ago
Overview
1
Commits
1
Pipelines
2
Changes
1
Expand
This avoids a redirection. It was also the only gnupg.org URL which didn't use HTTPS already.
0
0
Merge request reports
Compare
master
version 1
85f4db50
2 years ago
master (base)
and
latest version
latest version
3dd41469
1 commit,
2 years ago
version 1
85f4db50
1 commit,
2 years ago
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
contrib/src/gcrypt/rules.mak
+
1
−
1
Options
# GCRYPT
GCRYPT_VERSION
:=
1.10.1
GCRYPT_URL
:=
http://www.gnupg.org/ftp/gcrypt/libgcrypt/libgcrypt-
$(
GCRYPT_VERSION
)
.tar.bz2
GCRYPT_URL
:=
http
s
://www.gnupg.org/ftp/gcrypt/libgcrypt/libgcrypt-
$(
GCRYPT_VERSION
)
.tar.bz2
PKGS
+=
gcrypt
ifeq
($(call need_pkg,"libgcrypt"),)
Loading