[arch-commits] Commit in unbound/trunk (PKGBUILD conf service)

Gaetan Bisson bisson at archlinux.org
Sun Jan 11 21:35:29 UTC 2015


    Date: Sunday, January 11, 2015 @ 22:35:28
  Author: bisson
Revision: 125773

fix FS#43225

Modified:
  unbound/trunk/PKGBUILD
  unbound/trunk/conf
  unbound/trunk/service

----------+
 PKGBUILD |    6 +++---
 conf     |    3 ++-
 service  |    1 +
 3 files changed, 6 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-01-11 21:08:46 UTC (rev 125772)
+++ PKGBUILD	2015-01-11 21:35:28 UTC (rev 125773)
@@ -5,7 +5,7 @@
 
 pkgname=unbound
 pkgver=1.5.1
-pkgrel=3
+pkgrel=4
 pkgdesc='Validating, recursive, and caching DNS resolver'
 url='http://unbound.net/'
 license=('custom:BSD')
@@ -20,8 +20,8 @@
         'conf')
 sha1sums=('5606c2246e7394bce88cc4f16edbd6b964237ea2'
           '456c91a253f9102e00e4a46a2f1b936aa2e3ed7c'
-          'b543ae6f8b87423bec095fca6b335a9ee43739a8'
-          '5d473ec2943fd85367cdb653fcd58e186f07383f')
+          '63fcc187cec6f262d81600e66c6747285c72ad15'
+          '98515708441cb831890a0b6d1986fd40649646c0')
 
 install=install
 

Modified: conf
===================================================================
--- conf	2015-01-11 21:08:46 UTC (rev 125772)
+++ conf	2015-01-11 21:35:28 UTC (rev 125773)
@@ -1,4 +1,5 @@
 server:
+  use-syslog: yes
   username: "unbound"
   directory: "/etc/unbound"
-  use-syslog: yes
+  trust-anchor-file: trusted-key.key

Modified: service
===================================================================
--- service	2015-01-11 21:08:46 UTC (rev 125772)
+++ service	2015-01-11 21:35:28 UTC (rev 125773)
@@ -3,6 +3,7 @@
 After=network.target
 
 [Service]
+ExecStartPre=/bin/cp -f /etc/trusted-key.key /etc/unbound/
 PIDFile=/run/unbound.pid
 ExecStart=/usr/bin/unbound -d
 ExecReload=/bin/kill -HUP $MAINPID



More information about the arch-commits mailing list