[OpenSSL] update to 3.0.5 (#25597)

* [OpenSSL] update to 3.0.5

* update version
This commit is contained in:
Frank 2022-07-09 04:57:26 +08:00 committed by GitHub
parent 1b9d210262
commit 58a4010284
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 10 additions and 5 deletions

View File

@ -11,7 +11,7 @@ It can be installed on alpine systems via apk add linux-headers.]]
)
endif()
set(OPENSSL_VERSION 3.0.4)
set(OPENSSL_VERSION 3.0.5)
if (VCPKG_TARGET_IS_WINDOWS AND NOT VCPKG_TARGET_IS_UWP)
set(OPENSSL_PATCHES "${CMAKE_CURRENT_LIST_DIR}/windows/flags.patch")
@ -21,7 +21,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO openssl/openssl
REF openssl-${OPENSSL_VERSION}
SHA512 c58b439addbfc0901cb8d99036494bac60d24a4311815b9b7a559f5daaa027d4b83e49e2eb526f0552ec53f09be89081a08c20b8b6f20a2463081cdb071d6faf
SHA512 e426f2d48dcd87ad938b246cea69988710198c3ed2f5bb9065aa9e74492161b056336f5b1f29be64e70dfd86a77808fe727ebb46eae10331c76f1ff08e341133
PATCHES ${OPENSSL_PATCHES}
)

View File

@ -5,7 +5,7 @@ cmake_policy(SET CMP0057 NEW)
set(OPENSSL_VERSION_MAJOR 3)
set(OPENSSL_VERSION_MINOR 0)
set(OPENSSL_VERSION_FIX 3)
set(OPENSSL_VERSION_FIX 5)
if(OPENSSL_USE_STATIC_LIBS)
if("@VCPKG_LIBRARY_LINKAGE@" STREQUAL "dynamic")

View File

@ -1,6 +1,6 @@
{
"name": "openssl",
"version": "3.0.4",
"version": "3.0.5",
"description": "OpenSSL is an open source project that provides a robust, commercial-grade, and full-featured toolkit for the Transport Layer Security (TLS) and Secure Sockets Layer (SSL) protocols. It is also a general-purpose cryptography library.",
"homepage": "https://www.openssl.org",
"license": "Apache-2.0",

View File

@ -5225,7 +5225,7 @@
"port-version": 2
},
"openssl": {
"baseline": "3.0.4",
"baseline": "3.0.5",
"port-version": 0
},
"openssl-unix": {

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "6f3d4db3ea7bcbac9c79e8beb24c0a33c4da3e96",
"version": "3.0.5",
"port-version": 0
},
{
"git-tree": "b300461cf187df328c5d2269448840306f64a4e1",
"version": "3.0.4",