Skip to content
Snippets Groups Projects
Commit a63f30d2 authored by Steve Lhomme's avatar Steve Lhomme Committed by Hugo Beauzée-Luyssen
Browse files

contrib: use http links instead of ftp


(cherry picked from commit a09a7874) (edited)
edited:
- added pthreadGC2 FTP link fix

Signed-off-by: default avatarSteve Lhomme <robux4@ycbcr.xyz>
parent 98657e38
No related branches found
No related tags found
2 merge requests!3533Backport MR 3236 to 3.0.x,!579[3.0] contrib: use http links instead of ftp
Pipeline #135397 passed with stage
in 43 minutes and 29 seconds
# 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
......
# 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)
......
# 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
......
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment