]> Nutra Git (v2) - gamesguru/feather.git/commitdiff
Update OpenSSL to 1.1.1p
authortobtoht <thotbot@protonmail.com>
Sat, 2 Jul 2022 19:33:45 +0000 (21:33 +0200)
committertobtoht <thotbot@protonmail.com>
Sat, 2 Jul 2022 19:33:45 +0000 (21:33 +0200)
Dockerfile.linux

index 02ad2d45826c86c8917b2a8ceda798b809a000e3..8d00f4ed2d7dcc9faf3cbd2935ffe2b8264eb85a 100644 (file)
@@ -27,9 +27,9 @@ RUN bash verify-packages.sh && \
 
 # OpenSSL: Required for CMake, Qt 5.15, libwallet, Tor
 ENV OPENSSL_ROOT_DIR=/usr/local/openssl/
-RUN git clone -b OpenSSL_1_1_1m --depth 1 https://github.com/openssl/openssl.git && \
+RUN git clone -b OpenSSL_1_1_1p --depth 1 https://github.com/openssl/openssl.git && \
     cd openssl && \
-    git reset --hard ac3cef223a4c61d6bee34527b6d4c8c6432494a7 && \
+    git reset --hard 8aaca20cf9996257d1ce2e6f4d3059b3698dde3d && \
     ./config no-shared no-dso --prefix=/usr/local/openssl && \
     make -j$THREADS && \
     make -j$THREADS install_sw && \