diff --git a/VERSION b/VERSION index c813fe116..3c43790f5 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.2.5 +1.2.6 diff --git a/build-api7ee-runtime.sh b/build-api7ee-runtime.sh index 52869a8fc..69a1d2cc1 100755 --- a/build-api7ee-runtime.sh +++ b/build-api7ee-runtime.sh @@ -46,7 +46,7 @@ install_openssl_3(){ zlib \ enable-camellia enable-seed enable-rfc3779 \ enable-cms enable-md2 enable-rc5 \ - enable-weak-ssl-ciphers \ + enable-weak-ssl-ciphers enable-ktls \ --prefix=$OPENSSL_PREFIX \ --libdir=lib \ --with-zlib-lib=$zlib_prefix/lib \ @@ -206,6 +206,7 @@ fi --with-http_gunzip_module \ --with-threads \ --with-compat \ + --with-openssl-opt=enable-ktls \ --with-luajit-xcflags="$luajit_xcflags" \ $no_pool_patch \ -j`nproc`