Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[openssl1,openss3] update to latest versions #106

Merged
merged 3 commits into from
Jun 17, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions ports/openssl1/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_1_1_1t
SHA512 f28a323fd78be0b16ae6db9a8f163e64c74410e12ddd1a9836dfdda34c264112184f4e22583c84b6fa56716e5aaac9cb860cb183bd3d0cb064091eea1e21815e
REF OpenSSL_1_1_1u
SHA512 a3de3b6debfb0fcbc198271197755f11a8caae930c40165ad4601f82264570e47896a9dd11454504b003aa1c019c232f1fc58e3ba6006ae8dba4fd66e7f01023
)

if(VCPKG_LIBRARY_LINKAGE STREQUAL "dynamic")
Expand Down
2 changes: 1 addition & 1 deletion ports/openssl1/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "openssl1",
"version-string": "1.1.1t",
"version-string": "1.1.1u",
"description": "TLS/SSL and crypto library",
"homepage": "https://www.openssl.org/",
"license": "Apache-2.0"
Expand Down
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.1.0
SHA512 877b4bc4b59126bdaf626b01322c8ac5325945234acd14907e4a23019f1fd38ec17b5fae9ff60aa9b6b0089c29b0e4255a19cd2a1743c3db82a616286c60d3b9
REF openssl-3.1.1
SHA512 7073fd82ce17a63d77babb6a184c14c7341e4b1f8f5a6caeaa1a6d9c78d6a12bb6d9cbad5d39d16412be6d1c12eac60364644664a8e26e3940476973ba07fd19
)

if(VCPKG_LIBRARY_LINKAGE STREQUAL "dynamic")
Expand Down
2 changes: 1 addition & 1 deletion ports/openssl3/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "openssl3",
"version-semver": "3.1.0",
"version-semver": "3.1.1",
"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 @@ -61,11 +61,11 @@
"port-version": 2
},
"openssl1": {
"baseline": "1.1.1t",
"baseline": "1.1.1u",
"port-version": 0
},
"openssl3": {
"baseline": "3.1.0",
"baseline": "3.1.1",
"port-version": 0
},
"ruy": {
Expand Down
5 changes: 5 additions & 0 deletions versions/o-/openssl1.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "27cfab2fac8519fdb5ae699dfdd3a3c620fb3aa1",
"version-string": "1.1.1u",
"port-version": 0
},
{
"git-tree": "7f2d2835e410e96bd07e6e5ca74b912ec3e9d616",
"version-string": "1.1.1t",
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": "0534b39b5ce848f8840b9e6dce9fa9d0fc6f33e0",
"version-semver": "3.1.1",
"port-version": 0
},
{
"git-tree": "105f3bdbb7857b8cd95b7043bbc56ef320a8cd9c",
"version-semver": "3.1.0",
Expand Down