diff options
author | Josef Schlehofer <pepe.schlehofer@gmail.com> | 2022-06-06 22:08:42 +0200 |
---|---|---|
committer | Christian Lamparter <chunkeey@gmail.com> | 2022-06-25 00:05:21 +0200 |
commit | c1868ef656cf7241eb34bd32d6792a6b8d0802bc (patch) | |
tree | 659677eefc5e4496c3685e2181a8e3ee08b9c308 /tools | |
parent | 8a3fb457223b6a4f68c4ab28162529ae94c6480e (diff) | |
download | upstream-c1868ef656cf7241eb34bd32d6792a6b8d0802bc.tar.gz upstream-c1868ef656cf7241eb34bd32d6792a6b8d0802bc.tar.bz2 upstream-c1868ef656cf7241eb34bd32d6792a6b8d0802bc.zip |
tools/libressl: update to version 3.4.3
Release notes:
https://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-3.4.3-relnotes.txt
```
It includes the following security fix:
* A malicious certificate can cause an infinite loop.
Reported by and fix from Tavis Ormandy and David Benjamin, Google.
```
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
(cherry picked from commit 25534d5cc20a807ff776fdb18847344167ce081d)
Diffstat (limited to 'tools')
-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 da7cd6201b..0679961d17 100644 --- a/tools/libressl/Makefile +++ b/tools/libressl/Makefile @@ -8,8 +8,8 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libressl -PKG_VERSION:=3.4.2 -PKG_HASH:=cb82ca7d547336917352fbd23db2fc483c6c44d35157b32780214ec74197b3ce +PKG_VERSION:=3.4.3 +PKG_HASH:=ff88bffe354818b3ccf545e3cafe454c5031c7a77217074f533271d63c37f08d PKG_RELEASE:=1 PKG_CPE_ID:=cpe:/a:openbsd:libressl |