Skip to content

Commit 2103d52

Browse files
committed
Update libressl to v3.2.2
1 parent ce0c77a commit 2103d52

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
| [icu](http://site.icu-project.org) | 67.1 | 2020-04-22 |
1919
| [zlib](https://github.com/zlib-ng/zlib-ng) | 1.9.9-beta1 | 2020-09-27 |
2020
| [brotli](https://github.com/google/brotli) | 1.0.9 | 2020-08-27 |
21-
| [libressl](https://www.libressl.org) | 3.2.1 | 2020-08-24 |
21+
| [libressl](https://www.libressl.org) | 3.2.2 | 2020-10-18 |
2222
| [nghttp2](https://nghttp2.org) | 1.41.0 | 2020-06-02 |
2323
| [curl](https://curl.haxx.se) | 7.73.0 | 2020-10-14 |
2424
| [libxml2](http://xmlsoft.org/) | 2.9.10 | 2019-10-30 |

ports/libressl/CONTROL

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Source: libressl
2-
Version: 3.2.1
2+
Version: 3.2.2
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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
include(vcpkg_common_functions)
22

3-
set(VERSION 3.2.1)
3+
set(VERSION 3.2.2)
44

55
# Get archive
66
vcpkg_download_distfile(ARCHIVE
77
URLS "https://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-${VERSION}.tar.gz"
88
FILENAME "libressl-${VERSION}.tar.gz"
9-
SHA512 0204177ad0291f3fce4c77ab21cce17785d0239f2ae4be8fbdce5575cc98775186caa0e1851b211c05be07e3cc603111eeaac4379c8977e7b140fedee2551f93
9+
SHA512 708f347ec88f0501b5937f1efc8dc15e76a2f99a54f024e21a006349abc9305f64796f7df9fcbc875e13f999a620253b62b138d76f67586f1e432f3956da25e1
1010
)
1111

1212
# Patches

0 commit comments

Comments
 (0)