diff options
author | John Crispin <john@openwrt.org> | 2014-08-07 20:54:41 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2014-08-07 20:54:41 +0000 |
commit | eb8119d5909ed9642511538a6318fbb5071c7cbc (patch) | |
tree | 7a861add588ee0aff317914e17b09149d32ef427 /package/libs | |
parent | c371e6de02039f3311d0edde079a5ed033e13184 (diff) | |
download | upstream-eb8119d5909ed9642511538a6318fbb5071c7cbc.tar.gz upstream-eb8119d5909ed9642511538a6318fbb5071c7cbc.tar.bz2 upstream-eb8119d5909ed9642511538a6318fbb5071c7cbc.zip |
openssl: another day another bug fix update
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 42055
Diffstat (limited to 'package/libs')
-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 fff260bc97..4b386ab4e4 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.1h +PKG_VERSION:=1.0.1i 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:=8d6d684a9430d5cc98a62a5d8fbda8cf +PKG_MD5SUM:=c8dc151a671b9b92ff3e4c118b174972 PKG_LICENSE:=SSLEAY OPENSSL PKG_LICENSE_FILES:=LICENSE |