]> git.webhop.me Git - bs-cst-neutrino-hd.git/commitdiff
bump curl version to 7.46.0, openssl to 1.0.2e
authorMarkham <markham001@gmx.de>
Sat, 26 Dec 2015 13:10:46 +0000 (14:10 +0100)
committerMarkham <markham001@gmx.de>
Sat, 26 Dec 2015 13:10:46 +0000 (14:10 +0100)
make/versions.mk

index 18d89366a341344c39b0c75908764dffdf41e247..b73b49b1e79336d087eaf26a5dd789433e2744eb 100644 (file)
@@ -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