diff options
author | Eneas U de Queiroz <cotequeiroz@gmail.com> | 2021-03-26 14:46:29 -0300 |
---|---|---|
committer | Petr Štetiar <ynezz@true.cz> | 2021-03-26 19:57:20 +0100 |
commit | 0bd0de7d43b3846ad0d7006294e1daaadfa7b532 (patch) | |
tree | bd93e2a3640b47a260a26c5b80e15a2c20ff8b29 /package/libs/openssl/Makefile | |
parent | 1276db918b086d5b1db7e6c81d19402b7c3a91ac (diff) | |
download | upstream-0bd0de7d43b3846ad0d7006294e1daaadfa7b532.tar.gz upstream-0bd0de7d43b3846ad0d7006294e1daaadfa7b532.tar.bz2 upstream-0bd0de7d43b3846ad0d7006294e1daaadfa7b532.zip |
openssl: bump to 1.1.1k
This version fixes 2 security vulnerabilities, among other changes:
- CVE-2021-3450: problem with verifying a certificate chain when using
the X509_V_FLAG_X509_STRICT flag.
- CVE-2021-3449: OpenSSL TLS server may crash if sent a maliciously
crafted renegotiation ClientHello message from a client.
Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
Diffstat (limited to 'package/libs/openssl/Makefile')
-rw-r--r-- | package/libs/openssl/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/libs/openssl/Makefile b/package/libs/openssl/Makefile index 436abfd94c..7ab4c6ccd0 100644 --- a/package/libs/openssl/Makefile +++ b/package/libs/openssl/Makefile @@ -9,9 +9,9 @@ include $(TOPDIR)/rules.mk PKG_NAME:=openssl PKG_BASE:=1.1.1 -PKG_BUGFIX:=j +PKG_BUGFIX:=k PKG_VERSION:=$(PKG_BASE)$(PKG_BUGFIX) -PKG_RELEASE:=2 +PKG_RELEASE:=1 PKG_USE_MIPS16:=0 ENGINES_DIR=engines-1.1 @@ -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:=aaf2fcb575cdf6491b98ab4829abf78a3dec8402b8b81efc8f23c00d443981bf +PKG_HASH:=892a0875b9872acd04a9fde79b1f943075d5ea162415de3047c327df33fbaee5 PKG_LICENSE:=OpenSSL PKG_LICENSE_FILES:=LICENSE |