Skip to content

Commit

Permalink
[openssl3] Update to 3.4.0 (#296)
Browse files Browse the repository at this point in the history
* [openssl3] update to 3.4.0

* https://github.com/openssl/openssl/releases/tag/openssl-3.4.0

* [openssl3] update baseline
  • Loading branch information
luncliff authored Nov 23, 2024
1 parent 4a7b913 commit 3a1b46b
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 deletions.
4 changes: 2 additions & 2 deletions ports/openssl3/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ endif()
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO openssl/openssl
REF openssl-3.3.2
SHA512 c6c152fa3eb06c8dcd4de9fccfd42165ba98715cc560454930709554bcb060db5a8465b70ee1d53e6df6ddc85507f66da745b1f2e2fae9605d808ea861d8f57d
REF openssl-${VERSION}
SHA512 d5f78b2e9d7b7b4787c976c4f832b1448bbadf5f9d398a50ef98053f92501768d000aa73673af200568aef4c8a491442ebbee8c43556838f465d4f91dfc2b5ad
)

if(VCPKG_LIBRARY_LINKAGE STREQUAL "dynamic")
Expand Down
3 changes: 1 addition & 2 deletions ports/openssl3/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "openssl3",
"version-semver": "3.3.2",
"port-version": 1,
"version-semver": "3.4.0",
"description": "TLS/SSL and crypto library",
"homepage": "https://www.openssl.org/",
"license": "Apache-2.0",
Expand Down
4 changes: 2 additions & 2 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -177,8 +177,8 @@
"port-version": 1
},
"openssl3": {
"baseline": "3.3.2",
"port-version": 1
"baseline": "3.4.0",
"port-version": 0
},
"psimd": {
"baseline": "2020-05-17",
Expand Down
5 changes: 5 additions & 0 deletions versions/o-/openssl3.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "3909763e93d4a25f40d5d9b6cbe1ba8c876cfff1",
"version-semver": "3.4.0",
"port-version": 0
},
{
"git-tree": "75624b98557e205222fa0df609897aaa73a0209c",
"version-semver": "3.3.2",
Expand Down

0 comments on commit 3a1b46b

Please sign in to comment.