libs/wolfssl: bump to version 3.12.0 ; add myself as maintainer
authorAlexandru Ardelean <ardeleanalex@gmail.com>
Fri, 25 Aug 2017 13:22:36 +0000 (16:22 +0300)
committerHauke Mehrtens <hauke@hauke-m.de>
Sat, 16 Sep 2017 22:00:12 +0000 (00:00 +0200)
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
package/libs/wolfssl/Makefile

index 85a9785e771993c4b9223f14ba646e139a6f10ca..afe7ccc37f428c1fdae51a89da5b4946d28462b8 100644 (file)
@@ -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