diff options
author | Josef Schlehofer <pepe.schlehofer@gmail.com> | 2022-02-23 21:32:41 +0100 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2022-03-01 00:08:08 +0100 |
commit | 495c4f4e197166a6fa997d4620ca6c241e3abd45 (patch) | |
tree | 3cf6583edf291bd1bdd68fb2a12a798e94daa34d /tools/libressl | |
parent | 4a19cf3bc7caa8e1010dc5d2f6fc4411349ae6e4 (diff) | |
download | upstream-495c4f4e197166a6fa997d4620ca6c241e3abd45.tar.gz upstream-495c4f4e197166a6fa997d4620ca6c241e3abd45.tar.bz2 upstream-495c4f4e197166a6fa997d4620ca6c241e3abd45.zip |
tools/libressl: update to version 3.4.2
Release notes:
https://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-3.4.2-relnotes.txt
```
It includes the following security fix
* In some situations the X.509 verifier would discard an error on an
unverified certificate chain, resulting in an authentication bypass.
Thanks to Ilya Shipitsin and Timo Steinlein for reporting.
```
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
Diffstat (limited to 'tools/libressl')
-rw-r--r-- | tools/libressl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/libressl/Makefile b/tools/libressl/Makefile index be053ac788..da7cd6201b 100644 --- a/tools/libressl/Makefile +++ b/tools/libressl/Makefile @@ -8,8 +8,8 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libressl -PKG_VERSION:=3.4.1 -PKG_HASH:=107ceae6ca800e81cb563584c16afa36d6c7138fade94a2b3e9da65456f7c61c +PKG_VERSION:=3.4.2 +PKG_HASH:=cb82ca7d547336917352fbd23db2fc483c6c44d35157b32780214ec74197b3ce PKG_RELEASE:=1 PKG_CPE_ID:=cpe:/a:openbsd:libressl |