From 25ecfd86f1eca878b0a76e2728e48756284cf7b5 Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Sun, 1 Feb 2015 21:38:47 +0900 Subject: [PATCH] Update mingw third party libraries --- Dockerfile.mingw | 2 +- README.mingw | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/Dockerfile.mingw b/Dockerfile.mingw index 2349b243..59301a03 100644 --- a/Dockerfile.mingw +++ b/Dockerfile.mingw @@ -26,7 +26,7 @@ RUN apt-get install -y make binutils autoconf automake autotools-dev libtool \ RUN curl -L -O https://gmplib.org/download/gmp/gmp-6.0.0a.tar.lz RUN curl -L -O http://downloads.sourceforge.net/project/expat/expat/2.1.0/expat-2.1.0.tar.gz -RUN curl -L -O http://www.sqlite.org/2014/sqlite-autoconf-3080700.tar.gz +RUN curl -L -O http://www.sqlite.org/2015/sqlite-autoconf-3080802.tar.gz RUN curl -L -O http://zlib.net/zlib-1.2.8.tar.xz RUN curl -L -O http://c-ares.haxx.se/download/c-ares-1.10.0.tar.gz diff --git a/README.mingw b/README.mingw index 8d98c365..872fae8f 100644 --- a/README.mingw +++ b/README.mingw @@ -14,9 +14,11 @@ necessary. The linked libraries are: * gmp 6.0.0 * expat 2.1.0 -* sqlite 3.8.4.1 +* sqlite 3.8.8.2 * zlib 1.2.8 -* c-ares 1.10.0 +* c-ares 1.10.0 with the dns.patch [1] applied + +[1] http://c-ares.haxx.se/mail/c-ares-archive-2014-05/0008.shtml This build has the following difference from the original release: