diff options
author | Steven Barth <steven@midlink.org> | 2015-06-12 20:49:20 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2015-06-12 20:49:20 +0000 |
commit | eb58bedbec09afd429a6a0d153c7a00c30738ddf (patch) | |
tree | c631a8826a27a9c47289742dbf9ccf878a83d883 | |
parent | d5a3814d50fe5c5b989bd19bc2d11fa91a14c87c (diff) | |
download | master-187ad058-eb58bedbec09afd429a6a0d153c7a00c30738ddf.tar.gz master-187ad058-eb58bedbec09afd429a6a0d153c7a00c30738ddf.tar.bz2 master-187ad058-eb58bedbec09afd429a6a0d153c7a00c30738ddf.zip |
openssl: 1.0.2c (srsly, you guys, srsly)
Signed-off-by: Steven Barth <steven@midlink.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45950 3c298f89-4303-0410-b956-a3cf2f4a3e73
-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 de71033814..2d69417ac9 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.2b +PKG_VERSION:=1.0.2c PKG_RELEASE:=1 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:=7729b259e2dea7d60b32fc3934d6984b +PKG_MD5SUM:=8c8d81a9ae7005276e486702edbcd4b6 PKG_LICENSE:=OpenSSL PKG_LICENSE_FILES:=LICENSE |