From 7443b0fbeb11f59539be6d374d5a1483c2edf13c Mon Sep 17 00:00:00 2001
From: Mohammad Akhlaghi <mohammad@akhlaghi.org>
Date: Tue, 15 Jan 2019 13:25:13 +0000
Subject: Many network-related libraries ignored in Wget and cURL

Wget and cURL depend on many network related libraries by default and if
they are present on the host operating system, they will be linked
with. This causes problems for the pipeline when these libraries are
updated on the host system.

With this commit, I went through the configure time options of both Wget
and cURL and removed any library that didn't seem related to merely
downloading of files (possibly with SSL, because we do build OpenSSL in the
pipeline).

Also, I noticed a new version of cURL has come, so that is also updated.
---
 reproduce/config/pipeline/dependency-versions.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'reproduce/config/pipeline')

diff --git a/reproduce/config/pipeline/dependency-versions.mk b/reproduce/config/pipeline/dependency-versions.mk
index 6fbdaf7..7cd6fc9 100644
--- a/reproduce/config/pipeline/dependency-versions.mk
+++ b/reproduce/config/pipeline/dependency-versions.mk
@@ -35,7 +35,7 @@ xz-version          = 5.2.4
 
 # Libraries
 cfitsio-version     = 3.45
-curl-version        = 7.62.0
+curl-version        = 7.63.0
 gsl-version         = 2.5
 libjpeg-version     = v9b
 libtiff-version     = 4.0.10
-- 
cgit v1.2.1