diff options
author | Eneas U de Queiroz <cotequeiroz@gmail.com> | 2021-08-26 14:34:28 -0300 |
---|---|---|
committer | Christian Lamparter <chunkeey@gmail.com> | 2021-08-26 21:37:20 +0200 |
commit | 7119fd32d397567931e63dbbf72014e95624018f (patch) | |
tree | d55ce9ddbff33c402cd202b56aa7527b4212eab5 /package/libs/openssl/Makefile | |
parent | d24efa92e1c0918526c6eae6c2f2e98ec1a8c048 (diff) | |
download | upstream-7119fd32d397567931e63dbbf72014e95624018f.tar.gz upstream-7119fd32d397567931e63dbbf72014e95624018f.tar.bz2 upstream-7119fd32d397567931e63dbbf72014e95624018f.zip |
openssl: bump to 1.1.1l
This version fixes two vulnerabilities:
- SM2 Decryption Buffer Overflow (CVE-2021-3711)
Severity: High
- Read buffer overruns processing ASN.1 strings (CVE-2021-3712)
Severity: Medium
Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
Diffstat (limited to 'package/libs/openssl/Makefile')
-rw-r--r-- | package/libs/openssl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/libs/openssl/Makefile b/package/libs/openssl/Makefile index 11e5ecfccb..3f5fe90d9c 100644 --- a/package/libs/openssl/Makefile +++ b/package/libs/openssl/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=openssl PKG_BASE:=1.1.1 -PKG_BUGFIX:=k +PKG_BUGFIX:=l PKG_VERSION:=$(PKG_BASE)$(PKG_BUGFIX) PKG_RELEASE:=1 PKG_USE_MIPS16:=0 @@ -26,7 +26,7 @@ PKG_SOURCE_URL:= \ ftp://ftp.pca.dfn.de/pub/tools/net/openssl/source/ \ ftp://ftp.pca.dfn.de/pub/tools/net/openssl/source/old/$(PKG_BASE)/ -PKG_HASH:=892a0875b9872acd04a9fde79b1f943075d5ea162415de3047c327df33fbaee5 +PKG_HASH:=0b7a3e5e59c34827fe0c3a74b7ec8baef302b98fa80088d7f9153aa16fa76bd1 PKG_LICENSE:=OpenSSL PKG_LICENSE_FILES:=LICENSE |