mingw: Update third-party libraries

pull/1038/head
Tatsuhiro Tsujikawa 2017-10-17 22:08:02 +09:00
parent b0630b1061
commit a4f9a1800d
2 changed files with 15 additions and 15 deletions

View File

@ -29,10 +29,10 @@ RUN apt-get update && \
autopoint libcppunit-dev libxml2-dev libgcrypt11-dev lzip
RUN curl -L -O https://gmplib.org/download/gmp/gmp-6.1.2.tar.lz && \
curl -L -O http://downloads.sourceforge.net/project/expat/expat/2.2.0/expat-2.2.0.tar.bz2 && \
curl -L -O https://www.sqlite.org/2017/sqlite-autoconf-3180000.tar.gz && \
curl -L -O http://downloads.sourceforge.net/project/expat/expat/2.2.4/expat-2.2.4.tar.bz2 && \
curl -L -O https://www.sqlite.org/2017/sqlite-autoconf-3200100.tar.gz && \
curl -L -O http://zlib.net/zlib-1.2.11.tar.gz && \
curl -L -O https://c-ares.haxx.se/download/c-ares-1.12.0.tar.gz && \
curl -L -O https://c-ares.haxx.se/download/c-ares-1.13.0.tar.gz && \
curl -L -O http://libssh2.org/download/libssh2-1.8.0.tar.gz
RUN tar xf gmp-6.1.2.tar.lz && \
@ -47,8 +47,8 @@ RUN tar xf gmp-6.1.2.tar.lz && \
CFLAGS="-mtune=generic -O2 -g0" && \
make install
RUN tar xf expat-2.2.0.tar.bz2 && \
cd expat-2.2.0 && \
RUN tar xf expat-2.2.4.tar.bz2 && \
cd expat-2.2.4 && \
./configure \
--disable-shared \
--enable-static \
@ -57,8 +57,8 @@ RUN tar xf expat-2.2.0.tar.bz2 && \
--build=`dpkg-architecture -qDEB_BUILD_GNU_TYPE` && \
make install
RUN tar xf sqlite-autoconf-3180000.tar.gz && \
cd sqlite-autoconf-3180000 && \
RUN tar xf sqlite-autoconf-3200100.tar.gz && \
cd sqlite-autoconf-3200100 && \
./configure \
--disable-shared \
--enable-static \
@ -81,8 +81,8 @@ RUN tar xf zlib-1.2.11.tar.gz && \
--static && \
make install
RUN tar xf c-ares-1.12.0.tar.gz && \
cd c-ares-1.12.0 && \
RUN tar xf c-ares-1.13.0.tar.gz && \
cd c-ares-1.13.0 && \
./configure \
--disable-shared \
--enable-static \

View File

@ -5,18 +5,18 @@ aria2 Windows build is provided in 2 flavors: 32bit version and 64bit
version. The executable was compiled using mingw-w64 cross compiler on
Debian Linux.
* gcc-mingw-w64 6.2.1-3+19.2
* binutils-mingw-w64-i686 2.28-2+7.4+b1
* binutils-mingw-w64-x86-64 2.28-2+7.4+b1
* gcc-mingw-w64 6.3.0-14+19.3
* binutils-mingw-w64-i686 2.28-5+7.4+b4
* binutils-mingw-w64-x86-64 2.28-5+7.4+b4
The executable is statically linked, so no extra DLLs are
necessary. The linked libraries are:
* gmp 6.1.2
* expat 2.2.0
* sqlite 3.18.0
* expat 2.2.4
* sqlite 3.20.1
* zlib 1.2.11
* c-ares 1.12.0
* c-ares 1.13.0
* libssh2 1.8.0
This build has the following difference from the original release: