diff options
author | Eric Luehrsen <ericluehrsen@gmail.com> | 2018-09-15 10:41:40 -0400 |
---|---|---|
committer | Eric Luehrsen <ericluehrsen@gmail.com> | 2018-09-15 20:42:10 -0400 |
commit | 32ad87ca807570718eaa325e3c6186fe5b3fedaa (patch) | |
tree | 3a2e0564d82bb9e7da1ecca31b2db7a3a3b8ac9f /net/unbound/Makefile | |
parent | 933c9802aa57844bd3220e3bac40d4c42a307700 (diff) |
unbound: update to 1.8.0
- adjust a few UCI translations to coordinate with upstream defaults
- remove OpenSSL < 1.1.0 API log error patch which is included upstream
Signed-off-by: Eric Luehrsen <ericluehrsen@gmail.com>
Diffstat (limited to 'net/unbound/Makefile')
-rw-r--r-- | net/unbound/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/unbound/Makefile b/net/unbound/Makefile index 3700c24d1..354cf59a7 100644 --- a/net/unbound/Makefile +++ b/net/unbound/Makefile @@ -8,8 +8,8 @@ include $(TOPDIR)/rules.mk PKG_NAME:=unbound -PKG_VERSION:=1.7.3 -PKG_RELEASE:=6 +PKG_VERSION:=1.8.0 +PKG_RELEASE:=1 PKG_LICENSE:=BSD-3-Clause PKG_LICENSE_FILES:=LICENSE @@ -17,7 +17,7 @@ PKG_MAINTAINER:=Eric Luehrsen <ericluehrsen@gmail.com> PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://www.unbound.net/downloads -PKG_HASH:=c11de115d928a6b48b2165e0214402a7a7da313cd479203a7ce7a8b62cba602d +PKG_HASH:=78f79d6d3b643fdcd74a14fc76542250da886c82f82bc55b51e189663d61b83f PKG_BUILD_PARALLEL:=1 PKG_FIXUP:=autoreconf |