Skip to content

Commit bfd5b37

Browse files
committed
Update libressl to v3.1.1
1 parent aaf57de commit bfd5b37

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
| [icu](http://site.icu-project.org) | 63.1 | 10-15-2018 |
1919
| [zlib](https://github.com/zlib-ng/zlib-ng) | N/A | 05-07-2020 |
2020
| [brotli](https://github.com/google/brotli) | 1.0.7 | 10-23-2018 |
21-
| [libressl](https://www.libressl.org) | 3.1.0 | 04-08-2020 |
21+
| [libressl](https://www.libressl.org) | 3.1.1 | 05-07-2020 |
2222
| [nghttp2](https://nghttp2.org) | 1.40.0 | 11-15-2019 |
2323
| [curl](https://curl.haxx.se) | 7.70.0 | 04-29-2020 |
2424
| [libxml2](http://xmlsoft.org/) | 2.9.10 | 10-30-2019 |

ports/libressl/CONTROL

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Source: libressl
2-
Version: 3.1.0
2+
Version: 3.1.1
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/portfile.cmake

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
include(vcpkg_common_functions)
22

3-
set(LIBRESSL_VERSION 3.1.0)
3+
set(LIBRESSL_VERSION 3.1.1)
44

55
# Get archive
66
vcpkg_download_distfile(ARCHIVE
77
URLS "https://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-${LIBRESSL_VERSION}.tar.gz"
88
FILENAME "libressl-${LIBRESSL_VERSION}.tar.gz"
9-
SHA512 365ccf01d4802af048b2a03b6994b17cf051185fa4a0940ae72bd3ec3927467486501d334d2fa7904b07d9364093a97e1b90bb67d3bd8bb1d807643c20a0c677
9+
SHA512 353a5c95bb0c160b698b95b91d6857ddb63a75b0685a233ed2515f46ad8369d40857aa1ff8407aa9bc78a5c3c29c25376e7a55a3c96fce40840633411944fb1d
1010
)
1111

1212
# Patches

0 commit comments

Comments
 (0)