diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-12-17 02:17:38 -0600 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-12-17 02:17:45 -0600 |
commit | 75d60ffe4133e97e4bb18afb9a69f974e0ea1429 (patch) | |
tree | 95e9db9c5e4523c538011879ba054bfac9016147 /package/libressl | |
parent | 84d7e2376cf3d241d3d450da359078d230090fa1 (diff) |
update libressl/openssl. allow to compile openssh with libressl
Diffstat (limited to 'package/libressl')
-rw-r--r-- | package/libressl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/libressl/Makefile b/package/libressl/Makefile index a013d18b5..d8b99593b 100644 --- a/package/libressl/Makefile +++ b/package/libressl/Makefile @@ -4,9 +4,9 @@ include $(ADK_TOPDIR)/rules.mk PKG_NAME:= libressl -PKG_VERSION:= 2.0.5 +PKG_VERSION:= 2.1.1 PKG_RELEASE:= 1 -PKG_MD5SUM:= 77b5385251e6edabc4cd74ffccc7e418 +PKG_MD5SUM:= 946c5e3073581a8872b29d332f1e80c5 PKG_DESCR:= ssl library PKG_SECTION:= libs/crypto PKG_URL:= http://www.libressl.org |