summaryrefslogtreecommitdiff
path: root/package
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2015-05-13 15:22:44 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2015-05-13 22:27:47 +0200
commit38026ef5c088357052f7f08d19be349454b82b90 (patch)
treed15380fca613d01e9ce18bd6ce2b2275b83f7a96 /package
parenta67f71987f5987d79d76ea9f68975007c74a45db (diff)
update libressl to latest upstream
Diffstat (limited to 'package')
-rw-r--r--package/libressl/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/package/libressl/Makefile b/package/libressl/Makefile
index 20740271c..271547e54 100644
--- a/package/libressl/Makefile
+++ b/package/libressl/Makefile
@@ -4,10 +4,10 @@
include $(ADK_TOPDIR)/rules.mk
PKG_NAME:= libressl
-PKG_VERSION:= 2.1.3
+PKG_VERSION:= 2.1.6
PKG_RELEASE:= 1
-PKG_HASH:= eb2f370971408fb10af6453e556465c8eee728ac333bf1eb47ec1a5112304f7c
-PKG_DESCR:= ssl library
+PKG_HASH:= 4f826dd97b3b8001707073bde8401493f9cd4668465b481c042d28e3973653a8
+PKG_DESCR:= ssl/tls library
PKG_SECTION:= libs/crypto
PKG_URL:= http://www.libressl.org
PKG_SITES:= http://ftp.openbsd.org/pub/OpenBSD/LibreSSL/
@@ -29,7 +29,7 @@ endif
libressl-install:
$(INSTALL_DIR) $(IDIR_LIBRESSL)/usr/lib
- $(CP) $(WRKINST)/usr/lib/lib{crypto,ssl}.so* \
+ $(CP) $(WRKINST)/usr/lib/lib{crypto,ssl,tls}.so* \
$(IDIR_LIBRESSL)/usr/lib
include ${ADK_TOPDIR}/mk/pkg-bottom.mk