Skip to content

Commit

Permalink
update openssl to 3.1.0 (#30263)
Browse files Browse the repository at this point in the history
  • Loading branch information
talregev committed Mar 20, 2023
1 parent 9b9c275 commit e84a58f
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 46 deletions.
3 changes: 1 addition & 2 deletions ports/openssl/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,13 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO openssl/openssl
REF "openssl-${VERSION}"
SHA512 5a821aaaaa89027ce08a347e5fc216757c2971e29f7d24792609378c54f657839b3775bf639e7330b28b4f96ef0d32869f0a96afcb25c8a2e1c2fe51a6eb4aa3
SHA512 877b4bc4b59126bdaf626b01322c8ac5325945234acd14907e4a23019f1fd38ec17b5fae9ff60aa9b6b0089c29b0e4255a19cd2a1743c3db82a616286c60d3b9
PATCHES
disable-apps.patch
disable-install-docs.patch
script-prefix.patch
windows/install-layout.patch
windows/install-pdbs.patch
windows/umul128-arm64.patch # Fixed upstream in https://github.com/openssl/openssl/pull/20244, but not released as of 3.0.8
unix/android-cc.patch
unix/move-openssldir.patch
unix/no-empty-dirs.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.0.8",
"port-version": 2,
"version": "3.1.0",
"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
40 changes: 0 additions & 40 deletions ports/openssl/windows/umul128-arm64.patch

This file was deleted.

4 changes: 2 additions & 2 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -5809,8 +5809,8 @@
"port-version": 0
},
"openssl": {
"baseline": "3.0.8",
"port-version": 2
"baseline": "3.1.0",
"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": "179a1ad3f5a5bbcb77f2e00688e4c467f03d4311",
"version": "3.1.0",
"port-version": 0
},
{
"git-tree": "3fbd85566107cc3a76ed800844569f1a7503f9d6",
"version": "3.0.8",
Expand Down

0 comments on commit e84a58f

Please sign in to comment.