From 2a3304cfb832d2f9548bb869f5a44a3412a1c3f9 Mon Sep 17 00:00:00 2001 From: Mohammad Akhlaghi Date: Sun, 2 Dec 2018 01:25:57 +0000 Subject: Wget and OpenSSL now installed as a basic dependency The TeX Live installer needs Wget to operate smoothly, especially on recent Mac OS systems that don't have Wget pre-installed. Also, it would be good for the pipeline to have its own downloader. So with this commit, the pipeline also installs Wget and OpenSSL which is a dependency. Many other small changes/fixes were done in this process. --- reproduce/config/pipeline/dependency-versions.mk | 2 ++ 1 file changed, 2 insertions(+) (limited to 'reproduce/config') diff --git a/reproduce/config/pipeline/dependency-versions.mk b/reproduce/config/pipeline/dependency-versions.mk index 261b35b..25aa277 100644 --- a/reproduce/config/pipeline/dependency-versions.mk +++ b/reproduce/config/pipeline/dependency-versions.mk @@ -23,9 +23,11 @@ lzip-version = 1.20 make-version = 4.2.90 mpfr-version = 4.0.1 mpc-version = 1.1.0 +openssl-version = 1.1.1a pkgconfig-version = 0.29.2 sed-version = 4.5 tar-version = 1.30 +wget-version = 1.20 which-version = 2.21 xz-version = 5.2.4 -- cgit v1.2.1