diff options
author | Petr Štetiar <ynezz@true.cz> | 2022-09-29 07:50:07 +0200 |
---|---|---|
committer | Petr Štetiar <ynezz@true.cz> | 2022-09-29 07:53:12 +0200 |
commit | a0cd133fdefc1f4bd99033a395fb6b14d5d251df (patch) | |
tree | 5914fda54d835e424a3dafd66c1e0699557368c2 /package/libs | |
parent | 8ad9a72cbed07643c7a8e4febbea71c7122b29a4 (diff) | |
download | upstream-a0cd133fdefc1f4bd99033a395fb6b14d5d251df.tar.gz upstream-a0cd133fdefc1f4bd99033a395fb6b14d5d251df.tar.bz2 upstream-a0cd133fdefc1f4bd99033a395fb6b14d5d251df.zip |
Revert "wolfssl: fix TLSv1.3 RCE in uhttpd by using latest 5.5.1-stable release"
This reverts commit a596a8396b1ef23cd0eda22d9a628392e70e1e1a as I've
just discovered private email, that the issue has CVE-2022-39173
assigned so I'm going to reword the commit and push it again.
Signed-off-by: Petr Štetiar <ynezz@true.cz>
Diffstat (limited to 'package/libs')
-rw-r--r-- | package/libs/wolfssl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/libs/wolfssl/Makefile b/package/libs/wolfssl/Makefile index 08a1ca7401..d090dd5780 100644 --- a/package/libs/wolfssl/Makefile +++ b/package/libs/wolfssl/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=wolfssl -PKG_VERSION:=5.5.1-stable +PKG_VERSION:=5.5.0-stable PKG_RELEASE:=$(AUTORELEASE) PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://github.com/wolfSSL/wolfssl/archive/v$(PKG_VERSION) -PKG_HASH:=97339e6956c90e7c881ba5c748dd04f7c30e5dbe0c06da765418c51375a6dee3 +PKG_HASH:=c34b74b5f689fac7becb05583b044e84d3b10d39f38709f0095dd5d423ded67f PKG_FIXUP:=libtool libtool-abiver PKG_INSTALL:=1 |