Hugo Beauzée-Luyssen pushed to branch 3.0.x at VideoLAN / VLC
Commits: a63f30d2 by Steve Lhomme at 2021-09-07T08:38:10+00:00 contrib: use http links instead of ftp (cherry picked from commit a09a78748a879eb4ee8bcfe9f3bc71e1817b9c0c) (edited) edited: - added pthreadGC2 FTP link fix Signed-off-by: Steve Lhomme <[email protected]> - - - - - 4 changed files: - contrib/src/ffi/rules.mak - contrib/src/gpg-error/rules.mak - contrib/src/nettle/rules.mak - contrib/src/pthreads/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 >= 2.7"),) PKGS_FOUND += nettle ===================================== contrib/src/pthreads/rules.mak ===================================== @@ -5,7 +5,7 @@ PKGS_FOUND += pthreads endif PTHREADS_W32_VERSION := 2-9-1 -PTHREADS_W32_URL := ftp://sources.redhat.com/pub/pthreads-win32/pthreads-w32-$(PTHREADS_W32_VERSION)-release.tar.gz +PTHREADS_W32_URL := https://www.sourceware.org/pub/pthreads-win32/pthreads-w32-$(PTHREADS_W32_VERSION)-release.tar.gz $(TARBALLS)/pthreads-w32-$(PTHREADS_W32_VERSION)-release.tar.gz: $(call download_pkg,$(PTHREADS_W32_URL),pthreads) View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/a63f30d2ddcc0ccc709ca3b96841e2959996d4fb -- View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/a63f30d2ddcc0ccc709ca3b96841e2959996d4fb You're receiving this email because of your account on code.videolan.org.
_______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
