diff --git a/build-scripts/gnu-linux-config/aria2-i386-gnu-linux-cross-build-libs b/build-scripts/gnu-linux-config/aria2-i386-gnu-linux-cross-build-libs index 5573341..32ab3f0 100755 --- a/build-scripts/gnu-linux-config/aria2-i386-gnu-linux-cross-build-libs +++ b/build-scripts/gnu-linux-config/aria2-i386-gnu-linux-cross-build-libs @@ -21,7 +21,7 @@ OPENSSL=http://www.openssl.org/source/openssl-1.0.2f.tar.gz EXPAT=http://sourceforge.net/projects/expat/files/expat/2.1.0/expat-2.1.0.tar.gz SQLITE3=http://www.sqlite.org/2016/sqlite-autoconf-3110000.tar.gz C_ARES=http://c-ares.haxx.se/download/c-ares-1.11.0.tar.gz -SSH2=http://www.libssh2.org/download/libssh2-1.6.0.tar.gz +SSH2=http://www.libssh2.org/download/libssh2-1.7.0.tar.gz ## CONFIG ## BUILD_DIRECTORY=/tmp/ @@ -79,8 +79,8 @@ export LDFLAGS="-m32" # libssh2 cd .. wget -c $SSH2 - tar zxvf libssh2-1.6.0.tar.gz - cd libssh2-1.6.0/ + tar zxvf libssh2-1.7.0.tar.gz + cd libssh2-1.7.0/ rm -rf $PREFIX/lib/pkgconfig/libssh2.pc CFLAGS="-m32" CXXFLAGS="-m32" LDFLAGS="-m32" PKG_CONFIG_PATH=$PREFIX/lib/pkgconfig/ LD_LIBRARY_PATH=$PREFIX/lib/ CC="$C_COMPILER -m32" CXX="$CXX_COMPILER -m32" ./configure --without-libgcrypt --with-openssl --without-wincng --prefix=$PREFIX --enable-static --disable-shared make diff --git a/build-scripts/gnu-linux-config/aria2-x86_64-gnu-linux-build-libs b/build-scripts/gnu-linux-config/aria2-x86_64-gnu-linux-build-libs index 90ca1e5..dff71c6 100755 --- a/build-scripts/gnu-linux-config/aria2-x86_64-gnu-linux-build-libs +++ b/build-scripts/gnu-linux-config/aria2-x86_64-gnu-linux-build-libs @@ -20,7 +20,7 @@ OPENSSL=http://www.openssl.org/source/openssl-1.0.2f.tar.gz EXPAT=http://sourceforge.net/projects/expat/files/expat/2.1.0/expat-2.1.0.tar.gz SQLITE3=http://www.sqlite.org/2016/sqlite-autoconf-3110000.tar.gz C_ARES=http://c-ares.haxx.se/download/c-ares-1.11.0.tar.gz -SSH2=http://www.libssh2.org/download/libssh2-1.6.0.tar.gz +SSH2=http://www.libssh2.org/download/libssh2-1.7.0.tar.gz ## CONFIG ## BUILD_DIRECTORY=/tmp/ @@ -75,8 +75,8 @@ cd $BUILD_DIRECTORY # libssh2 cd .. wget -c $SSH2 - tar zxvf libssh2-1.6.0.tar.gz - cd libssh2-1.6.0/ + tar zxvf libssh2-1.7.0.tar.gz + cd libssh2-1.7.0/ rm -rf $PREFIX/lib/pkgconfig/libssh2.pc PKG_CONFIG_PATH=$PREFIX/lib/pkgconfig/ LD_LIBRARY_PATH=$PREFIX/lib/ CC="$C_COMPILER" CXX="$CXX_COMPILER" ./configure --without-libgcrypt --with-openssl --without-wincng --prefix=$PREFIX --enable-static --disable-shared make diff --git a/build-scripts/mingw-config/aria2-i686-w64-mingw-build-libs b/build-scripts/mingw-config/aria2-i686-w64-mingw-build-libs index 43a8f0d..94c1d4b 100755 --- a/build-scripts/mingw-config/aria2-i686-w64-mingw-build-libs +++ b/build-scripts/mingw-config/aria2-i686-w64-mingw-build-libs @@ -15,7 +15,7 @@ OPENSSL=http://www.openssl.org/source/openssl-1.0.2f.tar.gz EXPAT=http://sourceforge.net/projects/expat/files/expat/2.1.0/expat-2.1.0.tar.gz SQLITE3=http://www.sqlite.org/2016/sqlite-autoconf-3110000.tar.gz C_ARES=http://c-ares.haxx.se/download/c-ares-1.11.0.tar.gz -SSH2=http://www.libssh2.org/download/libssh2-1.6.0.tar.gz +SSH2=http://www.libssh2.org/download/libssh2-1.7.0.tar.gz ## CONFIG ## BUILD_DIRECTORY=/tmp/ @@ -72,8 +72,8 @@ cd $BUILD_DIRECTORY # libssh2 cd .. wget -c $SSH2 - tar zxvf libssh2-1.6.0.tar.gz - cd libssh2-1.6.0/ + tar zxvf libssh2-1.7.0.tar.gz + cd libssh2-1.7.0/ rm -rf $PREFIX/lib/pkgconfig/libssh2.pc CC=$HOST-gcc CXX=$HOST-g++ AR=$HOST-ar RANLIB=$HOST-ranlib ./configure --without-libgcrypt --with-openssl --without-wincng --prefix=$PREFIX --host=$HOST --enable-static --disable-shared make diff --git a/build-scripts/mingw-config/aria2-x86_64-w64-mingw-build-libs b/build-scripts/mingw-config/aria2-x86_64-w64-mingw-build-libs index eb40b0b..cfbc8d3 100755 --- a/build-scripts/mingw-config/aria2-x86_64-w64-mingw-build-libs +++ b/build-scripts/mingw-config/aria2-x86_64-w64-mingw-build-libs @@ -15,7 +15,7 @@ OPENSSL=http://www.openssl.org/source/openssl-1.0.2f.tar.gz EXPAT=http://sourceforge.net/projects/expat/files/expat/2.1.0/expat-2.1.0.tar.gz SQLITE3=http://www.sqlite.org/2016/sqlite-autoconf-3110000.tar.gz C_ARES=http://c-ares.haxx.se/download/c-ares-1.11.0.tar.gz -SSH2=http://www.libssh2.org/download/libssh2-1.6.0.tar.gz +SSH2=http://www.libssh2.org/download/libssh2-1.7.0.tar.gz ## CONFIG ## BUILD_DIRECTORY=/tmp/ @@ -72,8 +72,8 @@ cd $BUILD_DIRECTORY # libssh2 cd .. wget -c $SSH2 - tar zxvf libssh2-1.6.0.tar.gz - cd libssh2-1.6.0/ + tar zxvf libssh2-1.7.0.tar.gz + cd libssh2-1.7.0/ rm -rf $PREFIX/lib/pkgconfig/libssh2.pc CC=$HOST-gcc CXX=$HOST-g++ AR=$HOST-ar RANLIB=$HOST-ranlib ./configure --prefix=$PREFIX --host=$HOST --enable-static --disable-shared make