From 81c73918887485ca8dc16e839d1606d1b33bd0ce Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Mon, 6 Aug 2018 13:15:06 +0000 Subject: [PATCH] community/unbound to 1.7.3-3 --- community/unbound/PKGBUILD | 8 ++++---- community/unbound/conf | 1 + community/unbound/service | 3 +-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/community/unbound/PKGBUILD b/community/unbound/PKGBUILD index 2ba46dc73..bff8942db 100644 --- a/community/unbound/PKGBUILD +++ b/community/unbound/PKGBUILD @@ -8,14 +8,14 @@ pkgname=unbound pkgver=1.7.3 -pkgrel=1 +pkgrel=3 pkgdesc='Validating, recursive, and caching DNS resolver' url='https://unbound.net/' license=('custom:BSD') arch=('x86_64') makedepends=('expat') optdepends=('expat: unbound-anchor') -depends=('openssl' 'ldns' 'libevent' 'fstrm' 'protobuf-c' 'dnssec-anchors') +depends=('fstrm' 'openssl' 'protobuf-c' 'libevent' 'ldns' 'dnssec-anchors') backup=('etc/unbound/unbound.conf') validpgpkeys=('EDFAA3F2CA4E6EB05681AF8E9F6F1C2D7E045F8D') source=("https://unbound.net/downloads/${pkgname}-${pkgver}.tar.gz"{,.asc} @@ -28,9 +28,9 @@ sha256sums=('c11de115d928a6b48b2165e0214402a7a7da313cd479203a7ce7a8b62cba602d' 'SKIP' '85b8f00881fb93bcce83bdfe3246463a396eb5b352c0d7f5fca32fcb839d22fa' '31a573f43287dd7e3678be1680388bfc7d8dee8280eb2443f521a4b349aaa6b6' - '526ee18a5394073404ee10a67addf9894efa43fa234234562e84a1641d54b556' + 'a8a31511cb3d8c8092f0f9edb8887701eceac0108a177af8486c35a1d3ead601' '2746aede36b1f57efdcc370b7643ce31ff9e6acb9a1f62705987b07eaed866a3' - '07d764f4f42adfba9685c5c7feef81116118f4a1772b118aa3ebbe059e8a513e') + 'ddc0ead682c5035cdd3a29d4ab12936a73573c82c27f14026998a378de56f418') build() { cd "${srcdir}/${pkgname}-${pkgver}" diff --git a/community/unbound/conf b/community/unbound/conf index bbdde6a77..6f2700069 100644 --- a/community/unbound/conf +++ b/community/unbound/conf @@ -1,5 +1,6 @@ server: use-syslog: yes + do-daemonize: no username: "unbound" directory: "/etc/unbound" trust-anchor-file: trusted-key.key diff --git a/community/unbound/service b/community/unbound/service index c8cf7d37a..58eddf0cc 100644 --- a/community/unbound/service +++ b/community/unbound/service @@ -5,8 +5,7 @@ Before=network-online.target nss-lookup.target After=network.target [Service] -PIDFile=/run/unbound.pid -ExecStart=/usr/bin/unbound -d +ExecStart=/usr/bin/unbound ExecReload=/bin/kill -HUP $MAINPID Restart=always