diff options
author | pacien | 2019-02-13 10:41:59 +0100 |
---|---|---|
committer | pacien | 2019-02-13 10:41:59 +0100 |
commit | d16465ee734ff143b9de96cc9a51995aee6e088c (patch) | |
tree | c32ecd8e77630a121b1f47b7cdbf75026cbaab95 /app | |
parent | 38b58106af2c5cce5aa24b4a1c31a3ceaa2b9212 (diff) | |
download | tincapp-d16465ee734ff143b9de96cc9a51995aee6e088c.tar.gz |
update libressl to 2.8.3
Diffstat (limited to 'app')
-rw-r--r-- | app/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/CMakeLists.txt b/app/CMakeLists.txt index 13496d4..12b8994 100644 --- a/app/CMakeLists.txt +++ b/app/CMakeLists.txt | |||
@@ -43,8 +43,8 @@ ExternalProject_Add(lzo | |||
43 | ) | 43 | ) |
44 | 44 | ||
45 | ExternalProject_Add(libressl | 45 | ExternalProject_Add(libressl |
46 | URL https://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-2.8.2.tar.gz | 46 | URL https://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-2.8.3.tar.gz |
47 | URL_HASH SHA256=b8cb31e59f1294557bfc80f2a662969bc064e83006ceef0574e2553a1c254fd5 | 47 | URL_HASH SHA256=9b640b13047182761a99ce3e4f000be9687566e0828b4a72709e9e6a3ef98477 |
48 | CONFIGURE_COMMAND <SOURCE_DIR>/configure ${xCONFIG} --disable-shared | 48 | CONFIGURE_COMMAND <SOURCE_DIR>/configure ${xCONFIG} --disable-shared |
49 | BUILD_COMMAND make -j8 -C crypto | 49 | BUILD_COMMAND make -j8 -C crypto |
50 | INSTALL_COMMAND make -C crypto install DESTDIR=${CMAKE_CURRENT_BINARY_DIR} && | 50 | INSTALL_COMMAND make -C crypto install DESTDIR=${CMAKE_CURRENT_BINARY_DIR} && |