community/unbound to 1.7.3-3

This commit is contained in:
Kevin Mihelich 2018-08-06 13:15:06 +00:00
parent 23275807fc
commit 81c7391888
3 changed files with 6 additions and 6 deletions

View file

@ -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}"

View file

@ -1,5 +1,6 @@
server:
use-syslog: yes
do-daemonize: no
username: "unbound"
directory: "/etc/unbound"
trust-anchor-file: trusted-key.key

View file

@ -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