mirror of
https://github.com/Jrohy/python3-install.git
synced 2026-04-06 20:58:15 +00:00
Merge pull request #2 from SekiBetu/master
update openssl to avoid CVE-2021-3449
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
|
||||
INSTALL_VERSION=""
|
||||
|
||||
OPENSSL_VERSION="1.1.1j"
|
||||
OPENSSL_VERSION="1.1.1k"
|
||||
|
||||
LATEST=0
|
||||
|
||||
@@ -141,7 +141,7 @@ compileInstall(){
|
||||
echo "export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/openssl/lib" >> $HOME/.bashrc
|
||||
source $HOME/.bashrc
|
||||
downloadPackage
|
||||
./configure --with-openssl=/usr/local/openssl
|
||||
./configure --enable-optimizations --enable-loadable-sqlite-extensions --with-openssl=/usr/local/openssl
|
||||
make && make install
|
||||
fi
|
||||
|
||||
@@ -198,4 +198,4 @@ main(){
|
||||
pipInstall
|
||||
}
|
||||
|
||||
main
|
||||
main
|
||||
|
||||
Reference in New Issue
Block a user