diff options
author | Alexandru Ardelean <ardeleanalex@gmail.com> | 2017-08-25 16:22:36 +0300 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2017-09-17 00:00:12 +0200 |
commit | 7bc80364b7ee880610a168809b858380ba738918 (patch) | |
tree | ceb56aa877ee2894172ad95c30255984c3c3229d /package/libs/wolfssl/Makefile | |
parent | 41706d05b9591c31939cdf8512761faf43a5e07a (diff) | |
download | upstream-7bc80364b7ee880610a168809b858380ba738918.tar.gz upstream-7bc80364b7ee880610a168809b858380ba738918.tar.bz2 upstream-7bc80364b7ee880610a168809b858380ba738918.zip |
libs/wolfssl: bump to version 3.12.0 ; add myself as maintainer
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Diffstat (limited to 'package/libs/wolfssl/Makefile')
-rw-r--r-- | package/libs/wolfssl/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/package/libs/wolfssl/Makefile b/package/libs/wolfssl/Makefile index 85a9785e77..afe7ccc37f 100644 --- a/package/libs/wolfssl/Makefile +++ b/package/libs/wolfssl/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2006-2016 OpenWrt.org +# Copyright (C) 2006-2017 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=wolfssl -PKG_VERSION:=3.10.0 +PKG_VERSION:=3.12.0 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).zip PKG_SOURCE_URL:=https://www.wolfssl.com/ -PKG_HASH:=66f7f2a8b8ee37d6b4beab3cb0dcb6a6980fd4674373bfd3bf1214b9d0d2c02e +PKG_HASH:=5bb196056ac0086efbf07ecea7d3e73b1c31722eb52a88b85879f920428a9a0f PKG_FIXUP:=libtool PKG_INSTALL:=1 @@ -29,6 +29,7 @@ define Package/libwolfssl CATEGORY:=Libraries TITLE:=wolfSSL library URL:=http://www.wolfssl.com/ + MAINTAINER:=Alexandru Ardelean <ardeleanalex@gmail.com> MENU:=1 PROVIDES:=libcyassl endef |