Skip to content

Commit ad3ac79

Browse files
chore(deps): Bump LibreSSL to 3.7.3 (#1122)
1 parent 7dc994e commit ad3ac79

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ externalproject_add(
4949
libreSSLExternal
5050
DOWNLOAD_DIR ${CMAKE_CURRENT_BINARY_DIR}/libreSslDownload
5151
SOURCE_DIR ${CMAKE_CURRENT_BINARY_DIR}/libreSslSource
52-
URL "https://mirror.leaseweb.com/pub/OpenBSD/LibreSSL/libressl-3.7.2.tar.gz"
53-
URL_HASH SHA256=b06aa538fefc9c6b33c4db4931a09a5f52d9d2357219afcbff7d93fe12ebf6f7
52+
URL "https://mirror.leaseweb.com/pub/OpenBSD/LibreSSL/libressl-3.7.3.tar.gz"
53+
URL_HASH SHA256=7948c856a90c825bd7268b6f85674a8dcd254bae42e221781b24e3f8dc335db3
5454
PATCH_COMMAND "${Patch_EXECUTABLE}" -p1 --forward -d ${CMAKE_CURRENT_BINARY_DIR}/libreSslSource <
5555
${CMAKE_CURRENT_SOURCE_DIR}/ciPatches/libressl-no_postfix.patch || echo "Patch returned non-zero"
5656
CMAKE_ARGS -DLIBRESSL_APPS:BOOL=0 -DCMAKE_INSTALL_PREFIX:PATH=${CMAKE_INSTALL_PREFIX}

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
src_generated/
2-
build/
2+
build-auto/
33
install/
44
package*.json
55
node_modules

0 commit comments

Comments
 (0)