File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 43
43
- OPENSSL_PREFIX=/opt/ssl
44
44
- OPENSSL_LIB=$OPENSSL_PREFIX/lib
45
45
- OPENSSL_INC=$OPENSSL_PREFIX/include
46
- - OPENSSL_VER=1.0.2h
46
+ - OPENSSL_VER=1.0.2i
47
47
- LIBDRIZZLE_PREFIX=/opt/drizzle
48
48
- LIBDRIZZLE_INC=$LIBDRIZZLE_PREFIX/include/libdrizzle-1.0
49
49
- LIBDRIZZLE_LIB=$LIBDRIZZLE_PREFIX/lib
@@ -107,8 +107,8 @@ script:
107
107
- cd ..
108
108
- tar zxf download-cache/openssl-$OPENSSL_VER.tar.gz
109
109
- cd openssl-$OPENSSL_VER/
110
- - wget https://raw.githubusercontent.com/openresty/openresty/master/patches/openssl-$OPENSSL_VER -sess_set_get_cb_yield.patch
111
- - patch -p1 < openssl-$OPENSSL_VER -sess_set_get_cb_yield.patch
110
+ - wget https://raw.githubusercontent.com/openresty/openresty/master/patches/openssl-1.0.2h -sess_set_get_cb_yield.patch
111
+ - patch -p1 < openssl-1.0.2h -sess_set_get_cb_yield.patch
112
112
- ./config shared --prefix=$OPENSSL_PREFIX -DPURIFY > build.log 2>&1 || (cat build.log && exit 1)
113
113
- make -j$JOBS > build.log 2>&1 || (cat build.log && exit 1)
114
114
- sudo make PATH=$PATH install_sw > build.log 2>&1 || (cat build.log && exit 1)
You can’t perform that action at this time.
0 commit comments