Gitweb links:
...log
http://git.netsurf-browser.org/toolchains.git/shortlog/6a68f6cf2628d82a5d...
...commit
http://git.netsurf-browser.org/toolchains.git/commit/6a68f6cf2628d82a5d31...
...tree
http://git.netsurf-browser.org/toolchains.git/tree/6a68f6cf2628d82a5d31f6...
The branch, master has been updated
via 6a68f6cf2628d82a5d31f668051d0bb9062ac4ae (commit)
from 8e43658ccf2c2b02033b29fd42a7468d62529fad (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=6a68f6cf2628d82a...
commit 6a68f6cf2628d82a5d31f668051d0bb9062ac4ae
Author: Vincent Sanders <vince(a)kyllikki.org>
Commit: Vincent Sanders <vince(a)kyllikki.org>
update curl version in sdk
diff --git a/sdk/Makefile b/sdk/Makefile
index d8c4bc7..de5ec55 100644
--- a/sdk/Makefile
+++ b/sdk/Makefile
@@ -43,7 +43,7 @@ VERSION_LIBWEBP := 1.0.3
#
https://c-ares.haxx.se/
VERSION_LIBCARES := 1.15.0
#
https://curl.haxx.se/
-VERSION_LIBCURL := 7.68.0
+VERSION_LIBCURL := 7.76.1
VERSION_LIBGNURX := 2.5.1
#
http://mission-base.com/peter/source/
VERSION_LIBPBL := 1_04
-----------------------------------------------------------------------
Summary of changes:
sdk/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sdk/Makefile b/sdk/Makefile
index d8c4bc7..de5ec55 100644
--- a/sdk/Makefile
+++ b/sdk/Makefile
@@ -43,7 +43,7 @@ VERSION_LIBWEBP := 1.0.3
#
https://c-ares.haxx.se/
VERSION_LIBCARES := 1.15.0
#
https://curl.haxx.se/
-VERSION_LIBCURL := 7.68.0
+VERSION_LIBCURL := 7.76.1
VERSION_LIBGNURX := 2.5.1
#
http://mission-base.com/peter/source/
VERSION_LIBPBL := 1_04
--
Cross-compilation toolchains and environments