Updated OpenSSL to v1.0.2o
This commit is contained in:
parent
653973c7c1
commit
a568809360
|
@ -19,7 +19,7 @@
|
||||||
|
|
||||||
## DEPENDENCES ##
|
## DEPENDENCES ##
|
||||||
ZLIB=http://sourceforge.net/projects/libpng/files/zlib/1.2.11/zlib-1.2.11.tar.gz
|
ZLIB=http://sourceforge.net/projects/libpng/files/zlib/1.2.11/zlib-1.2.11.tar.gz
|
||||||
OPENSSL=http://www.openssl.org/source/openssl-1.0.2m.tar.gz
|
OPENSSL=http://www.openssl.org/source/openssl-1.0.2o.tar.gz
|
||||||
EXPAT=https://sourceforge.net/projects/expat/files/expat/2.2.0/expat-2.2.0.tar.bz2
|
EXPAT=https://sourceforge.net/projects/expat/files/expat/2.2.0/expat-2.2.0.tar.bz2
|
||||||
SQLITE3=http://www.sqlite.org/2018/sqlite-autoconf-3230100.tar.gz
|
SQLITE3=http://www.sqlite.org/2018/sqlite-autoconf-3230100.tar.gz
|
||||||
C_ARES=http://c-ares.haxx.se/download/c-ares-1.13.0.tar.gz
|
C_ARES=http://c-ares.haxx.se/download/c-ares-1.13.0.tar.gz
|
||||||
|
@ -77,8 +77,8 @@ cd $BUILD_DIRECTORY
|
||||||
# Openssl build
|
# Openssl build
|
||||||
cd ..
|
cd ..
|
||||||
$DOWNLOADER $OPENSSL
|
$DOWNLOADER $OPENSSL
|
||||||
tar zxvf openssl-1.0.2m.tar.gz
|
tar zxvf openssl-1.0.2o.tar.gz
|
||||||
cd openssl-1.0.2m/
|
cd openssl-1.0.2o/
|
||||||
PKG_CONFIG_PATH=$PREFIX/lib/pkgconfig/ LD_LIBRARY_PATH=$PREFIX/lib/ CC=$HOST-gcc CXX=$HOST-g++ ./Configure linux-armv4 $CFLAGS --prefix=$PREFIX shared zlib zlib-dynamic -D_GNU_SOURCE -D_BSD_SOURCE --with-zlib-lib=$LOCAL_DIR/lib --with-zlib-include=$LOCAL_DIR/include
|
PKG_CONFIG_PATH=$PREFIX/lib/pkgconfig/ LD_LIBRARY_PATH=$PREFIX/lib/ CC=$HOST-gcc CXX=$HOST-g++ ./Configure linux-armv4 $CFLAGS --prefix=$PREFIX shared zlib zlib-dynamic -D_GNU_SOURCE -D_BSD_SOURCE --with-zlib-lib=$LOCAL_DIR/lib --with-zlib-include=$LOCAL_DIR/include
|
||||||
make CC=$CC
|
make CC=$CC
|
||||||
make CC=$CC install INSTALLTOP=$DEST OPENSSLDIR=$DEST/ssl
|
make CC=$CC install INSTALLTOP=$DEST OPENSSLDIR=$DEST/ssl
|
||||||
|
|
|
@ -26,7 +26,7 @@ CXX_COMPILER="g++"
|
||||||
|
|
||||||
## DEPENDENCES ##
|
## DEPENDENCES ##
|
||||||
ZLIB=http://sourceforge.net/projects/libpng/files/zlib/1.2.11/zlib-1.2.11.tar.gz
|
ZLIB=http://sourceforge.net/projects/libpng/files/zlib/1.2.11/zlib-1.2.11.tar.gz
|
||||||
OPENSSL=http://www.openssl.org/source/openssl-1.0.2m.tar.gz
|
OPENSSL=http://www.openssl.org/source/openssl-1.0.2o.tar.gz
|
||||||
EXPAT=https://sourceforge.net/projects/expat/files/expat/2.2.0/expat-2.2.0.tar.bz2
|
EXPAT=https://sourceforge.net/projects/expat/files/expat/2.2.0/expat-2.2.0.tar.bz2
|
||||||
SQLITE3=http://www.sqlite.org/2018/sqlite-autoconf-3230100.tar.gz
|
SQLITE3=http://www.sqlite.org/2018/sqlite-autoconf-3230100.tar.gz
|
||||||
C_ARES=http://c-ares.haxx.se/download/c-ares-1.13.0.tar.gz
|
C_ARES=http://c-ares.haxx.se/download/c-ares-1.13.0.tar.gz
|
||||||
|
@ -70,8 +70,8 @@ export LDFLAGS="-m32"
|
||||||
# Openssl build
|
# Openssl build
|
||||||
cd ..
|
cd ..
|
||||||
$DOWNLOADER $OPENSSL
|
$DOWNLOADER $OPENSSL
|
||||||
tar zxvf openssl-1.0.2m.tar.gz
|
tar zxvf openssl-1.0.2o.tar.gz
|
||||||
cd openssl-1.0.2m/
|
cd openssl-1.0.2o/
|
||||||
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 --prefix=$PREFIX linux-elf shared
|
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 --prefix=$PREFIX linux-elf shared
|
||||||
make
|
make
|
||||||
make install
|
make install
|
||||||
|
|
|
@ -24,7 +24,7 @@ CXX_COMPILER="g++"
|
||||||
|
|
||||||
## DEPENDENCES ##
|
## DEPENDENCES ##
|
||||||
ZLIB=http://sourceforge.net/projects/libpng/files/zlib/1.2.11/zlib-1.2.11.tar.gz
|
ZLIB=http://sourceforge.net/projects/libpng/files/zlib/1.2.11/zlib-1.2.11.tar.gz
|
||||||
OPENSSL=http://www.openssl.org/source/openssl-1.0.2m.tar.gz
|
OPENSSL=http://www.openssl.org/source/openssl-1.0.2o.tar.gz
|
||||||
EXPAT=https://sourceforge.net/projects/expat/files/expat/2.2.0/expat-2.2.0.tar.bz2
|
EXPAT=https://sourceforge.net/projects/expat/files/expat/2.2.0/expat-2.2.0.tar.bz2
|
||||||
SQLITE3=http://www.sqlite.org/2018/sqlite-autoconf-3230100.tar.gz
|
SQLITE3=http://www.sqlite.org/2018/sqlite-autoconf-3230100.tar.gz
|
||||||
C_ARES=http://c-ares.haxx.se/download/c-ares-1.13.0.tar.gz
|
C_ARES=http://c-ares.haxx.se/download/c-ares-1.13.0.tar.gz
|
||||||
|
@ -65,8 +65,8 @@ cd $BUILD_DIRECTORY
|
||||||
# Openssl build
|
# Openssl build
|
||||||
cd ..
|
cd ..
|
||||||
$DOWNLOADER $OPENSSL
|
$DOWNLOADER $OPENSSL
|
||||||
tar zxvf openssl-1.0.2m.tar.gz
|
tar zxvf openssl-1.0.2o.tar.gz
|
||||||
cd openssl-1.0.2m/
|
cd openssl-1.0.2o/
|
||||||
PKG_CONFIG_PATH=$PREFIX/lib/pkgconfig/ LD_LIBRARY_PATH=$PREFIX/lib/ CC="$C_COMPILER" CXX="$CXX_COMPILER" ./Configure --prefix=$PREFIX linux-x86_64 shared
|
PKG_CONFIG_PATH=$PREFIX/lib/pkgconfig/ LD_LIBRARY_PATH=$PREFIX/lib/ CC="$C_COMPILER" CXX="$CXX_COMPILER" ./Configure --prefix=$PREFIX linux-x86_64 shared
|
||||||
make
|
make
|
||||||
make install
|
make install
|
||||||
|
|
|
@ -21,7 +21,7 @@
|
||||||
|
|
||||||
## DEPENDENCES ##
|
## DEPENDENCES ##
|
||||||
ZLIB=http://sourceforge.net/projects/libpng/files/zlib/1.2.11/zlib-1.2.11.tar.gz
|
ZLIB=http://sourceforge.net/projects/libpng/files/zlib/1.2.11/zlib-1.2.11.tar.gz
|
||||||
OPENSSL=http://www.openssl.org/source/openssl-1.0.2m.tar.gz
|
OPENSSL=http://www.openssl.org/source/openssl-1.0.2o.tar.gz
|
||||||
EXPAT=https://sourceforge.net/projects/expat/files/expat/2.2.0/expat-2.2.0.tar.bz2
|
EXPAT=https://sourceforge.net/projects/expat/files/expat/2.2.0/expat-2.2.0.tar.bz2
|
||||||
SQLITE3=http://www.sqlite.org/2018/sqlite-autoconf-3230100.tar.gz
|
SQLITE3=http://www.sqlite.org/2018/sqlite-autoconf-3230100.tar.gz
|
||||||
C_ARES=http://c-ares.haxx.se/download/c-ares-1.13.0.tar.gz
|
C_ARES=http://c-ares.haxx.se/download/c-ares-1.13.0.tar.gz
|
||||||
|
@ -64,8 +64,8 @@ cd $BUILD_DIRECTORY
|
||||||
# Openssl build
|
# Openssl build
|
||||||
cd ..
|
cd ..
|
||||||
$DOWNLOADER $OPENSSL
|
$DOWNLOADER $OPENSSL
|
||||||
tar zxvf openssl-1.0.2m.tar.gz
|
tar zxvf openssl-1.0.2o.tar.gz
|
||||||
cd openssl-1.0.2m/
|
cd openssl-1.0.2o/
|
||||||
./Configure mingw --cross-compile-prefix=$HOST- --prefix=$PREFIX shared
|
./Configure mingw --cross-compile-prefix=$HOST- --prefix=$PREFIX shared
|
||||||
make
|
make
|
||||||
make install
|
make install
|
||||||
|
|
|
@ -21,7 +21,7 @@
|
||||||
|
|
||||||
## DEPENDENCES ##
|
## DEPENDENCES ##
|
||||||
ZLIB=http://sourceforge.net/projects/libpng/files/zlib/1.2.11/zlib-1.2.11.tar.gz
|
ZLIB=http://sourceforge.net/projects/libpng/files/zlib/1.2.11/zlib-1.2.11.tar.gz
|
||||||
OPENSSL=http://www.openssl.org/source/openssl-1.0.2m.tar.gz
|
OPENSSL=http://www.openssl.org/source/openssl-1.0.2o.tar.gz
|
||||||
EXPAT=https://sourceforge.net/projects/expat/files/expat/2.2.0/expat-2.2.0.tar.bz2
|
EXPAT=https://sourceforge.net/projects/expat/files/expat/2.2.0/expat-2.2.0.tar.bz2
|
||||||
SQLITE3=http://www.sqlite.org/2018/sqlite-autoconf-3230100.tar.gz
|
SQLITE3=http://www.sqlite.org/2018/sqlite-autoconf-3230100.tar.gz
|
||||||
C_ARES=http://c-ares.haxx.se/download/c-ares-1.13.0.tar.gz
|
C_ARES=http://c-ares.haxx.se/download/c-ares-1.13.0.tar.gz
|
||||||
|
@ -64,8 +64,8 @@ cd $BUILD_DIRECTORY
|
||||||
# Openssl build
|
# Openssl build
|
||||||
cd ..
|
cd ..
|
||||||
$DOWNLOADER $OPENSSL
|
$DOWNLOADER $OPENSSL
|
||||||
tar zxvf openssl-1.0.2m.tar.gz
|
tar zxvf openssl-1.0.2o.tar.gz
|
||||||
cd openssl-1.0.2m/
|
cd openssl-1.0.2o/
|
||||||
./Configure mingw64 --cross-compile-prefix=$HOST- --prefix=$PREFIX shared
|
./Configure mingw64 --cross-compile-prefix=$HOST- --prefix=$PREFIX shared
|
||||||
make
|
make
|
||||||
make install
|
make install
|
||||||
|
|
Loading…
Reference in New Issue
Block a user