Skip to content

Commit 201207b

Browse files
committed
[OpenSSL] Update to 3.5.2
Signed-off-by: Raul Metsma <[email protected]>
1 parent d30fdf5 commit 201207b

File tree

4 files changed

+9
-5
lines changed

4 files changed

+9
-5
lines changed

ports/openssl/portfile.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ vcpkg_from_github(
1111
OUT_SOURCE_PATH SOURCE_PATH
1212
REPO openssl/openssl
1313
REF "openssl-${VERSION}"
14-
SHA512 0ffa32b60779709214ca3987838d0cd02f906d6f14772a32ef49e3f4854f8d2a287503ec742004ce7623afa9cf9ef2c8813d94a3c5b6c230ba150b0b4b4914d3
14+
SHA512 c6c4ac5fe58be8657bb37b1345a2b0953f36be78619d1ad92daa785a3ca4273e6042c6315859d91a61417590299e0ef0ac7a7d609b382f6ee19e484e0c756c2c
1515
PATCHES
1616
cmake-config.patch
1717
command-line-length.patch

ports/openssl/vcpkg.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"name": "openssl",
3-
"version": "3.5.1",
4-
"port-version": 1,
3+
"version": "3.5.2",
54
"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.",
65
"homepage": "https://www.openssl.org",
76
"license": "Apache-2.0",

versions/baseline.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7081,8 +7081,8 @@
70817081
"port-version": 4
70827082
},
70837083
"openssl": {
7084-
"baseline": "3.5.1",
7085-
"port-version": 1
7084+
"baseline": "3.5.2",
7085+
"port-version": 0
70867086
},
70877087
"opensubdiv": {
70887088
"baseline": "3.5.0",

versions/o-/openssl.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
{
22
"versions": [
3+
{
4+
"git-tree": "8a7fd910c1b3732aa129fa9e933554b34dbcb3e0",
5+
"version": "3.5.2",
6+
"port-version": 0
7+
},
38
{
49
"git-tree": "f22b4390775354ade5f270d6c11d2f46308b8c06",
510
"version": "3.5.1",

0 commit comments

Comments
 (0)