Skip to content

Commit caf0072

Browse files
authored
Update OpenSSL to 3.5.2 (#39)
1 parent 541ebaa commit caf0072

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

.github/workflows/ccache.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
env:
99
cpm-path: .cpm
10-
cpm-key: openssl-3.5.1-cpm
10+
cpm-key: openssl-3.5.2-cpm
1111

1212
jobs:
1313
build:

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
fail-fast: false
1515
matrix:
1616
preset: [android, ios, linux, macos, windows]
17-
version: [1.1.1w, 3.0.17, 3.1.8, 3.2.5, 3.3.4, 3.4.2, 3.5.1]
17+
version: [1.1.1w, 3.0.17, 3.1.8, 3.2.5, 3.3.4, 3.4.2, 3.5.2]
1818
include:
1919
- { os: macos, preset: ios }
2020
- { os: macos, preset: macos }
@@ -80,7 +80,7 @@ jobs:
8080
strategy:
8181
fail-fast: false
8282
matrix:
83-
version: [1.1.1w, 3.0.17, 3.1.8, 3.2.5, 3.3.4, 3.4.2, 3.5.1]
83+
version: [1.1.1w, 3.0.17, 3.1.8, 3.2.5, 3.3.4, 3.4.2, 3.5.2]
8484
name: freebsd-${{ matrix.version }}
8585
runs-on: ubuntu-latest
8686
steps:
@@ -116,7 +116,7 @@ jobs:
116116
strategy:
117117
fail-fast: false
118118
matrix:
119-
version: [1.1.1w, 3.0.17, 3.1.8, 3.2.5, 3.3.4, 3.4.2, 3.5.1]
119+
version: [1.1.1w, 3.0.17, 3.1.8, 3.2.5, 3.3.4, 3.4.2, 3.5.2]
120120
name: mingw64-${{ matrix.version }}
121121
runs-on: windows-latest
122122
defaults:

.github/workflows/detect.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
env:
99
cpm-path: .cpm
10-
cpm-key: openssl-3.5.1-cpm
10+
cpm-key: openssl-3.5.2-cpm
1111

1212
jobs:
1313
android:

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.25)
22

33
project(
44
openssl-cmake
5-
VERSION 3.5.1
5+
VERSION 3.5.2
66
DESCRIPTION "Build OpenSSL in parallel within CMake"
77
HOMEPAGE_URL "https://github.com/jimmy-park/openssl-cmake"
88
LANGUAGES C

cmake/FetchOpenSSL.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ function(fetch_openssl)
2727
endif()
2828

2929
if(OPENSSL_TARGET_VERSION VERSION_EQUAL PROJECT_VERSION)
30-
list(APPEND CPM_OPTIONS URL_HASH SHA256=529043b15cffa5f36077a4d0af83f3de399807181d607441d734196d889b641f)
30+
list(APPEND CPM_OPTIONS URL_HASH SHA256=c53a47e5e441c930c3928cf7bf6fb00e5d129b630e0aa873b08258656e7345ec)
3131
endif()
3232

3333
if(OPENSSL_TARGET_VERSION MATCHES "^1\.1\.1[a-w]$")

0 commit comments

Comments
 (0)