diff options
author | pacien | 2023-07-01 18:45:10 +0200 |
---|---|---|
committer | pacien | 2023-07-30 03:53:20 +0200 |
commit | c3b38bfb97bfc5c8ddc9369800c5225ce53fff04 (patch) | |
tree | 3d0b6ced57c4d43b36123e42ea8bfdb7bef5d46f /app | |
parent | 953a8f325418ae3c1c2494fe4ffc7dfed56755a3 (diff) | |
download | tincapp-c3b38bfb97bfc5c8ddc9369800c5225ce53fff04.tar.gz |
deps: update libressl 3.6.1 -> 3.7.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 4def983..c983539 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-3.6.1.tar.gz | 46 | URL https://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-3.7.3.tar.gz |
47 | URL_HASH SHA256=acfac61316e93b919c28d62d53037ca734de85c46b4d703f19fd8395cf006774 | 47 | URL_HASH SHA256=7948c856a90c825bd7268b6f85674a8dcd254bae42e221781b24e3f8dc335db3 |
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} && |