diff options
author | Martin Schiller <ms@dev.tdt.de> | 2022-03-16 15:04:56 +0100 |
---|---|---|
committer | Petr Štetiar <ynezz@true.cz> | 2022-03-16 16:28:16 +0100 |
commit | e17c6ee62770005e398364ee5d955c9a8ab6f016 (patch) | |
tree | 0694fa6d2a522639a8dbfa2c334759f8dab5de3e /package/libs/openssl/Makefile | |
parent | 46c5de53856d97a1a926a272acc76a9af654f320 (diff) | |
download | upstream-e17c6ee62770005e398364ee5d955c9a8ab6f016.tar.gz upstream-e17c6ee62770005e398364ee5d955c9a8ab6f016.tar.bz2 upstream-e17c6ee62770005e398364ee5d955c9a8ab6f016.zip |
openssl: bump to 1.1.1n
This is a bugfix release. Changelog:
*) Fixed a bug in the BN_mod_sqrt() function that can cause it to loop
forever for non-prime moduli. (CVE-2022-0778)
*) Add ciphersuites based on DHE_PSK (RFC 4279) and ECDHE_PSK
(RFC 5489) to the list of ciphersuites providing Perfect Forward
Secrecy as required by SECLEVEL >= 3.
Signed-off-by: Martin Schiller <ms@dev.tdt.de>
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 8ca4d83380..b50620118a 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:=m +PKG_BUGFIX:=n PKG_VERSION:=$(PKG_BASE)$(PKG_BUGFIX) -PKG_RELEASE:=3 +PKG_RELEASE:=1 PKG_USE_MIPS16:=0 PKG_BUILD_PARALLEL:=1 @@ -25,7 +25,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:=f89199be8b23ca45fc7cb9f1d8d3ee67312318286ad030f5316aca6462db6c96 +PKG_HASH:=40dceb51a4f6a5275bde0e6bf20ef4b91bfc32ed57c0552e2e8e15463372b17a PKG_LICENSE:=OpenSSL PKG_LICENSE_FILES:=LICENSE |