Gitweb links:
...log
http://git.netsurf-browser.org/toolchains.git/shortlog/6a71c5fad2f36898dffdd720b7dd98bddd08f8b4
...commit
http://git.netsurf-browser.org/toolchains.git/commit/6a71c5fad2f36898dffdd720b7dd98bddd08f8b4
...tree
http://git.netsurf-browser.org/toolchains.git/tree/6a71c5fad2f36898dffdd720b7dd98bddd08f8b4
The branch, master has been updated
via 6a71c5fad2f36898dffdd720b7dd98bddd08f8b4 (commit)
from 67e81f62c95e903ba7959d488079bb16e0801f74 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commitdiff
http://git.netsurf-browser.org/toolchains.git/commit/?id=6a71c5fad2f36898dffdd720b7dd98bddd08f8b4
commit 6a71c5fad2f36898dffdd720b7dd98bddd08f8b4
Author: Daniel Silverstone <[email protected]>
Commit: Daniel Silverstone <[email protected]>
Various updates to SDK deps
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)
-----------------------------------------------------------------------
Summary of changes:
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)
--
Cross-compilation toolchains and environments
_______________________________________________
netsurf-commits mailing list
[email protected]
http://listmaster.pepperfish.net/cgi-bin/mailman/listinfo/netsurf-commits-netsurf-browser.org