[arch-commits] Commit in unbound/trunk (PKGBUILD conf service)
Gaëtan Bisson
bisson at archlinux.org
Sat Jul 28 00:13:24 UTC 2018
Date: Saturday, July 28, 2018 @ 00:13:23
Author: bisson
Revision: 363704
fix FS#59162
Modified:
unbound/trunk/PKGBUILD
unbound/trunk/conf
unbound/trunk/service
----------+
PKGBUILD | 8 ++++----
conf | 1 +
service | 3 +--
3 files changed, 6 insertions(+), 6 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-07-27 23:19:51 UTC (rev 363703)
+++ PKGBUILD 2018-07-28 00:13:23 UTC (rev 363704)
@@ -5,7 +5,7 @@
pkgname=unbound
pkgver=1.7.3
-pkgrel=2
+pkgrel=3
pkgdesc='Validating, recursive, and caching DNS resolver'
url='https://unbound.net/'
license=('custom:BSD')
@@ -12,7 +12,7 @@
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}
@@ -25,9 +25,9 @@
'SKIP'
'85b8f00881fb93bcce83bdfe3246463a396eb5b352c0d7f5fca32fcb839d22fa'
'31a573f43287dd7e3678be1680388bfc7d8dee8280eb2443f521a4b349aaa6b6'
- '526ee18a5394073404ee10a67addf9894efa43fa234234562e84a1641d54b556'
+ 'a8a31511cb3d8c8092f0f9edb8887701eceac0108a177af8486c35a1d3ead601'
'2746aede36b1f57efdcc370b7643ce31ff9e6acb9a1f62705987b07eaed866a3'
- '07d764f4f42adfba9685c5c7feef81116118f4a1772b118aa3ebbe059e8a513e')
+ 'ddc0ead682c5035cdd3a29d4ab12936a73573c82c27f14026998a378de56f418')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
Modified: conf
===================================================================
--- conf 2018-07-27 23:19:51 UTC (rev 363703)
+++ conf 2018-07-28 00:13:23 UTC (rev 363704)
@@ -1,5 +1,6 @@
server:
use-syslog: yes
+ do-daemonize: no
username: "unbound"
directory: "/etc/unbound"
trust-anchor-file: trusted-key.key
Modified: service
===================================================================
--- service 2018-07-27 23:19:51 UTC (rev 363703)
+++ service 2018-07-28 00:13:23 UTC (rev 363704)
@@ -5,8 +5,7 @@
After=network.target
[Service]
-PIDFile=/run/unbound.pid
-ExecStart=/usr/bin/unbound -d
+ExecStart=/usr/bin/unbound
ExecReload=/bin/kill -HUP $MAINPID
Restart=always
More information about the arch-commits
mailing list