Gitweb links:
...log
http://git.netsurf-browser.org/toolchains.git/shortlog/43963a8ca61715903a...
...commit
http://git.netsurf-browser.org/toolchains.git/commit/43963a8ca61715903a1d...
...tree
http://git.netsurf-browser.org/toolchains.git/tree/43963a8ca61715903a1d47...
The branch, master has been updated
via 43963a8ca61715903a1d47cfba6b3c45ce4f3f03 (commit)
from c750b462082617b0edec51045b00582f7f050647 (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=43963a8ca6171590...
commit 43963a8ca61715903a1d47cfba6b3c45ce4f3f03
Author: Vincent Sanders <vince(a)kyllikki.org>
Commit: Vincent Sanders <vince(a)kyllikki.org>
update libcurl to address CVE
diff --git a/sdk/Makefile b/sdk/Makefile
index 860a7d4..9873c4f 100644
--- a/sdk/Makefile
+++ b/sdk/Makefile
@@ -31,7 +31,7 @@ VERSION_LIBPNG := 1.6.29
VERSION_LIBJPEG := 8d
VERSION_LIBJPEG_TURBO := 1.5.1
VERSION_LIBCARES := 1.13.0
-VERSION_LIBCURL := 7.54.1
+VERSION_LIBCURL := 7.58.0
VERSION_LIBGNURX := 2.5.1
VERSION_LIBPBL := 1_04
VERSION_LIBCF := CVS-20130415
-----------------------------------------------------------------------
Summary of changes:
sdk/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sdk/Makefile b/sdk/Makefile
index 860a7d4..9873c4f 100644
--- a/sdk/Makefile
+++ b/sdk/Makefile
@@ -31,7 +31,7 @@ VERSION_LIBPNG := 1.6.29
VERSION_LIBJPEG := 8d
VERSION_LIBJPEG_TURBO := 1.5.1
VERSION_LIBCARES := 1.13.0
-VERSION_LIBCURL := 7.54.1
+VERSION_LIBCURL := 7.58.0
VERSION_LIBGNURX := 2.5.1
VERSION_LIBPBL := 1_04
VERSION_LIBCF := CVS-20130415
--
Cross-compilation toolchains and environments