Skip to content

Commit

Permalink
[openssl3,openssl] update to v3.2.1 (#170)
Browse files Browse the repository at this point in the history
* [openssl3] update to 3.2.1

* [openssl3] update baseline (3.2.1)

* [openssl] sync version with 'openssl3 port

* update baseline
  • Loading branch information
luncliff authored Feb 11, 2024
1 parent 0235449 commit eb7c79a
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 8 deletions.
1 change: 1 addition & 0 deletions ports/openssl/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
# see port/openssl3 for the details
set(VCPKG_POLICY_EMPTY_PACKAGE enabled)
2 changes: 1 addition & 1 deletion ports/openssl/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "openssl",
"version-semver": "3.1.3",
"version-semver": "3.2.1",
"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.2.0
SHA512 aaf4f13b7b8020be37837f8084ab7aa3db64e6eb1ecabf04473ed5bd09bcabb8790f0dc1f7604febbbf974702b1fbe41795a7b575e7f88b07cbe094493926a6b
REF openssl-3.2.1
SHA512 3eed5903f37ac728522cbb0ea0081f1d5a62d9420366d487f838dc22c31813c58584838400bd3d09518608e1e71bafcb1ff83713d351e4876da6625d5543fef6
)

if(VCPKG_LIBRARY_LINKAGE STREQUAL "dynamic")
Expand Down
3 changes: 1 addition & 2 deletions ports/openssl3/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "openssl3",
"version-semver": "3.2.0",
"port-version": 1,
"version-semver": "3.2.1",
"description": "TLS/SSL and crypto library",
"homepage": "https://www.openssl.org/",
"license": "Apache-2.0",
Expand Down
6 changes: 3 additions & 3 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -125,16 +125,16 @@
"port-version": 0
},
"openssl": {
"baseline": "3.1.3",
"baseline": "3.2.1",
"port-version": 0
},
"openssl1": {
"baseline": "1.1.1w",
"port-version": 1
},
"openssl3": {
"baseline": "3.2.0",
"port-version": 1
"baseline": "3.2.1",
"port-version": 0
},
"pthreadpool": {
"baseline": "2023-09-12",
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": "235dfd2a5cd9a85c647f02542742b0ef55afb2b7",
"version-semver": "3.2.1",
"port-version": 0
},
{
"git-tree": "2893bc9344f188be288514e424d342765a6b620d",
"version-semver": "3.1.3",
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": "a8b62816caba74a76b97b11d626946c1b3ed91a9",
"version-semver": "3.2.1",
"port-version": 0
},
{
"git-tree": "c66760e99d9c408e878d7855c7e3b106a0f83d06",
"version-semver": "3.2.0",
Expand Down

0 comments on commit eb7c79a

Please sign in to comment.