package/libopenssl: security bump to version 1.1.1d
Fixes the following security vulnerabilities: - ECDSA remote timing attack (CVE-2019-1547) Severity: Low - Fork Protection (CVE-2019-1549) Severity: Low - Padding Oracle in PKCS7_dataDecode and CMS_decrypt_set1_pkey (CVE-2019-1563) Severity: Low For more details, see the advisory: https://www.openssl.org/news/secadv/20190910.txt Signed-off-by: Peter Korsgaard <peter@korsgaard.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
3d104ce719
commit
99a2f0dd6a
@ -1,5 +1,5 @@
|
||||
# From https://www.openssl.org/source/openssl-1.1.1b.tar.gz.sha256
|
||||
sha256 f6fb3079ad15076154eda9413fed42877d668e7069d9b87396d0804fdb3f4c90 openssl-1.1.1c.tar.gz
|
||||
# From https://www.openssl.org/source/openssl-1.1.1d.tar.gz.sha256
|
||||
sha256 1e3a91bc1f9dfce01af26026f856e064eab4c8ee0a8f457b5ae30b40b8b711f2 openssl-1.1.1d.tar.gz
|
||||
|
||||
# License files
|
||||
sha256 c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c LICENSE
|
||||
|
@ -4,7 +4,7 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
LIBOPENSSL_VERSION = 1.1.1c
|
||||
LIBOPENSSL_VERSION = 1.1.1d
|
||||
LIBOPENSSL_SITE = https://www.openssl.org/source
|
||||
LIBOPENSSL_SOURCE = openssl-$(LIBOPENSSL_VERSION).tar.gz
|
||||
LIBOPENSSL_LICENSE = OpenSSL or SSLeay
|
||||
|
Loading…
Reference in New Issue
Block a user