Skip to content

Commit 5a17939

Browse files
author
d3x0r
committed
Update to libressl 3.9.2
1 parent e9a9db7 commit 5a17939

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ sack-arch-install/*/src
3636
sack-arch-install/*/*.zst
3737
include/*/*.bak
3838
include/*.bak
39-
39+
test/test_thread_local

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ include_directories( ${SACK_BASE}/include )
9595
set( CMAKE_MODULE_PATH ${SACK_SOURCE_DIR}/makefiles/cmake )
9696

9797

98-
set( LIBRESSL_VERSION 3.8.0 )
98+
set( LIBRESSL_VERSION 3.9.2 )
9999

100100

101101
include( DefaultInstall )

src/netlib/netlib_ssl/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ else( CMAKE_SIZEOF_VOID_P EQUAL 8 )
4747
endif( CMAKE_SIZEOF_VOID_P EQUAL 8 )
4848

4949

50-
set( LIBRESSL_VERSION 3.8.0 )
50+
set( LIBRESSL_VERSION 3.9.2 )
5151

5252
add_subdirectory( ${SOURCES_ROOT}/src/contrib/libressl/${LIBRESSL_VERSION} libressl )
5353
include_directories( ${SOURCES_ROOT}/src/contrib/libressl/${LIBRESSL_VERSION}/include )

src/utils/waitwin/portable/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ elseif( UNIX )
169169
endif( MAC )
170170
endif( WIN32 )
171171

172-
set( LIBRESSL_VERSION 3.8.0 )
172+
set( LIBRESSL_VERSION 3.9.2 )
173173

174174
set( LIBRESSL_SKIP_INSTALL ON )
175175
set( LIBRESSL_APPS OFF )

0 commit comments

Comments
 (0)