[arch-commits] Commit in dnsmasq/trunk (PKGBUILD)

Dave Reisner dreisner at nymeria.archlinux.org
Thu Apr 10 11:58:46 UTC 2014


    Date: Thursday, April 10, 2014 @ 13:58:46
  Author: dreisner
Revision: 210145

upgpkg: dnsmasq 2.69-2

- include trust-anchors.conf, munge example config to point to loc (FS#39801)

Modified:
  dnsmasq/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-04-10 09:20:23 UTC (rev 210144)
+++ PKGBUILD	2014-04-10 11:58:46 UTC (rev 210145)
@@ -5,7 +5,7 @@
 
 pkgname=dnsmasq
 pkgver=2.69
-pkgrel=1
+pkgrel=2
 pkgdesc="Lightweight, easy to configure DNS forwarder and DHCP server"
 url="http://www.thekelleys.org.uk/dnsmasq/doc.html"
 arch=('i686' 'x86_64')
@@ -36,6 +36,10 @@
   install -Dm644 "dbus/dnsmasq.conf" "$pkgdir"/etc/dbus-1/system.d/dnsmasq.conf
   install -Dm644 "dnsmasq.conf.example" "$pkgdir"/etc/dnsmasq.conf
   install -Dm644 "$srcdir/dnsmasq.service" "$pkgdir"/usr/lib/systemd/system/dnsmasq.service
+
+  # DNSSEC setup
+  sed -i 's,%%PREFIX%%,/usr,' "$pkgdir"/etc/dnsmasq.conf
+  install -Dm644 "trust-anchors.conf" "$pkgdir"/usr/share/dnsmasq/trust-anchors.conf
 }
 
 # vim: ts=2 sw=2 et ft=sh




More information about the arch-commits mailing list