Skip to content

Commit

Permalink
tools/libressl: update to version 3.4.3
Browse files Browse the repository at this point in the history
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.
      (CVE-2022–0778)
```

Signed-off-by: Josef Schlehofer <[email protected]>
(cherry picked from commit 25534d5cc20a807ff776fdb18847344167ce081d)
  • Loading branch information
BKPepe authored and chunkeey committed Jul 15, 2022
1 parent 2039c04 commit 206d790
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/libressl/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 206d790

Please sign in to comment.