summaryrefslogtreecommitdiff
path: root/sdk
diff options
context:
space:
mode:
authorJohn-Mark Bell <jmb@netsurf-browser.org>2023-09-17 15:56:05 +0100
committerJohn-Mark Bell <jmb@netsurf-browser.org>2023-09-17 15:56:50 +0100
commit1df6db0eeecd64fbc6e665149edf8879011bf60d (patch)
tree92941d2d8e5900e8bcb063866e80d07b686306f5 /sdk
parent76a6a4e439b9a10b814d5eb79a7f4f7251b6ded9 (diff)
downloadtoolchains-1df6db0eeecd64fbc6e665149edf8879011bf60d.tar.gz
toolchains-1df6db0eeecd64fbc6e665149edf8879011bf60d.tar.bz2
SDK: bump library versions
Diffstat (limited to 'sdk')
-rw-r--r--sdk/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/sdk/Makefile b/sdk/Makefile
index dd1c9dd..eed736f 100644
--- a/sdk/Makefile
+++ b/sdk/Makefile
@@ -32,19 +32,19 @@ VERSION_LIBICONV := 1.17
# https://laurikari.net/tre/
VERSION_LIBTRE := 0.8.0
# https://www.openssl.org/
-VERSION_OPENSSL := 3.0.8
+VERSION_OPENSSL := 3.0.10
# http://www.libpng.org/pub/png/libpng.html
-VERSION_LIBPNG := 1.6.39
+VERSION_LIBPNG := 1.6.40
# http://libjpeg.sourceforge.net/
VERSION_LIBJPEG := 8d
# https://libjpeg-turbo.org/
VERSION_LIBJPEG_TURBO := 2.1.5.1
# https://developers.google.com/speed/webp/
-VERSION_LIBWEBP := 1.3.0
+VERSION_LIBWEBP := 1.3.2
# https://c-ares.haxx.se/
-VERSION_LIBCARES := 1.19.0
+VERSION_LIBCARES := 1.19.1
# https://curl.haxx.se/
-VERSION_LIBCURL := 7.88.1
+VERSION_LIBCURL := 8.3.0
VERSION_LIBGNURX := 2.5.1
# http://mission-base.com/peter/source/
# 1.7.0: https://github.com/peterGraf/pbl/releases
@@ -58,7 +58,7 @@ VERSION_WINDOM := 2.0.1
# https://github.com/berkus/hermes-pixel-format/archive/refs/tags/v1.3.3.tar.gz
VERSION_HERMES := 1.3.3
# https://www.freetype.org/
-VERSION_FREETYPE := 2.13.0
+VERSION_FREETYPE := 2.13.2
# Path
path__ := $(GCCSDK_INSTALL_CROSSBIN):$(PATH)