[vlc-commits] [Git][videolan/vlc][master] contrib: gcrypt: switch URL to HTTPS
Steve Lhomme (@robUx4)
gitlab at videolan.org
Fri Feb 3 08:05:27 UTC 2023
Steve Lhomme pushed to branch master at VideoLAN / VLC
Commits:
3dd41469 by Johannes Kauffmann at 2023-02-03T07:23:30+00:00
contrib: gcrypt: switch URL to HTTPS
This avoids a redirection. It was also the only gnupg.org URL which
didn't use HTTPS already.
- - - - -
1 changed file:
- contrib/src/gcrypt/rules.mak
Changes:
=====================================
contrib/src/gcrypt/rules.mak
=====================================
@@ -1,6 +1,6 @@
# GCRYPT
GCRYPT_VERSION := 1.10.1
-GCRYPT_URL := http://www.gnupg.org/ftp/gcrypt/libgcrypt/libgcrypt-$(GCRYPT_VERSION).tar.bz2
+GCRYPT_URL := https://www.gnupg.org/ftp/gcrypt/libgcrypt/libgcrypt-$(GCRYPT_VERSION).tar.bz2
PKGS += gcrypt
ifeq ($(call need_pkg,"libgcrypt"),)
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/3dd41469c19ce4e3541590a7e135e31c9a5928fb
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/3dd41469c19ce4e3541590a7e135e31c9a5928fb
You're receiving this email because of your account on code.videolan.org.
VideoLAN code repository instance
More information about the vlc-commits
mailing list