From e21d81209c4122cdcf627d25522b6df8ca8a791c Mon Sep 17 00:00:00 2001 From: Michael Hanselmann Date: Fri, 10 Jun 2016 22:09:40 +0200 Subject: [PATCH] unbound: Update to 1.5.9 Bump unbound to version 1.5.9 released on June 9, 2016. Signed-off-by: Michael Hanselmann --- net/unbound/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/unbound/Makefile b/net/unbound/Makefile index ba1e515658..e5fbe43a26 100644 --- a/net/unbound/Makefile +++ b/net/unbound/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=unbound -PKG_VERSION:=1.5.8 +PKG_VERSION:=1.5.9 PKG_RELEASE:=1 PKG_LICENSE:=BSD-3-Clause @@ -17,7 +17,7 @@ PKG_MAINTAINER:=Michael Hanselmann PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://www.unbound.net/downloads -PKG_MD5SUM:=1c34282bae0c625b86374ee9caaef6f7 +PKG_MD5SUM:=0cefa62c1690b4db18583db84bff00e3 PKG_BUILD_DEPENDS:=libexpat PKG_BUILD_PARALLEL:=1