From: Markham Date: Sat, 26 Dec 2015 13:10:46 +0000 (+0100) Subject: bump curl version to 7.46.0, openssl to 1.0.2e X-Git-Url: https://git.webhop.me/?a=commitdiff_plain;h=bb546cc61a87e72691104abbc545486e961ca126;p=bs-cst-neutrino-hd.git bump curl version to 7.46.0, openssl to 1.0.2e --- 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