mirror of
https://github.com/aria2/aria2.git
synced 2025-02-26 08:22:11 +00:00
Update third-party libraries for binary releases
This commit is contained in:
parent
442b2bcbdc
commit
315218a3b2
@ -30,7 +30,7 @@ RUN apt-get update && \
|
|||||||
|
|
||||||
RUN curl -L -O https://gmplib.org/download/gmp/gmp-6.1.2.tar.lz && \
|
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 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-3160200.tar.gz && \
|
curl -L -O https://www.sqlite.org/2017/sqlite-autoconf-3180000.tar.gz && \
|
||||||
curl -L -O http://zlib.net/zlib-1.2.11.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.12.0.tar.gz && \
|
||||||
curl -L -O http://libssh2.org/download/libssh2-1.8.0.tar.gz
|
curl -L -O http://libssh2.org/download/libssh2-1.8.0.tar.gz
|
||||||
@ -57,8 +57,8 @@ RUN tar xf expat-2.2.0.tar.bz2 && \
|
|||||||
--build=`dpkg-architecture -qDEB_BUILD_GNU_TYPE` && \
|
--build=`dpkg-architecture -qDEB_BUILD_GNU_TYPE` && \
|
||||||
make install
|
make install
|
||||||
|
|
||||||
RUN tar xf sqlite-autoconf-3160200.tar.gz && \
|
RUN tar xf sqlite-autoconf-3180000.tar.gz && \
|
||||||
cd sqlite-autoconf-3160200 && \
|
cd sqlite-autoconf-3180000 && \
|
||||||
./configure \
|
./configure \
|
||||||
--disable-shared \
|
--disable-shared \
|
||||||
--enable-static \
|
--enable-static \
|
||||||
|
@ -42,7 +42,7 @@ aria2c executable was generated using android-ndk-r14b.
|
|||||||
|
|
||||||
The following libraries were statically linked.
|
The following libraries were statically linked.
|
||||||
|
|
||||||
* openssl 1.0.2j
|
* openssl 1.0.2k
|
||||||
* expat 2.2.0
|
* expat 2.2.0
|
||||||
* zlib 1.2.11
|
* zlib 1.2.11
|
||||||
* c-ares 1.12.0
|
* c-ares 1.12.0
|
||||||
|
@ -6,15 +6,15 @@ version. The executable was compiled using mingw-w64 cross compiler on
|
|||||||
Debian Linux.
|
Debian Linux.
|
||||||
|
|
||||||
* gcc-mingw-w64 6.2.1-3+19.2
|
* gcc-mingw-w64 6.2.1-3+19.2
|
||||||
* binutils-mingw-w64-i686 2.27.51.20161105-2+7.2
|
* binutils-mingw-w64-i686 2.28-2+7.4+b1
|
||||||
* binutils-mingw-w64-x86-64 2.27.51.20161105-2+7.2
|
* binutils-mingw-w64-x86-64 2.28-2+7.4+b1
|
||||||
|
|
||||||
The executable is statically linked, so no extra DLLs are
|
The executable is statically linked, so no extra DLLs are
|
||||||
necessary. The linked libraries are:
|
necessary. The linked libraries are:
|
||||||
|
|
||||||
* gmp 6.1.2
|
* gmp 6.1.2
|
||||||
* expat 2.2.0
|
* expat 2.2.0
|
||||||
* sqlite 3.16.2
|
* sqlite 3.18.0
|
||||||
* zlib 1.2.11
|
* zlib 1.2.11
|
||||||
* c-ares 1.12.0
|
* c-ares 1.12.0
|
||||||
* libssh2 1.8.0
|
* libssh2 1.8.0
|
||||||
|
Loading…
Reference in New Issue
Block a user