summaryrefslogtreecommitdiff
path: root/sdk/Makefile
diff options
context:
space:
mode:
authorJohn-Mark Bell <jmb@netsurf-browser.org>2012-08-04 19:19:36 +0100
committerJohn-Mark Bell <jmb@netsurf-browser.org>2012-08-04 19:19:36 +0100
commit0adcea9d1c4384470f7e9c326961acd3d97b7685 (patch)
tree5648d5aaba82ef4fe91fa03dde25a5c8231cf50c /sdk/Makefile
parente73af00adc0b603c6aa96b3404697281b76550bb (diff)
downloadtoolchains-0adcea9d1c4384470f7e9c326961acd3d97b7685.tar.gz
toolchains-0adcea9d1c4384470f7e9c326961acd3d97b7685.tar.bz2
Use latest versions of libraries.
libiconv has not been updated, as v1.14 doesn't compile.
Diffstat (limited to 'sdk/Makefile')
-rw-r--r--sdk/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/sdk/Makefile b/sdk/Makefile
index 8e30a92..209a17b 100644
--- a/sdk/Makefile
+++ b/sdk/Makefile
@@ -15,14 +15,14 @@ endif
VERSION_ZLIB := 1.2.7
VERSION_LIBICONV := 1.13.1
VERSION_LIBTRE := 0.8.0
-VERSION_LIBXML := 2.7.8
-VERSION_OPENSSL := 1.0.0c
+VERSION_LIBXML := 2.8.0
+VERSION_OPENSSL := 1.0.1c
VERSION_LIBPNG := 1.5.12
-VERSION_LIBJPEG := 8b
-VERSION_LIBLCMS := 2.1
+VERSION_LIBJPEG := 8d
+VERSION_LIBLCMS := 2.3
VERSION_LIBMNG := 1.0.10
VERSION_LIBCARES := 1.9.1
-VERSION_LIBCURL := 7.26.0
+VERSION_LIBCURL := 7.27.0
VERSION_LIBGNURX := 2.5.1
# Path
@@ -155,7 +155,7 @@ $(BUILDSTEPS)/libgnurx-src.d: $(BUILDSTEPS)/sourcedir.d $(SOURCEDIR)/libgnurx-$(
touch $@
$(SOURCEDIR)/libgnurx-$(VERSION_LIBGNURX).tar.gz:
- wget -q -O $@ "http://downloads.sourceforge.net/project/mingw/Other/UserContributed/regex/mingw-regex-$(VERSION_LIBGNURX)/mingw-libgnurx-$(VERSION_LIBGNURX)-src.tar.gz?r=http%3A%2F%2Fsourceforge.net%2Fprojects%2Fmingw%2Ffiles%2FOther%2FUserContributed%2Fregex%2Fmingw-regex-2.5.1%2F&ts=1343071687&use_mirror=freefr"
+ wget -q -O $@ "http://downloads.sourceforge.net/project/mingw/Other/UserContributed/regex/mingw-regex-$(VERSION_LIBGNURX)/mingw-libgnurx-$(VERSION_LIBGNURX)-src.tar.gz"
# regex
$(BUILDSTEPS)/libtre.d: $(BUILDSTEPS)/builddir.d $(BUILDSTEPS)/libtre-src.d