diff options
author | Eric Luehrsen <ericluehrsen@gmail.com> | 2018-10-23 21:52:49 -0400 |
---|---|---|
committer | Eric Luehrsen <ericluehrsen@gmail.com> | 2018-10-24 21:11:45 -0400 |
commit | 04f4ab9b927e112f0bb74762ce0761cca4ce22e6 (patch) | |
tree | 6b12146513c080df589262c062a85695fcb43ead /net/unbound/Makefile | |
parent | 0b548cb73d51c07422a6ddc4813a8f1fac248066 (diff) |
unbound: fix odhcpd link and axfr zone scripts
- fix AXFR zones to delay a potentially large download with ntp-hotplug
- fix odhcpd link script to properly delete expired lease data from DNS
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 eaa905146..e89afc7e1 100644 --- a/net/unbound/Makefile +++ b/net/unbound/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=unbound PKG_VERSION:=1.8.1 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_LICENSE:=BSD-3-Clause PKG_LICENSE_FILES:=LICENSE |