diff options
author | Steven Barth <cyrus@openwrt.org> | 2015-01-08 18:29:26 +0000 |
---|---|---|
committer | Steven Barth <cyrus@openwrt.org> | 2015-01-08 18:29:26 +0000 |
commit | dbca1e5662eecf3c3e0071aee2aa41c1f77592f9 (patch) | |
tree | 6f9c93b08ccf4846fc8e28fd14999db7b7976b32 /package/libs/openssl/Makefile | |
parent | a6a142caf66a0b1a11b6f515c7b5b11159916a4f (diff) | |
download | upstream-dbca1e5662eecf3c3e0071aee2aa41c1f77592f9.tar.gz upstream-dbca1e5662eecf3c3e0071aee2aa41c1f77592f9.tar.bz2 upstream-dbca1e5662eecf3c3e0071aee2aa41c1f77592f9.zip |
openssl: bump to 1.0.1j
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 43875
Diffstat (limited to 'package/libs/openssl/Makefile')
-rw-r--r-- | package/libs/openssl/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/libs/openssl/Makefile b/package/libs/openssl/Makefile index 36f0adb15a..70eb741e2c 100644 --- a/package/libs/openssl/Makefile +++ b/package/libs/openssl/Makefile @@ -8,8 +8,8 @@ include $(TOPDIR)/rules.mk PKG_NAME:=openssl -PKG_VERSION:=1.0.1j -PKG_RELEASE:=4 +PKG_VERSION:=1.0.1k +PKG_RELEASE:=1 PKG_USE_MIPS16:=0 PKG_BUILD_PARALLEL:=1 @@ -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:=f7175c9cd3c39bb1907ac8bba9df8ed3 +PKG_MD5SUM:=d4f002bd22a56881340105028842ae1f PKG_LICENSE:=OpenSSL PKG_LICENSE_FILES:=LICENSE |