update to 3.1.1 (#31734)

This commit is contained in:
Mengna Li 2023-06-02 02:03:26 +08:00 committed by GitHub
parent 2f56fdad4b
commit 6172c4b5a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 9 additions and 5 deletions

View File

@ -19,7 +19,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH OUT_SOURCE_PATH SOURCE_PATH
REPO openssl/openssl REPO openssl/openssl
REF "openssl-${VERSION}" REF "openssl-${VERSION}"
SHA512 877b4bc4b59126bdaf626b01322c8ac5325945234acd14907e4a23019f1fd38ec17b5fae9ff60aa9b6b0089c29b0e4255a19cd2a1743c3db82a616286c60d3b9 SHA512 7073fd82ce17a63d77babb6a184c14c7341e4b1f8f5a6caeaa1a6d9c78d6a12bb6d9cbad5d39d16412be6d1c12eac60364644664a8e26e3940476973ba07fd19
PATCHES PATCHES
disable-apps.patch disable-apps.patch
disable-install-docs.patch disable-install-docs.patch

View File

@ -1,7 +1,6 @@
{ {
"name": "openssl", "name": "openssl",
"version": "3.1.0", "version": "3.1.1",
"port-version": 4,
"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.", "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", "homepage": "https://www.openssl.org",
"license": "Apache-2.0", "license": "Apache-2.0",

View File

@ -5989,8 +5989,8 @@
"port-version": 1 "port-version": 1
}, },
"openssl": { "openssl": {
"baseline": "3.1.0", "baseline": "3.1.1",
"port-version": 4 "port-version": 0
}, },
"openssl-unix": { "openssl-unix": {
"baseline": "deprecated", "baseline": "deprecated",

View File

@ -1,5 +1,10 @@
{ {
"versions": [ "versions": [
{
"git-tree": "dc8edd2b6e1e1552688c29dc46d5cd5c9183804b",
"version": "3.1.1",
"port-version": 0
},
{ {
"git-tree": "68137d1e48b5f9424e9de3d038a9e2c92f1baf39", "git-tree": "68137d1e48b5f9424e9de3d038a9e2c92f1baf39",
"version": "3.1.0", "version": "3.1.0",