python:ver bump

This commit is contained in:
blue-devil
2020-04-23 23:03:09 +03:00
parent 8accbf9505
commit 5f106e3363
3 changed files with 24 additions and 15 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ def setup():
shelltools.cd("..")
shelltools.system("echo -e '\033[0;36mBuilding OpenSSL\033[0m' ")
shelltools.cd("openssl-1.1.1e")
shelltools.cd("openssl-1.1.1g")
shelltools.system("./Configure --prefix=%s/temp --openssldir=%s/openssl/etc/ssl --libdir=lib no-shared enable-ec_nistp_64_gcc_128 linux-x86_64 -Wa,--noexecstack" %(get.workDIR(), get.workDIR()))
autotools.make()
autotools.make("install")