[Buildroot] [git commit branch/2021.08.x] package/libressl: bump to version 3.3.5
From: Peter Korsgaard <peter@korsgaard.com>
Date: 2021-10-09 12:05:22
Subsystem:
the rest · Maintainer:
Linus Torvalds
commit: https://git.buildroot.net/buildroot/commit/?id=db7dd3830bf552149b33f81208bb5d26e87801af branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/2021.08.x Bugfix release, fixing a stack overread issue: https://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-3.3.5-relnotes.txt Signed-off-by: Francois Perrad <redacted> Signed-off-by: Peter Korsgaard <peter@korsgaard.com> (cherry picked from commit ec87e249237ed0ece942c277e15fcfaa4901e2e9) Signed-off-by: Peter Korsgaard <peter@korsgaard.com> --- package/libressl/libressl.hash | 2 +- package/libressl/libressl.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/package/libressl/libressl.hash b/package/libressl/libressl.hash
index 45afd04dca..d046e89518 100644
--- a/package/libressl/libressl.hash
+++ b/package/libressl/libressl.hash@@ -1,4 +1,4 @@ # From https://ftp.openbsd.org/pub/OpenBSD/LibreSSL/SHA256 -sha256 bcce767a3fed252bfd1210f8a7e3505a2b54d3008f66e43d9b95e3f30c072931 libressl-3.3.4.tar.gz +sha256 0a51393f0df1cf27e070054a2788a4d073339f363d79cd594076a1b4c48be9a5 libressl-3.3.5.tar.gz # Locally computed sha256 5c63613f008f16a9c0025c096bbd736cecf720494d121b5c5203e0ec6e5955b1 COPYING
diff --git a/package/libressl/libressl.mk b/package/libressl/libressl.mk
index f1847b18dd..268ded69af 100644
--- a/package/libressl/libressl.mk
+++ b/package/libressl/libressl.mk@@ -4,7 +4,7 @@ # ################################################################################ -LIBRESSL_VERSION = 3.3.4 +LIBRESSL_VERSION = 3.3.5 LIBRESSL_SITE = https://ftp.openbsd.org/pub/OpenBSD/LibreSSL LIBRESSL_LICENSE = ISC (new additions), OpenSSL or SSLeay (original OpenSSL code) LIBRESSL_LICENSE_FILES = COPYING
_______________________________________________ buildroot mailing list buildroot@buildroot.org https://lists.buildroot.org/mailman/listinfo/buildroot