diff options
author | Josef Schlehofer <pepe.schlehofer@gmail.com> | 2020-05-20 08:40:18 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-20 08:40:18 +0200 |
commit | ef71facb41a4b35e6773fe25e700c71941415c63 (patch) | |
tree | 1f23f32a3465cf67d6d940ff27e7ea849bcab55f /net | |
parent | 9f86c338cce07ebcf62025a5320fa62163255373 (diff) | |
parent | 8ccff44ad1431134dea9824b53b74661d5403975 (diff) |
Merge pull request #12215 from BKPepe/unbound-1.10.1
unbound: update to version 1.10.1 (security fix)
Diffstat (limited to 'net')
-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 fcf5ee6e2..3c6e46987 100644 --- a/net/unbound/Makefile +++ b/net/unbound/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=unbound -PKG_VERSION:=1.10.0 -PKG_RELEASE:=2 +PKG_VERSION:=1.10.1 +PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://nlnetlabs.nl/downloads/unbound -PKG_HASH:=152f486578242fe5c36e89995d0440b78d64c05123990aae16246b7f776ce955 +PKG_HASH:=b73677c21a71cf92f15cc8cfe76a3d875e40f65b6150081c39620b286582d536 PKG_MAINTAINER:=Eric Luehrsen <ericluehrsen@gmail.com> PKG_LICENSE:=BSD-3-Clause |