diff options
author | Lucian Cristian <lucian.cristian@gmail.com> | 2017-07-25 02:17:56 +0300 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2017-07-28 23:07:17 +0200 |
commit | b90fb5ffe19b579219480c7c8f3ff4988dc2be6a (patch) | |
tree | 7edb95befe42ab9574e61edf819952984e82a6ce /package/libs/openssl/Makefile | |
parent | 911331ad0fb4562f275082ccf5e34f6aa0e35297 (diff) | |
download | upstream-b90fb5ffe19b579219480c7c8f3ff4988dc2be6a.tar.gz upstream-b90fb5ffe19b579219480c7c8f3ff4988dc2be6a.tar.bz2 upstream-b90fb5ffe19b579219480c7c8f3ff4988dc2be6a.zip |
openssl: update to version 1.0.2l
Signed-off-by: Lucian Cristian <lucian.cristian@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 2543a464cd..7707c19431 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.0.2 -PKG_BUGFIX:=k +PKG_BUGFIX:=l PKG_VERSION:=$(PKG_BASE)$(PKG_BUGFIX) PKG_RELEASE:=1 PKG_USE_MIPS16:=0 @@ -24,7 +24,7 @@ PKG_SOURCE_URL:= \ http://gd.tuwien.ac.at/infosys/security/openssl/source/ \ http://www.openssl.org/source/ \ http://www.openssl.org/source/old/$(PKG_BASE)/ -PKG_HASH:=6b3977c61f2aedf0f96367dcfb5c6e578cf37e7b8d913b4ecb6643c3cb88d8c0 +PKG_HASH:=ce07195b659e75f4e1db43552860070061f156a98bb37b672b101ba6e3ddf30c PKG_LICENSE:=OpenSSL PKG_LICENSE_FILES:=LICENSE |