File tree Expand file tree Collapse file tree 2 files changed +5
-16
lines changed Expand file tree Collapse file tree 2 files changed +5
-16
lines changed Original file line number Diff line number Diff line change 77 wget \
88 libstdc++6:i386 \
99 tzdata \
10- && \
11- wget \
12- http://security.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.1f-1ubuntu2.16_i386.deb \
13- -P /tmp \
14- && \
15- dpkg -i /tmp/libssl1.1_1.1.1f-1ubuntu2.16_i386.deb && \
16- wget \
17- http://security.ubuntu.com/ubuntu/pool/main/o/openssl/openssl_1.1.1f-1ubuntu2.16_i386.deb \
18- -P /tmp \
19- && \
20- dpkg -i /tmp/openssl_1.1.1f-1ubuntu2.16_i386.deb && \
21- rm \
22- /tmp/libssl1.1_1.1.1f-1ubuntu2.16_i386.deb \
23- /tmp/openssl_1.1.1f-1ubuntu2.16_i386.deb \
10+ openssl \
11+ libssl3 \
12+ libssl-dev \
2413 && \
2514 useradd -m user
2615
Original file line number Diff line number Diff line change @@ -118,10 +118,10 @@ conan_omp_add_lib(nlohmann_json 3.9.1)
118118# -------
119119 if (SHARED_OPENSSL)
120120 message ("Using shared OpenSSL" )
121- conan_omp_add_lib_opt(openssl 1.1.1q "openssl:shared=True" )
121+ conan_omp_add_lib_opt(openssl 3.0.13 "openssl:shared=True" )
122122else ()
123123 message ("Using static OpenSSL" )
124- conan_omp_add_lib(openssl 1.1.1q )
124+ conan_omp_add_lib(openssl 3.0.13 )
125125endif ()
126126
127127# ghc-filesystem
You can’t perform that action at this time.
0 commit comments