diff options
author | Steven Barth <cyrus@openwrt.org> | 2015-06-11 20:28:44 +0000 |
---|---|---|
committer | Steven Barth <cyrus@openwrt.org> | 2015-06-11 20:28:44 +0000 |
commit | 89c8d78d31852a80f655e2395d1c776be51aea83 (patch) | |
tree | 4defbbd37b912ad3a40aafae6ff459265e7c9d45 /package/libs/openssl/Makefile | |
parent | 84bfed7bd32e7541feadc9c438e57b14559ddc7b (diff) | |
download | mtk-20170518-89c8d78d31852a80f655e2395d1c776be51aea83.zip mtk-20170518-89c8d78d31852a80f655e2395d1c776be51aea83.tar.gz mtk-20170518-89c8d78d31852a80f655e2395d1c776be51aea83.tar.bz2 |
openssl: 1.0.2b (hey, we made it nearly 3 months this time!)
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 45946
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 e19d54a..d1519a4 100644 --- a/package/libs/openssl/Makefile +++ b/package/libs/openssl/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=openssl -PKG_VERSION:=1.0.2a +PKG_VERSION:=1.0.2b PKG_RELEASE:=0 PKG_USE_MIPS16:=0 @@ -18,7 +18,7 @@ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://www.openssl.org/source/ \ ftp://ftp.funet.fi/pub/crypt/mirrors/ftp.openssl.org/source \ ftp://ftp.sunet.se/pub/security/tools/net/openssl/source/ -PKG_MD5SUM:=a06c547dac9044161a477211049f60ef +PKG_MD5SUM:=7729b259e2dea7d60b32fc3934d6984b PKG_LICENSE:=OpenSSL PKG_LICENSE_FILES:=LICENSE |