From bb546cc61a87e72691104abbc545486e961ca126 Mon Sep 17 00:00:00 2001 From: Markham Date: Sat, 26 Dec 2015 14:10:46 +0100 Subject: [PATCH] bump curl version to 7.46.0, openssl to 1.0.2e --- make/versions.mk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/make/versions.mk b/make/versions.mk index 18d8936..b73b49b 100644 --- a/make/versions.mk +++ b/make/versions.mk @@ -3,7 +3,7 @@ GIFLIB_VER=5.1.1 # curl; command line tool for transferring data with URL syntax -CURL_VER = 7.45.0 +CURL_VER = 7.46.0 # e2fsprogs; filesystem utilities for use with the ext[x] filesystem E2FSPROGS_VER=1.42.13 @@ -50,10 +50,10 @@ NTP_VER=4.2.8p3 # openssl; toolkit for the SSL v2/v3 and TLS v1 protocol ifeq ($(PLATFORM), nevis) OPENSSL_VER=0.9.8 -OPENSSL_SUBVER=zg +OPENSSL_SUBVER=zh else OPENSSL_VER=1.0.2 -OPENSSL_SUBVER=d +OPENSSL_SUBVER=e endif # pkg-config; a helper tool used when compiling applications and libraries to insert the correct compiler options -- 2.39.5