Gitweb links:
...log
http://git.netsurf-browser.org/toolchains.git/shortlog/b2cae1faab8a5e6145...
...commit
http://git.netsurf-browser.org/toolchains.git/commit/b2cae1faab8a5e614519...
...tree
http://git.netsurf-browser.org/toolchains.git/tree/b2cae1faab8a5e614519d7...
The branch, master has been updated
via b2cae1faab8a5e614519d774b602d9578d3eb1e8 (commit)
via 3e10b944056c1575ddbdf81128d544b3cc783846 (commit)
via 33dfdac40e502d1d871b1b0aee4d9c0cdcab5f7b (commit)
from 9f2bc17e912ec718e7fec2e31df95c986f073d9c (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=b2cae1faab8a5e61...
commit b2cae1faab8a5e614519d774b602d9578d3eb1e8
Author: Vincent Sanders <vince(a)kyllikki.org>
Commit: Vincent Sanders <vince(a)kyllikki.org>
update freetype library to current release
diff --git a/sdk/Makefile b/sdk/Makefile
index 794a4ee..47efd13 100644
--- a/sdk/Makefile
+++ b/sdk/Makefile
@@ -39,7 +39,7 @@ VERSION_LIBEXPAT := 2.2.0
VERSION_LDG := 2.32
VERSION_WINDOM := 2.0.1
VERSION_HERMES := 1.3.3
-VERSION_FREETYPE := 2.7
+VERSION_FREETYPE := 2.7.1
# Path
path__ := $(GCCSDK_INSTALL_CROSSBIN):$(PATH)
commitdiff
http://git.netsurf-browser.org/toolchains.git/commit/?id=3e10b944056c1575...
commit 3e10b944056c1575ddbdf81128d544b3cc783846
Author: Vincent Sanders <vince(a)kyllikki.org>
Commit: Vincent Sanders <vince(a)kyllikki.org>
update libcurl to latest 7.53.1 version
diff --git a/sdk/Makefile b/sdk/Makefile
index 728b45b..794a4ee 100644
--- a/sdk/Makefile
+++ b/sdk/Makefile
@@ -31,7 +31,7 @@ VERSION_LIBPNG := 1.6.28
VERSION_LIBJPEG := 8d
VERSION_LIBJPEG_TURBO := 1.5.1
VERSION_LIBCARES := 1.12.0
-VERSION_LIBCURL := 7.51.0
+VERSION_LIBCURL := 7.53.1
VERSION_LIBGNURX := 2.5.1
VERSION_LIBPBL := 1_04
VERSION_LIBCF := CVS-20130415
commitdiff
http://git.netsurf-browser.org/toolchains.git/commit/?id=33dfdac40e502d1d...
commit 33dfdac40e502d1d871b1b0aee4d9c0cdcab5f7b
Author: Vincent Sanders <vince(a)kyllikki.org>
Commit: Vincent Sanders <vince(a)kyllikki.org>
update libiconv to latest v1.15
diff --git a/sdk/Makefile b/sdk/Makefile
index f94ec3d..728b45b 100644
--- a/sdk/Makefile
+++ b/sdk/Makefile
@@ -24,7 +24,7 @@ endif
# Upstream package versions
VERSION_ZLIB := 1.2.11
-VERSION_LIBICONV := 1.14
+VERSION_LIBICONV := 1.15
VERSION_LIBTRE := 0.8.0
VERSION_OPENSSL := 1.0.2k
VERSION_LIBPNG := 1.6.28
-----------------------------------------------------------------------
Summary of changes:
sdk/Makefile | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/sdk/Makefile b/sdk/Makefile
index f94ec3d..47efd13 100644
--- a/sdk/Makefile
+++ b/sdk/Makefile
@@ -24,14 +24,14 @@ endif
# Upstream package versions
VERSION_ZLIB := 1.2.11
-VERSION_LIBICONV := 1.14
+VERSION_LIBICONV := 1.15
VERSION_LIBTRE := 0.8.0
VERSION_OPENSSL := 1.0.2k
VERSION_LIBPNG := 1.6.28
VERSION_LIBJPEG := 8d
VERSION_LIBJPEG_TURBO := 1.5.1
VERSION_LIBCARES := 1.12.0
-VERSION_LIBCURL := 7.51.0
+VERSION_LIBCURL := 7.53.1
VERSION_LIBGNURX := 2.5.1
VERSION_LIBPBL := 1_04
VERSION_LIBCF := CVS-20130415
@@ -39,7 +39,7 @@ VERSION_LIBEXPAT := 2.2.0
VERSION_LDG := 2.32
VERSION_WINDOM := 2.0.1
VERSION_HERMES := 1.3.3
-VERSION_FREETYPE := 2.7
+VERSION_FREETYPE := 2.7.1
# Path
path__ := $(GCCSDK_INSTALL_CROSSBIN):$(PATH)
--
Cross-compilation toolchains and environments