diff options
author | Eneas U de Queiroz <cotequeiroz@gmail.com> | 2020-03-31 17:51:45 -0300 |
---|---|---|
committer | Hans Dedecker <dedeckeh@gmail.com> | 2020-04-01 21:34:58 +0200 |
commit | 36373c5ddb1b6fc81fa239a1f898c5abc3f24f40 (patch) | |
tree | d61769e7aedc8dcead7658056005e8c93e0a6b63 /package/libs/openssl/Makefile | |
parent | 470f7c046c54c4db9914e98aabf705b5856fd693 (diff) | |
download | upstream-36373c5ddb1b6fc81fa239a1f898c5abc3f24f40.tar.gz upstream-36373c5ddb1b6fc81fa239a1f898c5abc3f24f40.tar.bz2 upstream-36373c5ddb1b6fc81fa239a1f898c5abc3f24f40.zip |
openssl: bump to 1.1.1f
There were two changes between 1.1.1e and 1.1.1f:
- a change in BN prime generation to avoid possible fingerprinting of
newly generated RSA modules
- the patch reversing EOF detection we had already applied.
Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
(cherry picked from commit af5ccfbac74b859801cf174460fb8dbf9ed9e181)
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 ca45549800..e2f2661566 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:=e +PKG_BUGFIX:=f PKG_VERSION:=$(PKG_BASE)$(PKG_BUGFIX) -PKG_RELEASE:=2 +PKG_RELEASE:=1 PKG_USE_MIPS16:=0 ENGINES_DIR=engines-1.1 @@ -24,7 +24,7 @@ PKG_SOURCE_URL:= \ ftp://ftp.pca.dfn.de/pub/tools/net/openssl/source/ \ http://www.openssl.org/source/ \ http://www.openssl.org/source/old/$(PKG_BASE)/ -PKG_HASH:=694f61ac11cb51c9bf73f54e771ff6022b0327a43bbdfa1b2f19de1662a6dcbe +PKG_HASH:=186c6bfe6ecfba7a5b48c47f8a1673d0f3b0e5ba2e25602dd23b629975da3f35 PKG_LICENSE:=OpenSSL PKG_LICENSE_FILES:=LICENSE |