diff options
author | Eric Luehrsen <ericluehrsen@gmail.com> | 2018-09-17 21:10:33 -0400 |
---|---|---|
committer | Eric Luehrsen <ericluehrsen@gmail.com> | 2018-09-27 23:21:58 -0400 |
commit | 10665f5ce9f9093f12fb3e6858d73c1d85fe3ad9 (patch) | |
tree | 9a471c6ab2baeddfd8b66152f517a1d48c2c5c98 /net/unbound/Makefile | |
parent | db8a36a25b0d2805be0b5e96aebad61f8dfa1c8b (diff) |
unbound: add patches for leaks during TLS query
Signed-off-by: Eric Luehrsen <ericluehrsen@gmail.com>
Diffstat (limited to 'net/unbound/Makefile')
-rw-r--r-- | net/unbound/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/unbound/Makefile b/net/unbound/Makefile index 354cf59a7..6624695e4 100644 --- a/net/unbound/Makefile +++ b/net/unbound/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=unbound PKG_VERSION:=1.8.0 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_LICENSE:=BSD-3-Clause PKG_LICENSE_FILES:=LICENSE |