[vlc-commits] [Git][videolan/vlc][master] contrib: use http links instead of ftp
Hugo Beauzée-Luyssen (@chouquette)
gitlab at videolan.org
Fri Sep 3 14:51:29 UTC 2021
Hugo Beauzée-Luyssen pushed to branch master at VideoLAN / VLC
Commits:
a09a7874 by Steve Lhomme at 2021-09-03T13:33:20+00:00
contrib: use http links instead of ftp
- - - - -
3 changed files:
- contrib/src/ffi/rules.mak
- contrib/src/gpg-error/rules.mak
- contrib/src/nettle/rules.mak
Changes:
=====================================
contrib/src/ffi/rules.mak
=====================================
@@ -1,6 +1,6 @@
# FFI
FFI_VERSION := 3.0.13
-FFI_URL := ftp://sourceware.org/pub/libffi/libffi-$(FFI_VERSION).tar.gz
+FFI_URL := https://www.sourceware.org/pub/libffi/libffi-$(FFI_VERSION).tar.gz
ifeq ($(call need_pkg,"libffi"),)
PKGS_FOUND += ffi
=====================================
contrib/src/gpg-error/rules.mak
=====================================
@@ -1,6 +1,6 @@
# GPGERROR
GPGERROR_VERSION := 1.27
-GPGERROR_URL := ftp://ftp.gnupg.org/gcrypt/libgpg-error/libgpg-error-$(GPGERROR_VERSION).tar.bz2
+GPGERROR_URL := https://www.gnupg.org/ftp/gcrypt/libgpg-error/libgpg-error-$(GPGERROR_VERSION).tar.bz2
$(TARBALLS)/libgpg-error-$(GPGERROR_VERSION).tar.bz2:
$(call download_pkg,$(GPGERROR_URL),gpg-error)
=====================================
contrib/src/nettle/rules.mak
=====================================
@@ -1,7 +1,7 @@
# Nettle
NETTLE_VERSION := 3.4.1
-NETTLE_URL := ftp://ftp.gnu.org/gnu/nettle/nettle-$(NETTLE_VERSION).tar.gz
+NETTLE_URL := $(GNU)/nettle/nettle-$(NETTLE_VERSION).tar.gz
ifeq ($(call need_pkg,"nettle >= 3.4.1"),)
PKGS_FOUND += nettle
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/a09a78748a879eb4ee8bcfe9f3bc71e1817b9c0c
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/a09a78748a879eb4ee8bcfe9f3bc71e1817b9c0c
You're receiving this email because of your account on code.videolan.org.
More information about the vlc-commits
mailing list