mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-23 21:43:30 +08:00
package/wolfssl: security bump to version 5.7.2
- Fix CVE-2024-1544, CVE-2024-5288, CVE-2024-5991 and CVE-2024-5814
- Disable option checking which is enabled by default since
412447ac41
https://github.com/wolfSSL/wolfssl/releases/tag/v5.7.2-stable
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
487416dfe5
commit
f13e0014a5
@ -1,5 +1,5 @@
|
||||
# Locally computed:
|
||||
sha256 2de93e8af588ee856fe67a6d7fce23fc1b226b74d710b0e3946bc8061f6aa18f wolfssl-5.7.0.tar.gz
|
||||
sha256 0f2ed82e345b833242705bbc4b08a2a2037a33f7bf9c610efae6464f6b10e305 wolfssl-5.7.2.tar.gz
|
||||
|
||||
# Hash for license files:
|
||||
sha256 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643 COPYING
|
||||
|
@ -4,7 +4,7 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
WOLFSSL_VERSION = 5.7.0
|
||||
WOLFSSL_VERSION = 5.7.2
|
||||
WOLFSSL_SITE = $(call github,wolfSSL,wolfssl,v$(WOLFSSL_VERSION)-stable)
|
||||
WOLFSSL_INSTALL_STAGING = YES
|
||||
|
||||
@ -16,7 +16,10 @@ WOLFSSL_CONFIG_SCRIPTS = wolfssl-config
|
||||
WOLFSSL_AUTORECONF = YES
|
||||
WOLFSSL_DEPENDENCIES = host-pkgconf
|
||||
|
||||
WOLFSSL_CONF_OPTS = --disable-examples --disable-crypttests
|
||||
WOLFSSL_CONF_OPTS = \
|
||||
--disable-examples \
|
||||
--disable-crypttests \
|
||||
--disable-option-checking
|
||||
|
||||
ifeq ($(BR2_PACKAGE_WOLFSSL_ALL),y)
|
||||
WOLFSSL_CONF_OPTS += --enable-all
|
||||
|
Loading…
Reference in New Issue
Block a user