diff options
author | Steven Barth <steven@midlink.org> | 2015-01-15 17:59:06 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2015-01-15 17:59:06 +0000 |
commit | 17801c4a69198cc195d09192e0ec35c1bb7591b1 (patch) | |
tree | 08a1433f1c3931d1e3f4413a067fce7032bd70d9 /package | |
parent | f8c067883fbb67db06ecd41b93875cb70abfeb12 (diff) | |
download | upstream-17801c4a69198cc195d09192e0ec35c1bb7591b1.tar.gz upstream-17801c4a69198cc195d09192e0ec35c1bb7591b1.tar.bz2 upstream-17801c4a69198cc195d09192e0ec35c1bb7591b1.zip |
openssl: update to 1.0.1l *sigh*
Signed-off-by: Steven Barth <steven@midlink.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43976 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-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 70eb741e2c..3e556140d8 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.1k +PKG_VERSION:=1.0.1l 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:=d4f002bd22a56881340105028842ae1f +PKG_MD5SUM:=cdb22925fc9bc97ccbf1e007661f2aa6 PKG_LICENSE:=OpenSSL PKG_LICENSE_FILES:=LICENSE |