diff options
author | Eneas U de Queiroz <cotequeiroz@gmail.com> | 2020-09-27 19:01:27 -0300 |
---|---|---|
committer | Hans Dedecker <dedeckeh@gmail.com> | 2020-09-28 08:49:39 +0200 |
commit | 475838de1a33d49d1a0b81aad374a8db6dd2b3c8 (patch) | |
tree | b827ed2b6c1ea8a14603e1b598c2b8b616ed5d17 /package/libs/openssl/Makefile | |
parent | e9263123f9f65814b8858efb5b79d58fe05ca732 (diff) | |
download | upstream-475838de1a33d49d1a0b81aad374a8db6dd2b3c8.tar.gz upstream-475838de1a33d49d1a0b81aad374a8db6dd2b3c8.tar.bz2 upstream-475838de1a33d49d1a0b81aad374a8db6dd2b3c8.zip |
openssl: bump to 1.1.1h
This is a bug-fix release. Patches were refreshed.
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 8fe00d970b..9696748106 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:=g +PKG_BUGFIX:=h PKG_VERSION:=$(PKG_BASE)$(PKG_BUGFIX) PKG_RELEASE:=1 PKG_USE_MIPS16:=0 @@ -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:=ddb04774f1e32f0c49751e21b67216ac87852ceb056b75209af2443400636d46 +PKG_HASH:=5c9ca8774bd7b03e5784f26ae9e9e6d749c9da2438545077e6b3d755a06595d9 PKG_LICENSE:=OpenSSL PKG_LICENSE_FILES:=LICENSE |