[arch-commits] Commit in dnsmasq/repos (12 files)

2017-08-27 Thread Christian Hesse
Date: Sunday, August 27, 2017 @ 19:43:57
  Author: eworm
Revision: 304261

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  dnsmasq/repos/testing-i686/
  dnsmasq/repos/testing-i686/0001-do-not-include-stdio-h-before-dnsmasq-h.patch
(from rev 304260, 
dnsmasq/trunk/0001-do-not-include-stdio-h-before-dnsmasq-h.patch)
  
dnsmasq/repos/testing-i686/0002-Fix-logic-of-appending-layer-to-PXE-basename.patch
(from rev 304260, 
dnsmasq/trunk/0002-Fix-logic-of-appending-layer-to-PXE-basename.patch)
  dnsmasq/repos/testing-i686/PKGBUILD
(from rev 304260, dnsmasq/trunk/PKGBUILD)
  dnsmasq/repos/testing-i686/dnsmasq-sysusers.conf
(from rev 304260, dnsmasq/trunk/dnsmasq-sysusers.conf)
  dnsmasq/repos/testing-i686/dnsmasq.service
(from rev 304260, dnsmasq/trunk/dnsmasq.service)
  dnsmasq/repos/testing-x86_64/
  
dnsmasq/repos/testing-x86_64/0001-do-not-include-stdio-h-before-dnsmasq-h.patch
(from rev 304260, 
dnsmasq/trunk/0001-do-not-include-stdio-h-before-dnsmasq-h.patch)
  
dnsmasq/repos/testing-x86_64/0002-Fix-logic-of-appending-layer-to-PXE-basename.patch
(from rev 304260, 
dnsmasq/trunk/0002-Fix-logic-of-appending-layer-to-PXE-basename.patch)
  dnsmasq/repos/testing-x86_64/PKGBUILD
(from rev 304260, dnsmasq/trunk/PKGBUILD)
  dnsmasq/repos/testing-x86_64/dnsmasq-sysusers.conf
(from rev 304260, dnsmasq/trunk/dnsmasq-sysusers.conf)
  dnsmasq/repos/testing-x86_64/dnsmasq.service
(from rev 304260, dnsmasq/trunk/dnsmasq.service)

+
 testing-i686/0001-do-not-include-stdio-h-before-dnsmasq-h.patch|   24 
+++
 testing-i686/0002-Fix-logic-of-appending-layer-to-PXE-basename.patch   |   35 
+
 testing-i686/PKGBUILD  |   67 
++
 testing-i686/dnsmasq-sysusers.conf |1 
 testing-i686/dnsmasq.service   |   14 
++
 testing-x86_64/0001-do-not-include-stdio-h-before-dnsmasq-h.patch  |   24 
+++
 testing-x86_64/0002-Fix-logic-of-appending-layer-to-PXE-basename.patch |   35 
+
 testing-x86_64/PKGBUILD|   67 
++
 testing-x86_64/dnsmasq-sysusers.conf   |1 
 testing-x86_64/dnsmasq.service |   14 
++
 10 files changed, 282 insertions(+)

Copied: 
dnsmasq/repos/testing-i686/0001-do-not-include-stdio-h-before-dnsmasq-h.patch 
(from rev 304260, 
dnsmasq/trunk/0001-do-not-include-stdio-h-before-dnsmasq-h.patch)
===
--- testing-i686/0001-do-not-include-stdio-h-before-dnsmasq-h.patch 
(rev 0)
+++ testing-i686/0001-do-not-include-stdio-h-before-dnsmasq-h.patch 
2017-08-27 19:43:57 UTC (rev 304261)
@@ -0,0 +1,24 @@
+Subject: [PATCH 1/1] do not include stdio.h before dnsmasq.h
+Date: Tue, 22 Aug 2017 23:19:29 +0200
+From: Christian Hesse 
+
+We define some constants in dnsmasq.h, which have an influence on
+stdio.h. So do not include stdio.h before dnsmasq.h.
+
+Signed-off-by: Christian Hesse 
+---
+ src/helper.c | 1 -
+ 1 file changed, 1 deletion(-)
+
+diff --git a/src/helper.c b/src/helper.c
+index 635677e..281cb4a 100644
+--- a/src/helper.c
 b/src/helper.c
+@@ -14,7 +14,6 @@
+along with this program.  If not, see .
+ */
+ 
+-#include 
+ #include "dnsmasq.h"
+ 
+ #ifdef HAVE_SCRIPT

Copied: 
dnsmasq/repos/testing-i686/0002-Fix-logic-of-appending-layer-to-PXE-basename.patch
 (from rev 304260, 
dnsmasq/trunk/0002-Fix-logic-of-appending-layer-to-PXE-basename.patch)
===
--- testing-i686/0002-Fix-logic-of-appending-layer-to-PXE-basename.patch
(rev 0)
+++ testing-i686/0002-Fix-logic-of-appending-layer-to-PXE-basename.patch
2017-08-27 19:43:57 UTC (rev 304261)
@@ -0,0 +1,35 @@
+From: Chris Novakovic 
+Date: Tue, 6 Jun 2017 22:02:59 + (+0100)
+Subject: Fix logic of appending "." to PXE basename
+X-Git-Tag: v2.78test1~1
+X-Git-Url: 
http://thekelleys.org.uk/gitweb/?p=dnsmasq.git;a=commitdiff_plain;h=2446514e716075cfe2be35e2a9b9de4eacdbac99
+
+Fix logic of appending "." to PXE basename
+
+Commit f77700aa, which fixes a compiler warning, also breaks the
+behaviour of prepending "." to basenames in --pxe-service: in
+situations where the basename contains a ".", the "." suffix is
+erroneously added, and in situations where the basename doesn't contain
+a ".", the "." suffix is erroneously omitted.
+
+A patch against the git HEAD is attached that inverts this logic and
+restores the expected behaviour of --pxe-service.
+---
+
+diff --git a/src/rfc2131.c b/src/rfc2131.c
+index a679470..1c850e5 100644
+--- a/src/rfc2131.c
 b/src/rfc2131.c
+@@ -836,10 +836,10 

[arch-commits] Commit in dnsmasq/repos (12 files)

2016-10-09 Thread Christian Hesse
Date: Sunday, October 9, 2016 @ 18:48:22
  Author: eworm
Revision: 278126

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  dnsmasq/repos/testing-i686/
  
dnsmasq/repos/testing-i686/0001-Handle-binding-upstream-servers-to-an-interface.patch
(from rev 278125, 
dnsmasq/trunk/0001-Handle-binding-upstream-servers-to-an-interface.patch)
  dnsmasq/repos/testing-i686/PKGBUILD
(from rev 278125, dnsmasq/trunk/PKGBUILD)
  dnsmasq/repos/testing-i686/dnsmasq-sysusers.conf
(from rev 278125, dnsmasq/trunk/dnsmasq-sysusers.conf)
  dnsmasq/repos/testing-i686/dnsmasq.install
(from rev 278125, dnsmasq/trunk/dnsmasq.install)
  dnsmasq/repos/testing-i686/dnsmasq.service
(from rev 278125, dnsmasq/trunk/dnsmasq.service)
  dnsmasq/repos/testing-x86_64/
  
dnsmasq/repos/testing-x86_64/0001-Handle-binding-upstream-servers-to-an-interface.patch
(from rev 278125, 
dnsmasq/trunk/0001-Handle-binding-upstream-servers-to-an-interface.patch)
  dnsmasq/repos/testing-x86_64/PKGBUILD
(from rev 278125, dnsmasq/trunk/PKGBUILD)
  dnsmasq/repos/testing-x86_64/dnsmasq-sysusers.conf
(from rev 278125, dnsmasq/trunk/dnsmasq-sysusers.conf)
  dnsmasq/repos/testing-x86_64/dnsmasq.install
(from rev 278125, dnsmasq/trunk/dnsmasq.install)
  dnsmasq/repos/testing-x86_64/dnsmasq.service
(from rev 278125, dnsmasq/trunk/dnsmasq.service)

---+
 testing-i686/0001-Handle-binding-upstream-servers-to-an-interface.patch   |  
123 ++
 testing-i686/PKGBUILD |   
65 +
 testing-i686/dnsmasq-sysusers.conf|
1 
 testing-i686/dnsmasq.install  |   
13 +
 testing-i686/dnsmasq.service  |   
14 +
 testing-x86_64/0001-Handle-binding-upstream-servers-to-an-interface.patch |  
123 ++
 testing-x86_64/PKGBUILD   |   
65 +
 testing-x86_64/dnsmasq-sysusers.conf  |
1 
 testing-x86_64/dnsmasq.install|   
13 +
 testing-x86_64/dnsmasq.service|   
14 +
 10 files changed, 432 insertions(+)

Copied: 
dnsmasq/repos/testing-i686/0001-Handle-binding-upstream-servers-to-an-interface.patch
 (from rev 278125, 
dnsmasq/trunk/0001-Handle-binding-upstream-servers-to-an-interface.patch)
===
--- testing-i686/0001-Handle-binding-upstream-servers-to-an-interface.patch 
(rev 0)
+++ testing-i686/0001-Handle-binding-upstream-servers-to-an-interface.patch 
2016-10-09 18:48:22 UTC (rev 278126)
@@ -0,0 +1,123 @@
+From f7fcfebdbc3c57570d2f6de35f38c72ce6c80143 Mon Sep 17 00:00:00 2001
+From: Christian Hesse 
+Date: Wed, 31 Aug 2016 18:42:22 +0200
+Subject: [PATCH 1/1] Handle binding upstream servers to an interface
+
+upstream commits:
+
+* 2675f2061525bc954be14988d64384b74aa7bf8b
+* 16800ea072dd0cdf14d951c4bb8d2808b3dfe53d
+
+Signed-off-by: Christian Hesse 
+---
+ src/dnsmasq.h |  1 +
+ src/network.c | 32 ++--
+ 2 files changed, 31 insertions(+), 2 deletions(-)
+
+diff --git a/src/dnsmasq.h b/src/dnsmasq.h
+index 1896a64..aa5ec84 100644
+--- a/src/dnsmasq.h
 b/src/dnsmasq.h
+@@ -487,6 +487,7 @@ struct serverfd {
+   int fd;
+   union mysockaddr source_addr;
+   char interface[IF_NAMESIZE+1];
++  unsigned int ifindex, used;
+   struct serverfd *next;
+ };
+ 
+diff --git a/src/network.c b/src/network.c
+index e7722fd..d87d08f 100644
+--- a/src/network.c
 b/src/network.c
+@@ -1204,6 +1204,7 @@ int local_bind(int fd, union mysockaddr *addr, char 
*intname, int is_tcp)
+ static struct serverfd *allocate_sfd(union mysockaddr *addr, char *intname)
+ {
+   struct serverfd *sfd;
++  unsigned int ifindex = 0;
+   int errsave;
+ 
+   /* when using random ports, servers which would otherwise use
+@@ -1224,11 +1225,15 @@ static struct serverfd *allocate_sfd(union mysockaddr 
*addr, char *intname)
+   return NULL;
+ #endif
+ }
++
++  if (intname && strlen(intname) != 0)
++ifindex = if_nametoindex(intname); /* index == 0 when not binding to an 
interface */
+   
+   /* may have a suitable one already */
+   for (sfd = daemon->sfds; sfd; sfd = sfd->next )
+ if (sockaddr_isequal(>source_addr, addr) &&
+-  strcmp(intname, sfd->interface) == 0)
++  strcmp(intname, sfd->interface) == 0 &&
++  ifindex == sfd->ifindex) 
+   return sfd;
+   
+   /* need to make a new one. */
+@@ -1250,11 +1255,13 @@ static struct serverfd *allocate_sfd(union mysockaddr 
*addr, char *intname)
+   errno = errsave;
+   return NULL;
+ }
+-
++
+   strcpy(sfd->interface, intname); 
+   sfd->source_addr = *addr;
+   sfd->next = 

[arch-commits] Commit in dnsmasq/repos (12 files)

2016-08-31 Thread Christian Hesse
Date: Wednesday, August 31, 2016 @ 17:29:25
  Author: eworm
Revision: 275623

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  dnsmasq/repos/testing-i686/
  
dnsmasq/repos/testing-i686/0001-Handle-binding-upstream-servers-to-an-interface.patch
(from rev 275622, 
dnsmasq/trunk/0001-Handle-binding-upstream-servers-to-an-interface.patch)
  dnsmasq/repos/testing-i686/PKGBUILD
(from rev 275622, dnsmasq/trunk/PKGBUILD)
  dnsmasq/repos/testing-i686/dnsmasq-sysusers.conf
(from rev 275622, dnsmasq/trunk/dnsmasq-sysusers.conf)
  dnsmasq/repos/testing-i686/dnsmasq.install
(from rev 275622, dnsmasq/trunk/dnsmasq.install)
  dnsmasq/repos/testing-i686/dnsmasq.service
(from rev 275622, dnsmasq/trunk/dnsmasq.service)
  dnsmasq/repos/testing-x86_64/
  
dnsmasq/repos/testing-x86_64/0001-Handle-binding-upstream-servers-to-an-interface.patch
(from rev 275622, 
dnsmasq/trunk/0001-Handle-binding-upstream-servers-to-an-interface.patch)
  dnsmasq/repos/testing-x86_64/PKGBUILD
(from rev 275622, dnsmasq/trunk/PKGBUILD)
  dnsmasq/repos/testing-x86_64/dnsmasq-sysusers.conf
(from rev 275622, dnsmasq/trunk/dnsmasq-sysusers.conf)
  dnsmasq/repos/testing-x86_64/dnsmasq.install
(from rev 275622, dnsmasq/trunk/dnsmasq.install)
  dnsmasq/repos/testing-x86_64/dnsmasq.service
(from rev 275622, dnsmasq/trunk/dnsmasq.service)

---+
 testing-i686/0001-Handle-binding-upstream-servers-to-an-interface.patch   |  
123 ++
 testing-i686/PKGBUILD |   
65 +
 testing-i686/dnsmasq-sysusers.conf|
1 
 testing-i686/dnsmasq.install  |   
13 +
 testing-i686/dnsmasq.service  |   
14 +
 testing-x86_64/0001-Handle-binding-upstream-servers-to-an-interface.patch |  
123 ++
 testing-x86_64/PKGBUILD   |   
65 +
 testing-x86_64/dnsmasq-sysusers.conf  |
1 
 testing-x86_64/dnsmasq.install|   
13 +
 testing-x86_64/dnsmasq.service|   
14 +
 10 files changed, 432 insertions(+)

Copied: 
dnsmasq/repos/testing-i686/0001-Handle-binding-upstream-servers-to-an-interface.patch
 (from rev 275622, 
dnsmasq/trunk/0001-Handle-binding-upstream-servers-to-an-interface.patch)
===
--- testing-i686/0001-Handle-binding-upstream-servers-to-an-interface.patch 
(rev 0)
+++ testing-i686/0001-Handle-binding-upstream-servers-to-an-interface.patch 
2016-08-31 17:29:25 UTC (rev 275623)
@@ -0,0 +1,123 @@
+From f7fcfebdbc3c57570d2f6de35f38c72ce6c80143 Mon Sep 17 00:00:00 2001
+From: Christian Hesse 
+Date: Wed, 31 Aug 2016 18:42:22 +0200
+Subject: [PATCH 1/1] Handle binding upstream servers to an interface
+
+upstream commits:
+
+* 2675f2061525bc954be14988d64384b74aa7bf8b
+* 16800ea072dd0cdf14d951c4bb8d2808b3dfe53d
+
+Signed-off-by: Christian Hesse 
+---
+ src/dnsmasq.h |  1 +
+ src/network.c | 32 ++--
+ 2 files changed, 31 insertions(+), 2 deletions(-)
+
+diff --git a/src/dnsmasq.h b/src/dnsmasq.h
+index 1896a64..aa5ec84 100644
+--- a/src/dnsmasq.h
 b/src/dnsmasq.h
+@@ -487,6 +487,7 @@ struct serverfd {
+   int fd;
+   union mysockaddr source_addr;
+   char interface[IF_NAMESIZE+1];
++  unsigned int ifindex, used;
+   struct serverfd *next;
+ };
+ 
+diff --git a/src/network.c b/src/network.c
+index e7722fd..d87d08f 100644
+--- a/src/network.c
 b/src/network.c
+@@ -1204,6 +1204,7 @@ int local_bind(int fd, union mysockaddr *addr, char 
*intname, int is_tcp)
+ static struct serverfd *allocate_sfd(union mysockaddr *addr, char *intname)
+ {
+   struct serverfd *sfd;
++  unsigned int ifindex = 0;
+   int errsave;
+ 
+   /* when using random ports, servers which would otherwise use
+@@ -1224,11 +1225,15 @@ static struct serverfd *allocate_sfd(union mysockaddr 
*addr, char *intname)
+   return NULL;
+ #endif
+ }
++
++  if (intname && strlen(intname) != 0)
++ifindex = if_nametoindex(intname); /* index == 0 when not binding to an 
interface */
+   
+   /* may have a suitable one already */
+   for (sfd = daemon->sfds; sfd; sfd = sfd->next )
+ if (sockaddr_isequal(>source_addr, addr) &&
+-  strcmp(intname, sfd->interface) == 0)
++  strcmp(intname, sfd->interface) == 0 &&
++  ifindex == sfd->ifindex) 
+   return sfd;
+   
+   /* need to make a new one. */
+@@ -1250,11 +1255,13 @@ static struct serverfd *allocate_sfd(union mysockaddr 
*addr, char *intname)
+   errno = errsave;
+   return NULL;
+ }
+-
++
+   strcpy(sfd->interface, intname); 
+   sfd->source_addr = *addr;
+   sfd->next = 

[arch-commits] Commit in dnsmasq/repos (12 files)

2016-05-22 Thread Dave Reisner
Date: Sunday, May 22, 2016 @ 08:06:22
  Author: dreisner
Revision: 268473

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  dnsmasq/repos/extra-i686/PKGBUILD
(from rev 268472, dnsmasq/trunk/PKGBUILD)
  dnsmasq/repos/extra-i686/dnsmasq.install
(from rev 268472, dnsmasq/trunk/dnsmasq.install)
  dnsmasq/repos/extra-i686/dnsmasq.service
(from rev 268472, dnsmasq/trunk/dnsmasq.service)
  dnsmasq/repos/extra-x86_64/PKGBUILD
(from rev 268472, dnsmasq/trunk/PKGBUILD)
  dnsmasq/repos/extra-x86_64/dnsmasq.install
(from rev 268472, dnsmasq/trunk/dnsmasq.install)
  dnsmasq/repos/extra-x86_64/dnsmasq.service
(from rev 268472, dnsmasq/trunk/dnsmasq.service)
Deleted:
  dnsmasq/repos/extra-i686/PKGBUILD
  dnsmasq/repos/extra-i686/dnsmasq.install
  dnsmasq/repos/extra-i686/dnsmasq.service
  dnsmasq/repos/extra-x86_64/PKGBUILD
  dnsmasq/repos/extra-x86_64/dnsmasq.install
  dnsmasq/repos/extra-x86_64/dnsmasq.service

--+
 /PKGBUILD|  106 +
 /dnsmasq.install |   30 +++
 /dnsmasq.service |   28 ++
 extra-i686/PKGBUILD  |   51 ---
 extra-i686/dnsmasq.install   |   15 -
 extra-i686/dnsmasq.service   |   14 -
 extra-x86_64/PKGBUILD|   51 ---
 extra-x86_64/dnsmasq.install |   15 -
 extra-x86_64/dnsmasq.service |   14 -
 9 files changed, 164 insertions(+), 160 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-05-22 06:05:40 UTC (rev 268472)
+++ extra-i686/PKGBUILD 2016-05-22 06:06:22 UTC (rev 268473)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Dave Reisner 
-# Contributor: Paul Mattal 
-# Contributor: Tom Newsom 
-
-pkgname=dnsmasq
-pkgver=2.75
-pkgrel=1
-pkgdesc="Lightweight, easy to configure DNS forwarder and DHCP server"
-url="http://www.thekelleys.org.uk/dnsmasq/doc.html;
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('glibc' 'libdbus' 'gmp' 'nettle')
-install=$pkgname.install
-backup=('etc/dnsmasq.conf')
-source=("http://www.thekelleys.org.uk/$pkgname/$pkgname-$pkgver.tar.xz"{,.asc}
-'dnsmasq.service')
-md5sums=('887236f1ddde6eb57cdb9d01916c9f72'
- 'SKIP'
- 'b87f68013c3e8b4bb37117de968d4603')
-validpgpkeys=('269322E7D9255916E0394DD628FC869A289B82B7')  # Simon Kelley
-
-build_copts="-DHAVE_DNSSEC -DHAVE_DBUS"
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  make \
-CFLAGS="$CPPFLAGS $CFLAGS" \
-LDFLAGS="$LDFLAGS" \
-COPTS="$build_copts"
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-
-  # need to pass COPTS here to avoid rebuilding the binary.
-  make \
-COPTS="$build_copts" \
-BINDIR=/usr/bin PREFIX=/usr DESTDIR="$pkgdir" install
-
-  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

Copied: dnsmasq/repos/extra-i686/PKGBUILD (from rev 268472, 
dnsmasq/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-05-22 06:06:22 UTC (rev 268473)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Dave Reisner 
+# Contributor: Paul Mattal 
+# Contributor: Tom Newsom 
+
+pkgname=dnsmasq
+pkgver=2.76
+pkgrel=1
+pkgdesc="Lightweight, easy to configure DNS forwarder and DHCP server"
+url="http://www.thekelleys.org.uk/dnsmasq/doc.html;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('glibc' 'gmp' 'libidn' 'libdbus' 'libnetfilter_conntrack' 'nettle')
+install=$pkgname.install
+backup=('etc/dnsmasq.conf')
+source=("http://www.thekelleys.org.uk/$pkgname/$pkgname-$pkgver.tar.xz"{,.asc}
+'dnsmasq.service')
+md5sums=('00f5ee66b4e4b7f14538bf62ae3c9461'
+ 'SKIP'
+ 'b87f68013c3e8b4bb37117de968d4603')
+validpgpkeys=('269322E7D9255916E0394DD628FC869A289B82B7')  # Simon Kelley
+
+_build_copts="-DHAVE_DNSSEC -DHAVE_DBUS -DHAVE_IDN -DHAVE_CONNTRACK"
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  make \
+CFLAGS="$CPPFLAGS $CFLAGS" \
+LDFLAGS="$LDFLAGS" \
+COPTS="$_build_copts" \
+all-i18n
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  # need to pass COPTS here to avoid rebuilding the binary.
+  make \
+COPTS="$_build_copts" \
+BINDIR=/usr/bin PREFIX=/usr DESTDIR="$pkgdir" \
+install install-i18n
+
+  install -Dm644 "dbus/dnsmasq.conf" "$pkgdir"/etc/dbus-1/system.d/dnsmasq.conf
+  install -Dm644 "dnsmasq.conf.example" "$pkgdir"/etc/dnsmasq.conf
+  

[arch-commits] Commit in dnsmasq/repos (12 files)

2015-08-03 Thread Felix Yan
Date: Monday, August 3, 2015 @ 18:34:11
  Author: fyan
Revision: 242976

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  dnsmasq/repos/extra-i686/PKGBUILD
(from rev 242975, dnsmasq/trunk/PKGBUILD)
  dnsmasq/repos/extra-i686/dnsmasq.install
(from rev 242975, dnsmasq/trunk/dnsmasq.install)
  dnsmasq/repos/extra-i686/dnsmasq.service
(from rev 242975, dnsmasq/trunk/dnsmasq.service)
  dnsmasq/repos/extra-x86_64/PKGBUILD
(from rev 242975, dnsmasq/trunk/PKGBUILD)
  dnsmasq/repos/extra-x86_64/dnsmasq.install
(from rev 242975, dnsmasq/trunk/dnsmasq.install)
  dnsmasq/repos/extra-x86_64/dnsmasq.service
(from rev 242975, dnsmasq/trunk/dnsmasq.service)
Deleted:
  dnsmasq/repos/extra-i686/PKGBUILD
  dnsmasq/repos/extra-i686/dnsmasq.install
  dnsmasq/repos/extra-i686/dnsmasq.service
  dnsmasq/repos/extra-x86_64/PKGBUILD
  dnsmasq/repos/extra-x86_64/dnsmasq.install
  dnsmasq/repos/extra-x86_64/dnsmasq.service

--+
 /PKGBUILD|  102 +
 /dnsmasq.install |   30 
 /dnsmasq.service |   28 +++
 extra-i686/PKGBUILD  |   51 
 extra-i686/dnsmasq.install   |   15 --
 extra-i686/dnsmasq.service   |   14 -
 extra-x86_64/PKGBUILD|   51 
 extra-x86_64/dnsmasq.install |   15 --
 extra-x86_64/dnsmasq.service |   14 -
 9 files changed, 160 insertions(+), 160 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-08-03 16:33:42 UTC (rev 242975)
+++ extra-i686/PKGBUILD 2015-08-03 16:34:11 UTC (rev 242976)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Dave Reisner dreis...@archlinux.org
-# Contributor: Paul Mattal p...@archlinux.org
-# Contributor: Tom Newsom jeeps...@gmx.co.uk
-
-pkgname=dnsmasq
-pkgver=2.73
-pkgrel=1
-pkgdesc=Lightweight, easy to configure DNS forwarder and DHCP server
-url=http://www.thekelleys.org.uk/dnsmasq/doc.html;
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('glibc' 'libdbus' 'gmp' 'nettle')
-install=$pkgname.install
-backup=('etc/dnsmasq.conf')
-source=(http://www.thekelleys.org.uk/$pkgname/$pkgname-$pkgver.tar.xz{,.asc}
-'dnsmasq.service')
-md5sums=('b8bfe96d22945c8cf4466826ba9b21bd'
- 'SKIP'
- 'b87f68013c3e8b4bb37117de968d4603')
-validpgpkeys=('269322E7D9255916E0394DD628FC869A289B82B7')  # Simon Kelley
-
-build_copts=-DHAVE_DNSSEC -DHAVE_DBUS
-
-build() {
-  cd $pkgname-$pkgver
-
-  make \
-CFLAGS=$CPPFLAGS $CFLAGS \
-LDFLAGS=$LDFLAGS \
-COPTS=$build_copts
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  # need to pass COPTS here to avoid rebuilding the binary.
-  make \
-COPTS=$build_copts \
-BINDIR=/usr/bin PREFIX=/usr DESTDIR=$pkgdir install
-
-  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

Copied: dnsmasq/repos/extra-i686/PKGBUILD (from rev 242975, 
dnsmasq/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-08-03 16:34:11 UTC (rev 242976)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Dave Reisner dreis...@archlinux.org
+# Contributor: Paul Mattal p...@archlinux.org
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+
+pkgname=dnsmasq
+pkgver=2.75
+pkgrel=1
+pkgdesc=Lightweight, easy to configure DNS forwarder and DHCP server
+url=http://www.thekelleys.org.uk/dnsmasq/doc.html;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('glibc' 'libdbus' 'gmp' 'nettle')
+install=$pkgname.install
+backup=('etc/dnsmasq.conf')
+source=(http://www.thekelleys.org.uk/$pkgname/$pkgname-$pkgver.tar.xz{,.asc}
+'dnsmasq.service')
+md5sums=('887236f1ddde6eb57cdb9d01916c9f72'
+ 'SKIP'
+ 'b87f68013c3e8b4bb37117de968d4603')
+validpgpkeys=('269322E7D9255916E0394DD628FC869A289B82B7')  # Simon Kelley
+
+build_copts=-DHAVE_DNSSEC -DHAVE_DBUS
+
+build() {
+  cd $pkgname-$pkgver
+
+  make \
+CFLAGS=$CPPFLAGS $CFLAGS \
+LDFLAGS=$LDFLAGS \
+COPTS=$build_copts
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  # need to pass COPTS here to avoid rebuilding the binary.
+  make \
+COPTS=$build_copts \
+BINDIR=/usr/bin PREFIX=/usr DESTDIR=$pkgdir install
+
+  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 

[arch-commits] Commit in dnsmasq/repos (12 files)

2015-06-16 Thread Dave Reisner
Date: Wednesday, June 17, 2015 @ 00:43:17
  Author: dreisner
Revision: 240966

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  dnsmasq/repos/extra-i686/PKGBUILD
(from rev 240965, dnsmasq/trunk/PKGBUILD)
  dnsmasq/repos/extra-i686/dnsmasq.install
(from rev 240965, dnsmasq/trunk/dnsmasq.install)
  dnsmasq/repos/extra-i686/dnsmasq.service
(from rev 240965, dnsmasq/trunk/dnsmasq.service)
  dnsmasq/repos/extra-x86_64/PKGBUILD
(from rev 240965, dnsmasq/trunk/PKGBUILD)
  dnsmasq/repos/extra-x86_64/dnsmasq.install
(from rev 240965, dnsmasq/trunk/dnsmasq.install)
  dnsmasq/repos/extra-x86_64/dnsmasq.service
(from rev 240965, dnsmasq/trunk/dnsmasq.service)
Deleted:
  dnsmasq/repos/extra-i686/PKGBUILD
  dnsmasq/repos/extra-i686/dnsmasq.install
  dnsmasq/repos/extra-i686/dnsmasq.service
  dnsmasq/repos/extra-x86_64/PKGBUILD
  dnsmasq/repos/extra-x86_64/dnsmasq.install
  dnsmasq/repos/extra-x86_64/dnsmasq.service

--+
 /PKGBUILD|  102 +
 /dnsmasq.install |   30 
 /dnsmasq.service |   28 +++
 extra-i686/PKGBUILD  |   44 -
 extra-i686/dnsmasq.install   |   21 
 extra-i686/dnsmasq.service   |   14 -
 extra-x86_64/PKGBUILD|   44 -
 extra-x86_64/dnsmasq.install |   21 
 extra-x86_64/dnsmasq.service |   14 -
 9 files changed, 160 insertions(+), 158 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-06-16 22:42:45 UTC (rev 240965)
+++ extra-i686/PKGBUILD 2015-06-16 22:43:17 UTC (rev 240966)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Dave Reisner dreis...@archlinux.org
-# Contributor: Paul Mattal p...@archlinux.org
-# Contributor: Tom Newsom jeeps...@gmx.co.uk
-
-pkgname=dnsmasq
-pkgver=2.72
-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')
-license=('GPL')
-depends=('glibc' 'libdbus' 'gmp' 'nettle')
-install=$pkgname.install
-backup=('etc/dnsmasq.conf')
-source=(http://www.thekelleys.org.uk/$pkgname/$pkgname-$pkgver.tar.xz;
-'dnsmasq.service')
-md5sums=('0256e0a71e27c8d8a5c89a0d18f3cfe2'
- 'b87f68013c3e8b4bb37117de968d4603')
-
-build() {
-  cd $pkgname-$pkgver
-
-  make \
-CFLAGS=$CPPFLAGS $CFLAGS \
-LDFLAGS=$LDFLAGS \
-COPTS=-DHAVE_DNSSEC -DHAVE_DBUS
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make BINDIR=/usr/bin PREFIX=/usr DESTDIR=$pkgdir install
-
-  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

Copied: dnsmasq/repos/extra-i686/PKGBUILD (from rev 240965, 
dnsmasq/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-06-16 22:43:17 UTC (rev 240966)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Dave Reisner dreis...@archlinux.org
+# Contributor: Paul Mattal p...@archlinux.org
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+
+pkgname=dnsmasq
+pkgver=2.73
+pkgrel=1
+pkgdesc=Lightweight, easy to configure DNS forwarder and DHCP server
+url=http://www.thekelleys.org.uk/dnsmasq/doc.html;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('glibc' 'libdbus' 'gmp' 'nettle')
+install=$pkgname.install
+backup=('etc/dnsmasq.conf')
+source=(http://www.thekelleys.org.uk/$pkgname/$pkgname-$pkgver.tar.xz{,.asc}
+'dnsmasq.service')
+md5sums=('b8bfe96d22945c8cf4466826ba9b21bd'
+ 'SKIP'
+ 'b87f68013c3e8b4bb37117de968d4603')
+validpgpkeys=('269322E7D9255916E0394DD628FC869A289B82B7')  # Simon Kelley
+
+build_copts=-DHAVE_DNSSEC -DHAVE_DBUS
+
+build() {
+  cd $pkgname-$pkgver
+
+  make \
+CFLAGS=$CPPFLAGS $CFLAGS \
+LDFLAGS=$LDFLAGS \
+COPTS=$build_copts
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  # need to pass COPTS here to avoid rebuilding the binary.
+  make \
+COPTS=$build_copts \
+BINDIR=/usr/bin PREFIX=/usr DESTDIR=$pkgdir install
+
+  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

Deleted: extra-i686/dnsmasq.install
===
--- 

[arch-commits] Commit in dnsmasq/repos (12 files)

2014-09-24 Thread Dave Reisner
Date: Wednesday, September 24, 2014 @ 15:00:05
  Author: dreisner
Revision: 222933

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  dnsmasq/repos/extra-i686/PKGBUILD
(from rev 222932, dnsmasq/trunk/PKGBUILD)
  dnsmasq/repos/extra-i686/dnsmasq.install
(from rev 222932, dnsmasq/trunk/dnsmasq.install)
  dnsmasq/repos/extra-i686/dnsmasq.service
(from rev 222932, dnsmasq/trunk/dnsmasq.service)
  dnsmasq/repos/extra-x86_64/PKGBUILD
(from rev 222932, dnsmasq/trunk/PKGBUILD)
  dnsmasq/repos/extra-x86_64/dnsmasq.install
(from rev 222932, dnsmasq/trunk/dnsmasq.install)
  dnsmasq/repos/extra-x86_64/dnsmasq.service
(from rev 222932, dnsmasq/trunk/dnsmasq.service)
Deleted:
  dnsmasq/repos/extra-i686/PKGBUILD
  dnsmasq/repos/extra-i686/dnsmasq.install
  dnsmasq/repos/extra-i686/dnsmasq.service
  dnsmasq/repos/extra-x86_64/PKGBUILD
  dnsmasq/repos/extra-x86_64/dnsmasq.install
  dnsmasq/repos/extra-x86_64/dnsmasq.service

--+
 /PKGBUILD|   88 +
 /dnsmasq.install |   42 +++
 /dnsmasq.service |   30 +
 extra-i686/PKGBUILD  |   45 
 extra-i686/dnsmasq.install   |   21 -
 extra-i686/dnsmasq.service   |   15 --
 extra-x86_64/PKGBUILD|   45 
 extra-x86_64/dnsmasq.install |   21 -
 extra-x86_64/dnsmasq.service |   15 --
 9 files changed, 160 insertions(+), 162 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-09-24 12:59:35 UTC (rev 222932)
+++ extra-i686/PKGBUILD 2014-09-24 13:00:05 UTC (rev 222933)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Dave Reisner dreis...@archlinux.org
-# Contributor: Paul Mattal p...@archlinux.org
-# Contributor: Tom Newsom jeeps...@gmx.co.uk
-
-pkgname=dnsmasq
-pkgver=2.71
-pkgrel=1
-pkgdesc=Lightweight, easy to configure DNS forwarder and DHCP server
-url=http://www.thekelleys.org.uk/dnsmasq/doc.html;
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('glibc' 'libdbus' 'gmp' 'nettle')
-install=$pkgname.install
-backup=('etc/dnsmasq.conf')
-source=(http://www.thekelleys.org.uk/$pkgname/$pkgname-$pkgver.tar.xz{,.asc}
-'dnsmasq.service')
-md5sums=('9e2e4d59c75e71ee3ca817ff0f9be69e'
- 'SKIP'
- '7ac45726cabef4145db40d758cc7fedf')
-
-build() {
-  cd $pkgname-$pkgver
-
-  make \
-CFLAGS=$CPPFLAGS $CFLAGS \
-LDFLAGS=$LDFLAGS \
-COPTS=-DHAVE_DNSSEC -DHAVE_DBUS
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make BINDIR=/usr/bin PREFIX=/usr DESTDIR=$pkgdir install
-
-  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

Copied: dnsmasq/repos/extra-i686/PKGBUILD (from rev 222932, 
dnsmasq/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-09-24 13:00:05 UTC (rev 222933)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Dave Reisner dreis...@archlinux.org
+# Contributor: Paul Mattal p...@archlinux.org
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+
+pkgname=dnsmasq
+pkgver=2.72
+pkgrel=1
+pkgdesc=Lightweight, easy to configure DNS forwarder and DHCP server
+url=http://www.thekelleys.org.uk/dnsmasq/doc.html;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('glibc' 'libdbus' 'gmp' 'nettle')
+install=$pkgname.install
+backup=('etc/dnsmasq.conf')
+source=(http://www.thekelleys.org.uk/$pkgname/$pkgname-$pkgver.tar.xz;
+'dnsmasq.service')
+md5sums=('0256e0a71e27c8d8a5c89a0d18f3cfe2'
+ '7ac45726cabef4145db40d758cc7fedf')
+
+build() {
+  cd $pkgname-$pkgver
+
+  make \
+CFLAGS=$CPPFLAGS $CFLAGS \
+LDFLAGS=$LDFLAGS \
+COPTS=-DHAVE_DNSSEC -DHAVE_DBUS
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make BINDIR=/usr/bin PREFIX=/usr DESTDIR=$pkgdir install
+
+  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

Deleted: extra-i686/dnsmasq.install
===
--- extra-i686/dnsmasq.install  2014-09-24 12:59:35 UTC (rev 222932)
+++ extra-i686/dnsmasq.install  2014-09-24 13:00:05 UTC (rev 222933)
@@ -1,21 +0,0 @@
-#!/bin/sh
-

[arch-commits] Commit in dnsmasq/repos (12 files)

2014-05-17 Thread Dave Reisner
Date: Saturday, May 17, 2014 @ 22:12:50
  Author: dreisner
Revision: 213050

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  dnsmasq/repos/extra-i686/PKGBUILD
(from rev 213049, dnsmasq/trunk/PKGBUILD)
  dnsmasq/repos/extra-i686/dnsmasq.install
(from rev 213049, dnsmasq/trunk/dnsmasq.install)
  dnsmasq/repos/extra-i686/dnsmasq.service
(from rev 213049, dnsmasq/trunk/dnsmasq.service)
  dnsmasq/repos/extra-x86_64/PKGBUILD
(from rev 213049, dnsmasq/trunk/PKGBUILD)
  dnsmasq/repos/extra-x86_64/dnsmasq.install
(from rev 213049, dnsmasq/trunk/dnsmasq.install)
  dnsmasq/repos/extra-x86_64/dnsmasq.service
(from rev 213049, dnsmasq/trunk/dnsmasq.service)
Deleted:
  dnsmasq/repos/extra-i686/PKGBUILD
  dnsmasq/repos/extra-i686/dnsmasq.install
  dnsmasq/repos/extra-i686/dnsmasq.service
  dnsmasq/repos/extra-x86_64/PKGBUILD
  dnsmasq/repos/extra-x86_64/dnsmasq.install
  dnsmasq/repos/extra-x86_64/dnsmasq.service

--+
 /PKGBUILD|   90 +
 /dnsmasq.install |   42 +++
 /dnsmasq.service |   30 +
 extra-i686/PKGBUILD  |   45 
 extra-i686/dnsmasq.install   |   21 -
 extra-i686/dnsmasq.service   |   15 --
 extra-x86_64/PKGBUILD|   45 
 extra-x86_64/dnsmasq.install |   21 -
 extra-x86_64/dnsmasq.service |   15 --
 9 files changed, 162 insertions(+), 162 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-05-17 20:12:11 UTC (rev 213049)
+++ extra-i686/PKGBUILD 2014-05-17 20:12:50 UTC (rev 213050)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Dave Reisner dreis...@archlinux.org
-# Contributor: Paul Mattal p...@archlinux.org
-# Contributor: Tom Newsom jeeps...@gmx.co.uk
-
-pkgname=dnsmasq
-pkgver=2.70
-pkgrel=1
-pkgdesc=Lightweight, easy to configure DNS forwarder and DHCP server
-url=http://www.thekelleys.org.uk/dnsmasq/doc.html;
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('glibc' 'libdbus' 'gmp' 'nettle')
-install=$pkgname.install
-backup=('etc/dnsmasq.conf')
-source=(http://www.thekelleys.org.uk/$pkgname/$pkgname-$pkgver.tar.xz{,.asc}
-'dnsmasq.service')
-md5sums=('1d654e80888ab5dbba015548fd284d46'
- 'SKIP'
- '7ac45726cabef4145db40d758cc7fedf')
-
-build() {
-  cd $pkgname-$pkgver
-
-  make \
-CFLAGS=$CPPFLAGS $CFLAGS \
-LDFLAGS=$LDFLAGS \
-COPTS=-DHAVE_DNSSEC -DHAVE_DBUS
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make BINDIR=/usr/bin PREFIX=/usr DESTDIR=$pkgdir install
-
-  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

Copied: dnsmasq/repos/extra-i686/PKGBUILD (from rev 213049, 
dnsmasq/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-05-17 20:12:50 UTC (rev 213050)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Dave Reisner dreis...@archlinux.org
+# Contributor: Paul Mattal p...@archlinux.org
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+
+pkgname=dnsmasq
+pkgver=2.71
+pkgrel=1
+pkgdesc=Lightweight, easy to configure DNS forwarder and DHCP server
+url=http://www.thekelleys.org.uk/dnsmasq/doc.html;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('glibc' 'libdbus' 'gmp' 'nettle')
+install=$pkgname.install
+backup=('etc/dnsmasq.conf')
+source=(http://www.thekelleys.org.uk/$pkgname/$pkgname-$pkgver.tar.xz{,.asc}
+'dnsmasq.service')
+md5sums=('9e2e4d59c75e71ee3ca817ff0f9be69e'
+ 'SKIP'
+ '7ac45726cabef4145db40d758cc7fedf')
+
+build() {
+  cd $pkgname-$pkgver
+
+  make \
+CFLAGS=$CPPFLAGS $CFLAGS \
+LDFLAGS=$LDFLAGS \
+COPTS=-DHAVE_DNSSEC -DHAVE_DBUS
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make BINDIR=/usr/bin PREFIX=/usr DESTDIR=$pkgdir install
+
+  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

Deleted: extra-i686/dnsmasq.install
===
--- extra-i686/dnsmasq.install  2014-05-17 20:12:11 UTC (rev 213049)
+++ extra-i686/dnsmasq.install  2014-05-17 20:12:50 UTC (rev 213050)
@@ -1,21 +0,0 @@
-#!/bin/sh

[arch-commits] Commit in dnsmasq/repos (12 files)

2014-04-24 Thread Dave Reisner
Date: Thursday, April 24, 2014 @ 15:40:37
  Author: dreisner
Revision: 211726

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  dnsmasq/repos/extra-i686/PKGBUILD
(from rev 211725, dnsmasq/trunk/PKGBUILD)
  dnsmasq/repos/extra-i686/dnsmasq.install
(from rev 211725, dnsmasq/trunk/dnsmasq.install)
  dnsmasq/repos/extra-i686/dnsmasq.service
(from rev 211725, dnsmasq/trunk/dnsmasq.service)
  dnsmasq/repos/extra-x86_64/PKGBUILD
(from rev 211725, dnsmasq/trunk/PKGBUILD)
  dnsmasq/repos/extra-x86_64/dnsmasq.install
(from rev 211725, dnsmasq/trunk/dnsmasq.install)
  dnsmasq/repos/extra-x86_64/dnsmasq.service
(from rev 211725, dnsmasq/trunk/dnsmasq.service)
Deleted:
  dnsmasq/repos/extra-i686/PKGBUILD
  dnsmasq/repos/extra-i686/dnsmasq.install
  dnsmasq/repos/extra-i686/dnsmasq.service
  dnsmasq/repos/extra-x86_64/PKGBUILD
  dnsmasq/repos/extra-x86_64/dnsmasq.install
  dnsmasq/repos/extra-x86_64/dnsmasq.service

--+
 /PKGBUILD|   90 +
 /dnsmasq.install |   42 +++
 /dnsmasq.service |   30 +
 extra-i686/PKGBUILD  |   45 
 extra-i686/dnsmasq.install   |   21 -
 extra-i686/dnsmasq.service   |   15 --
 extra-x86_64/PKGBUILD|   45 
 extra-x86_64/dnsmasq.install |   21 -
 extra-x86_64/dnsmasq.service |   15 --
 9 files changed, 162 insertions(+), 162 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-04-24 13:39:29 UTC (rev 211725)
+++ extra-i686/PKGBUILD 2014-04-24 13:40:37 UTC (rev 211726)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Dave Reisner dreis...@archlinux.org
-# Contributor: Paul Mattal p...@archlinux.org
-# Contributor: Tom Newsom jeeps...@gmx.co.uk
-
-pkgname=dnsmasq
-pkgver=2.69
-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')
-license=('GPL')
-depends=('glibc' 'libdbus' 'gmp' 'nettle')
-install=$pkgname.install
-backup=('etc/dnsmasq.conf')
-source=(http://www.thekelleys.org.uk/$pkgname/$pkgname-$pkgver.tar.xz{,.asc}
-'dnsmasq.service')
-md5sums=('c5a1152e646eb54db4f33f8e0deee180'
- 'SKIP'
- '7ac45726cabef4145db40d758cc7fedf')
-
-build() {
-  cd $pkgname-$pkgver
-
-  make \
-CFLAGS=$CPPFLAGS $CFLAGS \
-LDFLAGS=$LDFLAGS \
-COPTS=-DHAVE_DNSSEC -DHAVE_DBUS
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make BINDIR=/usr/bin PREFIX=/usr DESTDIR=$pkgdir install
-
-  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

Copied: dnsmasq/repos/extra-i686/PKGBUILD (from rev 211725, 
dnsmasq/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-04-24 13:40:37 UTC (rev 211726)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Dave Reisner dreis...@archlinux.org
+# Contributor: Paul Mattal p...@archlinux.org
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+
+pkgname=dnsmasq
+pkgver=2.70
+pkgrel=1
+pkgdesc=Lightweight, easy to configure DNS forwarder and DHCP server
+url=http://www.thekelleys.org.uk/dnsmasq/doc.html;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('glibc' 'libdbus' 'gmp' 'nettle')
+install=$pkgname.install
+backup=('etc/dnsmasq.conf')
+source=(http://www.thekelleys.org.uk/$pkgname/$pkgname-$pkgver.tar.xz{,.asc}
+'dnsmasq.service')
+md5sums=('1d654e80888ab5dbba015548fd284d46'
+ 'SKIP'
+ '7ac45726cabef4145db40d758cc7fedf')
+
+build() {
+  cd $pkgname-$pkgver
+
+  make \
+CFLAGS=$CPPFLAGS $CFLAGS \
+LDFLAGS=$LDFLAGS \
+COPTS=-DHAVE_DNSSEC -DHAVE_DBUS
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make BINDIR=/usr/bin PREFIX=/usr DESTDIR=$pkgdir install
+
+  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

Deleted: extra-i686/dnsmasq.install
===
--- extra-i686/dnsmasq.install  2014-04-24 13:39:29 UTC (rev 211725)
+++ extra-i686/dnsmasq.install  2014-04-24 13:40:37 UTC (rev 211726)
@@ -1,21 +0,0 @@

[arch-commits] Commit in dnsmasq/repos (12 files)

2014-04-10 Thread Dave Reisner
Date: Thursday, April 10, 2014 @ 13:59:27
  Author: dreisner
Revision: 210146

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  dnsmasq/repos/extra-i686/PKGBUILD
(from rev 210145, dnsmasq/trunk/PKGBUILD)
  dnsmasq/repos/extra-i686/dnsmasq.install
(from rev 210145, dnsmasq/trunk/dnsmasq.install)
  dnsmasq/repos/extra-i686/dnsmasq.service
(from rev 210145, dnsmasq/trunk/dnsmasq.service)
  dnsmasq/repos/extra-x86_64/PKGBUILD
(from rev 210145, dnsmasq/trunk/PKGBUILD)
  dnsmasq/repos/extra-x86_64/dnsmasq.install
(from rev 210145, dnsmasq/trunk/dnsmasq.install)
  dnsmasq/repos/extra-x86_64/dnsmasq.service
(from rev 210145, dnsmasq/trunk/dnsmasq.service)
Deleted:
  dnsmasq/repos/extra-i686/PKGBUILD
  dnsmasq/repos/extra-i686/dnsmasq.install
  dnsmasq/repos/extra-i686/dnsmasq.service
  dnsmasq/repos/extra-x86_64/PKGBUILD
  dnsmasq/repos/extra-x86_64/dnsmasq.install
  dnsmasq/repos/extra-x86_64/dnsmasq.service

--+
 /PKGBUILD|   90 +
 /dnsmasq.install |   42 +++
 /dnsmasq.service |   30 +
 extra-i686/PKGBUILD  |   41 --
 extra-i686/dnsmasq.install   |   21 -
 extra-i686/dnsmasq.service   |   15 --
 extra-x86_64/PKGBUILD|   41 --
 extra-x86_64/dnsmasq.install |   21 -
 extra-x86_64/dnsmasq.service |   15 --
 9 files changed, 162 insertions(+), 154 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-04-10 11:58:46 UTC (rev 210145)
+++ extra-i686/PKGBUILD 2014-04-10 11:59:27 UTC (rev 210146)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Dave Reisner dreis...@archlinux.org
-# Contributor: Paul Mattal p...@archlinux.org
-# Contributor: Tom Newsom jeeps...@gmx.co.uk
-
-pkgname=dnsmasq
-pkgver=2.69
-pkgrel=1
-pkgdesc=Lightweight, easy to configure DNS forwarder and DHCP server
-url=http://www.thekelleys.org.uk/dnsmasq/doc.html;
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('glibc' 'libdbus' 'gmp' 'nettle')
-install=$pkgname.install
-backup=('etc/dnsmasq.conf')
-source=(http://www.thekelleys.org.uk/$pkgname/$pkgname-$pkgver.tar.xz{,.asc}
-'dnsmasq.service')
-md5sums=('c5a1152e646eb54db4f33f8e0deee180'
- 'SKIP'
- '7ac45726cabef4145db40d758cc7fedf')
-
-build() {
-  cd $pkgname-$pkgver
-
-  make \
-CFLAGS=$CPPFLAGS $CFLAGS \
-LDFLAGS=$LDFLAGS \
-COPTS=-DHAVE_DNSSEC -DHAVE_DBUS
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make BINDIR=/usr/bin PREFIX=/usr DESTDIR=$pkgdir install
-
-  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
-}
-
-# vim: ts=2 sw=2 et ft=sh

Copied: dnsmasq/repos/extra-i686/PKGBUILD (from rev 210145, 
dnsmasq/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-04-10 11:59:27 UTC (rev 210146)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Dave Reisner dreis...@archlinux.org
+# Contributor: Paul Mattal p...@archlinux.org
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+
+pkgname=dnsmasq
+pkgver=2.69
+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')
+license=('GPL')
+depends=('glibc' 'libdbus' 'gmp' 'nettle')
+install=$pkgname.install
+backup=('etc/dnsmasq.conf')
+source=(http://www.thekelleys.org.uk/$pkgname/$pkgname-$pkgver.tar.xz{,.asc}
+'dnsmasq.service')
+md5sums=('c5a1152e646eb54db4f33f8e0deee180'
+ 'SKIP'
+ '7ac45726cabef4145db40d758cc7fedf')
+
+build() {
+  cd $pkgname-$pkgver
+
+  make \
+CFLAGS=$CPPFLAGS $CFLAGS \
+LDFLAGS=$LDFLAGS \
+COPTS=-DHAVE_DNSSEC -DHAVE_DBUS
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make BINDIR=/usr/bin PREFIX=/usr DESTDIR=$pkgdir install
+
+  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

Deleted: extra-i686/dnsmasq.install
===
--- extra-i686/dnsmasq.install  2014-04-10 11:58:46 UTC (rev 210145)
+++ extra-i686/dnsmasq.install  2014-04-10 11:59:27 UTC (rev 210146)
@@ -1,21 +0,0 @@
-#!/bin/sh
-
-add_dnsmasq_user() {
-  if ! getent passwd dnsmasq /dev/null; then
-useradd -r -d / -c 'dnsmasq daemon' -s /sbin/nologin dnsmasq
-  fi
-}
-

[arch-commits] Commit in dnsmasq/repos (12 files)

2014-04-09 Thread Dave Reisner
Date: Wednesday, April 9, 2014 @ 22:44:44
  Author: dreisner
Revision: 210095

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  dnsmasq/repos/extra-i686/PKGBUILD
(from rev 210094, dnsmasq/trunk/PKGBUILD)
  dnsmasq/repos/extra-i686/dnsmasq.install
(from rev 210094, dnsmasq/trunk/dnsmasq.install)
  dnsmasq/repos/extra-i686/dnsmasq.service
(from rev 210094, dnsmasq/trunk/dnsmasq.service)
  dnsmasq/repos/extra-x86_64/PKGBUILD
(from rev 210094, dnsmasq/trunk/PKGBUILD)
  dnsmasq/repos/extra-x86_64/dnsmasq.install
(from rev 210094, dnsmasq/trunk/dnsmasq.install)
  dnsmasq/repos/extra-x86_64/dnsmasq.service
(from rev 210094, dnsmasq/trunk/dnsmasq.service)
Deleted:
  dnsmasq/repos/extra-i686/PKGBUILD
  dnsmasq/repos/extra-i686/dnsmasq.install
  dnsmasq/repos/extra-i686/dnsmasq.service
  dnsmasq/repos/extra-x86_64/PKGBUILD
  dnsmasq/repos/extra-x86_64/dnsmasq.install
  dnsmasq/repos/extra-x86_64/dnsmasq.service

--+
 /PKGBUILD|   82 +
 /dnsmasq.install |   42 +
 /dnsmasq.service |   30 +++
 extra-i686/PKGBUILD  |   45 --
 extra-i686/dnsmasq.install   |   21 --
 extra-i686/dnsmasq.service   |   15 ---
 extra-x86_64/PKGBUILD|   45 --
 extra-x86_64/dnsmasq.install |   21 --
 extra-x86_64/dnsmasq.service |   15 ---
 9 files changed, 154 insertions(+), 162 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-04-09 20:44:14 UTC (rev 210094)
+++ extra-i686/PKGBUILD 2014-04-09 20:44:44 UTC (rev 210095)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Dave Reisner dreis...@archlinux.org
-# Contributor: Paul Mattal p...@archlinux.org
-# Contributor: Tom Newsom jeeps...@gmx.co.uk
-
-pkgname=dnsmasq
-pkgver=2.68
-pkgrel=1
-pkgdesc=Lightweight, easy to configure DNS forwarder and DHCP server
-url=http://www.thekelleys.org.uk/dnsmasq/doc.html;
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('glibc' 'dbus-core')
-install=$pkgname.install
-backup=('etc/dnsmasq.conf')
-source=(http://www.thekelleys.org.uk/$pkgname/$pkgname-$pkgver.tar.xz;
-'dnsmasq.service')
-md5sums=('fec885ba0a9df0f7d8f2e44db48f19ae'
- '7ac45726cabef4145db40d758cc7fedf')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  # link against dbus. this ugliness is needed to ensure that the
-  # compile time opts report properly on startup. yuck.
-  sed -i '/^#ifdef DNSMASQ_COMPILE_OPTS/ i#define HAVE_DBUS' src/config.h
-}
-
-build() {
-  cd $pkgname-$pkgver
-
-  make CFLAGS=$CPPFLAGS $CFLAGS LDFLAGS=$LDFLAGS
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make BINDIR=/usr/bin PREFIX=/usr DESTDIR=$pkgdir install
-
-  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
-}
-
-# vim: ts=2 sw=2 et ft=sh

Copied: dnsmasq/repos/extra-i686/PKGBUILD (from rev 210094, 
dnsmasq/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-04-09 20:44:44 UTC (rev 210095)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Dave Reisner dreis...@archlinux.org
+# Contributor: Paul Mattal p...@archlinux.org
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+
+pkgname=dnsmasq
+pkgver=2.69
+pkgrel=1
+pkgdesc=Lightweight, easy to configure DNS forwarder and DHCP server
+url=http://www.thekelleys.org.uk/dnsmasq/doc.html;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('glibc' 'libdbus' 'gmp' 'nettle')
+install=$pkgname.install
+backup=('etc/dnsmasq.conf')
+source=(http://www.thekelleys.org.uk/$pkgname/$pkgname-$pkgver.tar.xz{,.asc}
+'dnsmasq.service')
+md5sums=('c5a1152e646eb54db4f33f8e0deee180'
+ 'SKIP'
+ '7ac45726cabef4145db40d758cc7fedf')
+
+build() {
+  cd $pkgname-$pkgver
+
+  make \
+CFLAGS=$CPPFLAGS $CFLAGS \
+LDFLAGS=$LDFLAGS \
+COPTS=-DHAVE_DNSSEC -DHAVE_DBUS
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make BINDIR=/usr/bin PREFIX=/usr DESTDIR=$pkgdir install
+
+  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
+}
+
+# vim: ts=2 sw=2 et ft=sh

Deleted: extra-i686/dnsmasq.install
===
--- extra-i686/dnsmasq.install  2014-04-09 20:44:14 UTC (rev 210094)
+++ extra-i686/dnsmasq.install  2014-04-09 20:44:44 UTC (rev 210095)
@@ -1,21 +0,0 @@
-#!/bin/sh
-
-add_dnsmasq_user() {
-  if ! getent passwd dnsmasq /dev/null; then
-useradd -r -d / -c 'dnsmasq daemon' -s /sbin/nologin dnsmasq
-  fi
-}
-