Skip to content

Commit d07e35e

Browse files
committedJul 7, 2022
Update libressl to v3.5.3
1 parent fcde3ed commit d07e35e

5 files changed

+14
-14
lines changed
 

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ the requirements.
5151
| [icu](http://site.icu-project.org) | 71.1 | 2022-04-06 |
5252
| [zlib](https://github.com/zlib-ng/zlib-ng) | 2.0.6 | 2021-12-24 |
5353
| [brotli](https://github.com/google/brotli) | 1.0.9 | 2020-08-27 |
54-
| [libressl](https://www.libressl.org) | 3.5.2 | 2022-04-23 |
54+
| [libressl](https://www.libressl.org) | 3.5.3 | 2022-05-18 |
5555
| [nghttp2](https://nghttp2.org) | 1.48.0 | 2022-06-24 |
5656
| [nghttp3](https://github.com/ngtcp2/nghttp3) | 0.5.0 | 2022-06-20 |
5757
| [ngtcp2](https://github.com/ngtcp2/ngtcp2) | 0.6.0 | 2022-06-20 |

‎ports/libressl/CONTROL

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Source: libressl
2-
Version: 3.5.2
2+
Version: 3.5.3
33
Description: |
44
LibreSSL is a version of the TLS/crypto stack forked from OpenSSL in 2014,
55
with goals of modernizing the codebase, improving security, and applying

‎ports/libressl/patches/0001-Remove-postfix-from-archive-name.patch

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
From 6f98d4c841f5922d833b52353961983fa964e0a0 Mon Sep 17 00:00:00 2001
1+
From e6d10fa60430e61dadbc23eccb40daa0cc2b460a Mon Sep 17 00:00:00 2001
22
From: Don Olmstead <don.olmstead@sony.com>
33
Date: Wed, 29 Apr 2020 11:23:15 -0700
44
Subject: [PATCH 1/2] Remove postfix from archive name
@@ -11,7 +11,7 @@ CMake can't detect a shared build on Windows when there is a postfix version num
1111
3 files changed, 3 insertions(+), 3 deletions(-)
1212

1313
diff --git a/crypto/CMakeLists.txt b/crypto/CMakeLists.txt
14-
index b1ded85..bcfa77e 100644
14+
index 9b66d9f..4467ee7 100644
1515
--- a/crypto/CMakeLists.txt
1616
+++ b/crypto/CMakeLists.txt
1717
@@ -1009,7 +1009,7 @@ if (WIN32)
@@ -24,10 +24,10 @@ index b1ded85..bcfa77e 100644
2424
${CRYPTO_VERSION} SOVERSION ${CRYPTO_MAJOR_VERSION})
2525

2626
diff --git a/ssl/CMakeLists.txt b/ssl/CMakeLists.txt
27-
index a772d12..bad4477 100644
27+
index cec2417..73763c9 100644
2828
--- a/ssl/CMakeLists.txt
2929
+++ b/ssl/CMakeLists.txt
30-
@@ -77,7 +77,7 @@ if (WIN32)
30+
@@ -86,7 +86,7 @@ if (WIN32)
3131
endif()
3232
set_target_properties(ssl PROPERTIES
3333
OUTPUT_NAME ssl${SSL_POSTFIX}
@@ -37,10 +37,10 @@ index a772d12..bad4477 100644
3737
SOVERSION ${SSL_MAJOR_VERSION})
3838

3939
diff --git a/tls/CMakeLists.txt b/tls/CMakeLists.txt
40-
index 9aa10e1..53941af 100644
40+
index 7827a5e..a482af2 100644
4141
--- a/tls/CMakeLists.txt
4242
+++ b/tls/CMakeLists.txt
43-
@@ -62,7 +62,7 @@ if (WIN32)
43+
@@ -57,7 +57,7 @@ if (WIN32)
4444
endif()
4545
set_target_properties(tls PROPERTIES
4646
OUTPUT_NAME tls${TLS_POSTFIX}
@@ -50,5 +50,5 @@ index 9aa10e1..53941af 100644
5050
SOVERSION ${TLS_MAJOR_VERSION})
5151

5252
--
53-
2.36.0.windows.1
53+
2.37.0.windows.1
5454

‎ports/libressl/patches/0002-Disable-additional-warnings-for-Visual-Studio.patch

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
From e8b9d4163132fe1f58e5468fcaf3bdca58b1c7ca Mon Sep 17 00:00:00 2001
1+
From d815fb7748d53010040376e227f5d7587be7f922 Mon Sep 17 00:00:00 2001
22
From: Don <don.j.olmstead@gmail.com>
33
Date: Wed, 24 Apr 2019 13:48:58 -0700
44
Subject: [PATCH 2/2] Disable additional warnings for Visual Studio
@@ -9,7 +9,7 @@ Disabling C4464, C4668 and C4820.
99
1 file changed, 5 insertions(+)
1010

1111
diff --git a/CMakeLists.txt b/CMakeLists.txt
12-
index f161653..5134dde 100644
12+
index 03963a5..a5b9539 100644
1313
--- a/CMakeLists.txt
1414
+++ b/CMakeLists.txt
1515
@@ -143,7 +143,12 @@ if(MSVC)
@@ -26,5 +26,5 @@ index f161653..5134dde 100644
2626
# Instead, use the ISO C and C++ conformant name
2727
)
2828
--
29-
2.36.0.windows.1
29+
2.37.0.windows.1
3030

‎ports/libressl/portfile.cmake

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@ if (EXISTS "${CURRENT_INSTALLED_DIR}/include/openssl/ssl.h")
22
message(FATAL_ERROR "Can't build LibreSSL if another OpenSSL equivalent is installed. Please remove the OpenSSL variant, and try to install LibreSSL again if you need it. Build will continue since LibreSSL is a drop-in replacement for OpenSSL")
33
endif()
44

5-
set(VERSION 3.5.2)
5+
set(VERSION 3.5.3)
66

77
# Get archive
88
vcpkg_download_distfile(ARCHIVE
99
URLS "https://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-${VERSION}.tar.gz"
1010
FILENAME "libressl-${VERSION}.tar.gz"
11-
SHA512 07ebd1529934d472b621b31ba458a185c9fa1a4588d0bc34b669952ff0846e227094019b322cbb808def42967510abbb0928be3f6784920451b3e0c96c8f4cad
11+
SHA512 19f97f7c2b5cb4591ee6f191255b441373176b1b6539aa6ac2cd54494a14beaf126b151eb2f0b7fb650796fc0e37e2a9b1508ca50722adc7107c460904a5dbb7
1212
)
1313

1414
# Patches

0 commit comments

Comments
 (0)