Skip to content

Commit

Permalink
update to 3.1.1 (#31734)
Browse files Browse the repository at this point in the history
  • Loading branch information
Adela0814 authored Jun 1, 2023
1 parent 2f56fda commit 6172c4b
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion ports/openssl/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO openssl/openssl
REF "openssl-${VERSION}"
SHA512 877b4bc4b59126bdaf626b01322c8ac5325945234acd14907e4a23019f1fd38ec17b5fae9ff60aa9b6b0089c29b0e4255a19cd2a1743c3db82a616286c60d3b9
SHA512 7073fd82ce17a63d77babb6a184c14c7341e4b1f8f5a6caeaa1a6d9c78d6a12bb6d9cbad5d39d16412be6d1c12eac60364644664a8e26e3940476973ba07fd19
PATCHES
disable-apps.patch
disable-install-docs.patch
Expand Down
3 changes: 1 addition & 2 deletions ports/openssl/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "openssl",
"version": "3.1.0",
"port-version": 4,
"version": "3.1.1",
"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",
Expand Down
4 changes: 2 additions & 2 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -5989,8 +5989,8 @@
"port-version": 1
},
"openssl": {
"baseline": "3.1.0",
"port-version": 4
"baseline": "3.1.1",
"port-version": 0
},
"openssl-unix": {
"baseline": "deprecated",
Expand Down
5 changes: 5 additions & 0 deletions versions/o-/openssl.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "dc8edd2b6e1e1552688c29dc46d5cd5c9183804b",
"version": "3.1.1",
"port-version": 0
},
{
"git-tree": "68137d1e48b5f9424e9de3d038a9e2c92f1baf39",
"version": "3.1.0",
Expand Down

0 comments on commit 6172c4b

Please sign in to comment.