From 6a71c5fad2f36898dffdd720b7dd98bddd08f8b4 Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Sat, 30 Nov 2019 16:21:20 +0000 Subject: Various updates to SDK deps --- README | 4 ++++ sdk/Makefile | 8 ++++---- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/README b/README index 4c8797c..c6dfb4f 100644 --- a/README +++ b/README @@ -7,6 +7,10 @@ Pre-requisites for Debian systems $ apt-get install libtool texinfo help2man subversion cvs git $ apt-get install lhasa unzip autoconf2.64 automake1.11 + If you've not got automake 1.15 by default, you'll need: + + $ apt-get install automake-1.15 + On multiarch-aware systems: $ dpkg --add-architecture i386 diff --git a/sdk/Makefile b/sdk/Makefile index b30f9e0..4ca17e6 100644 --- a/sdk/Makefile +++ b/sdk/Makefile @@ -30,7 +30,7 @@ VERSION_LIBICONV := 1.15 # https://laurikari.net/tre/ VERSION_LIBTRE := 0.8.0 # https://www.openssl.org/ -VERSION_OPENSSL := 1.1.0k +VERSION_OPENSSL := 1.1.0l # http://www.libpng.org/pub/png/libpng.html VERSION_LIBPNG := 1.6.37 # http://libjpeg.sourceforge.net/ @@ -43,18 +43,18 @@ VERSION_LIBWEBP := 1.0.3 # https://c-ares.haxx.se/ VERSION_LIBCARES := 1.15.0 # https://curl.haxx.se/ -VERSION_LIBCURL := 7.65.1 +VERSION_LIBCURL := 7.67.0 VERSION_LIBGNURX := 2.5.1 # http://mission-base.com/peter/source/ VERSION_LIBPBL := 1_04 VERSION_LIBCF := CVS-20130415 # https://github.com/libexpat/libexpat -VERSION_LIBEXPAT := 2.2.7 +VERSION_LIBEXPAT := 2.2.9 VERSION_LDG := 2.32 VERSION_WINDOM := 2.0.1 VERSION_HERMES := 1.3.3 # https://www.freetype.org/ -VERSION_FREETYPE := 2.9.1 +VERSION_FREETYPE := 2.10.1 # Path path__ := $(GCCSDK_INSTALL_CROSSBIN):$(PATH) -- cgit v1.2.3