[arch-commits] Commit in dnsmasq/repos/extra-x86_64 (6 files)

Levente Polyak anthraxx at archlinux.org
Tue Jan 19 13:43:09 UTC 2021


    Date: Tuesday, January 19, 2021 @ 13:43:09
  Author: anthraxx
Revision: 406412

archrelease: copy trunk to extra-x86_64

Added:
  dnsmasq/repos/extra-x86_64/PKGBUILD
    (from rev 406411, dnsmasq/trunk/PKGBUILD)
  dnsmasq/repos/extra-x86_64/dnsmasq-sysusers.conf
    (from rev 406411, dnsmasq/trunk/dnsmasq-sysusers.conf)
  dnsmasq/repos/extra-x86_64/dnsmasq.service
    (from rev 406411, dnsmasq/trunk/dnsmasq.service)
Deleted:
  dnsmasq/repos/extra-x86_64/PKGBUILD
  dnsmasq/repos/extra-x86_64/dnsmasq-sysusers.conf
  dnsmasq/repos/extra-x86_64/dnsmasq.service

-----------------------+
 PKGBUILD              |  142 ++++++++++++++++++++++++------------------------
 dnsmasq-sysusers.conf |    2 
 dnsmasq.service       |   38 ++++++------
 3 files changed, 91 insertions(+), 91 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-01-19 13:42:56 UTC (rev 406411)
+++ PKGBUILD	2021-01-19 13:43:09 UTC (rev 406412)
@@ -1,71 +0,0 @@
-# Maintainer: Christian Hesse <mail at eworm.de>
-# Maintainer: Dave Reisner <dreisner at archlinux.org>
-# Contributor: Paul Mattal <paul at archlinux.org>
-# Contributor: Tom Newsom <Jeepster at gmx.co.uk>
-
-pkgname=dnsmasq
-pkgver=2.82
-pkgrel=2
-pkgdesc='Lightweight, easy to configure DNS forwarder and DHCP server'
-url='http://www.thekelleys.org.uk/dnsmasq/doc.html'
-arch=('x86_64')
-license=('GPL')
-depends=('glibc' 'gmp' 'libidn2' 'libidn2.so' 'libdbus' 'libdbus-1.so'
-         'libnetfilter_conntrack' 'nettle' 'libnettle.so' 'libhogweed.so')
-backup=('etc/dnsmasq.conf')
-validpgpkeys=('D6EACBD6EE46B834248D111215CDDA6AE19135A2') # Simon Kelley <simon at thekelleys.org.uk>
-source=("http://www.thekelleys.org.uk/$pkgname/$pkgname-$pkgver.tar.xz"{,.asc}
-        'dnsmasq-sysusers.conf'
-        'dnsmasq.service')
-sha256sums=('84523646f3116bb5e1151efb66e645030f6e6a8256f29aab444777a343ebc132'
-            'SKIP'
-            '7f6ff6a709038ae580758f4b6a754451d7f7ce22957b88a36b97f7b643d3c2ab'
-            '297dbae8cfa3d353284820dd87cc65c37d1ef289cac3a5c3ede079413d31eeec')
-
-_build_copts='-DHAVE_DNSSEC -DHAVE_DBUS -DHAVE_LIBIDN2 -DHAVE_CONNTRACK'
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  make \
-    CFLAGS="$CPPFLAGS $CFLAGS" \
-    LDFLAGS="$LDFLAGS" \
-    COPTS="$_build_copts" \
-    PREFIX=/usr \
-    BINDIR=/usr/bin \
-    all-i18n
-
-  cd "contrib/lease-tools"
-
-  make \
-    CFLAGS="$CPPFLAGS $CFLAGS" \
-    LDFLAGS="$LDFLAGS" \
-    COPTS="$_build_copts" \
-    all
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-
-  # need to pass COPTS here to avoid rebuilding the binary.
-  make \
-    COPTS="$_build_copts" \
-    PREFIX=/usr \
-    BINDIR=/usr/bin \
-    DESTDIR="$pkgdir" \
-    install install-i18n
-
-  install -Dm0644 "dbus/dnsmasq.conf" "$pkgdir"/usr/share/dbus-1/system.d/dnsmasq.conf
-  install -Dm0644 "dnsmasq.conf.example" "$pkgdir"/etc/dnsmasq.conf
-  install -Dm0644 "$srcdir/dnsmasq.service" "$pkgdir"/usr/lib/systemd/system/dnsmasq.service
-  install -Dm0644 "$srcdir/dnsmasq-sysusers.conf" "$pkgdir"/usr/lib/sysusers.d/dnsmasq.conf
-
-  # DNSSEC setup
-  sed -i 's,%%PREFIX%%,/usr,' "$pkgdir"/etc/dnsmasq.conf
-  install -Dm0644 "trust-anchors.conf" "$pkgdir"/usr/share/dnsmasq/trust-anchors.conf
-
-  install -Dm0755 -t "$pkgdir"/usr/bin/ 'contrib/lease-tools/dhcp_'{release{,6},lease_time}
-  install -Dm0644 -t "$pkgdir"/usr/share/man/man1 'contrib/lease-tools/dhcp_'{release{,6},lease_time}.1
-}
-
-# vim: ts=2 sw=2 et ft=sh

Copied: dnsmasq/repos/extra-x86_64/PKGBUILD (from rev 406411, dnsmasq/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-01-19 13:43:09 UTC (rev 406412)
@@ -0,0 +1,71 @@
+# Maintainer: Christian Hesse <mail at eworm.de>
+# Maintainer: Dave Reisner <dreisner at archlinux.org>
+# Contributor: Paul Mattal <paul at archlinux.org>
+# Contributor: Tom Newsom <Jeepster at gmx.co.uk>
+
+pkgname=dnsmasq
+pkgver=2.83
+pkgrel=1
+pkgdesc='Lightweight, easy to configure DNS forwarder and DHCP server'
+url='http://www.thekelleys.org.uk/dnsmasq/doc.html'
+arch=('x86_64')
+license=('GPL')
+depends=('glibc' 'gmp' 'libidn2' 'libidn2.so' 'libdbus' 'libdbus-1.so'
+         'libnetfilter_conntrack' 'nettle' 'libnettle.so' 'libhogweed.so')
+backup=('etc/dnsmasq.conf')
+validpgpkeys=('D6EACBD6EE46B834248D111215CDDA6AE19135A2') # Simon Kelley <simon at thekelleys.org.uk>
+source=("http://www.thekelleys.org.uk/$pkgname/$pkgname-$pkgver.tar.xz"{,.asc}
+        'dnsmasq-sysusers.conf'
+        'dnsmasq.service')
+sha256sums=('ffc1f7e8b05e22d910b9a71d09f1128197292766dc7c54cb7018a1b2c3af4aea'
+            'SKIP'
+            '7f6ff6a709038ae580758f4b6a754451d7f7ce22957b88a36b97f7b643d3c2ab'
+            '297dbae8cfa3d353284820dd87cc65c37d1ef289cac3a5c3ede079413d31eeec')
+
+_build_copts='-DHAVE_DNSSEC -DHAVE_DBUS -DHAVE_LIBIDN2 -DHAVE_CONNTRACK'
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  make \
+    CFLAGS="$CPPFLAGS $CFLAGS" \
+    LDFLAGS="$LDFLAGS" \
+    COPTS="$_build_copts" \
+    PREFIX=/usr \
+    BINDIR=/usr/bin \
+    all-i18n
+
+  cd "contrib/lease-tools"
+
+  make \
+    CFLAGS="$CPPFLAGS $CFLAGS" \
+    LDFLAGS="$LDFLAGS" \
+    COPTS="$_build_copts" \
+    all
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  # need to pass COPTS here to avoid rebuilding the binary.
+  make \
+    COPTS="$_build_copts" \
+    PREFIX=/usr \
+    BINDIR=/usr/bin \
+    DESTDIR="$pkgdir" \
+    install install-i18n
+
+  install -Dm0644 "dbus/dnsmasq.conf" "$pkgdir"/usr/share/dbus-1/system.d/dnsmasq.conf
+  install -Dm0644 "dnsmasq.conf.example" "$pkgdir"/etc/dnsmasq.conf
+  install -Dm0644 "$srcdir/dnsmasq.service" "$pkgdir"/usr/lib/systemd/system/dnsmasq.service
+  install -Dm0644 "$srcdir/dnsmasq-sysusers.conf" "$pkgdir"/usr/lib/sysusers.d/dnsmasq.conf
+
+  # DNSSEC setup
+  sed -i 's,%%PREFIX%%,/usr,' "$pkgdir"/etc/dnsmasq.conf
+  install -Dm0644 "trust-anchors.conf" "$pkgdir"/usr/share/dnsmasq/trust-anchors.conf
+
+  install -Dm0755 -t "$pkgdir"/usr/bin/ 'contrib/lease-tools/dhcp_'{release{,6},lease_time}
+  install -Dm0644 -t "$pkgdir"/usr/share/man/man1 'contrib/lease-tools/dhcp_'{release{,6},lease_time}.1
+}
+
+# vim: ts=2 sw=2 et ft=sh

Deleted: dnsmasq-sysusers.conf
===================================================================
--- dnsmasq-sysusers.conf	2021-01-19 13:42:56 UTC (rev 406411)
+++ dnsmasq-sysusers.conf	2021-01-19 13:43:09 UTC (rev 406412)
@@ -1 +0,0 @@
-u dnsmasq - "dnsmasq daemon" /

Copied: dnsmasq/repos/extra-x86_64/dnsmasq-sysusers.conf (from rev 406411, dnsmasq/trunk/dnsmasq-sysusers.conf)
===================================================================
--- dnsmasq-sysusers.conf	                        (rev 0)
+++ dnsmasq-sysusers.conf	2021-01-19 13:43:09 UTC (rev 406412)
@@ -0,0 +1 @@
+u dnsmasq - "dnsmasq daemon" /

Deleted: dnsmasq.service
===================================================================
--- dnsmasq.service	2021-01-19 13:42:56 UTC (rev 406411)
+++ dnsmasq.service	2021-01-19 13:43:09 UTC (rev 406412)
@@ -1,19 +0,0 @@
-[Unit]
-Description=dnsmasq - A lightweight DHCP and caching DNS server
-Documentation=man:dnsmasq(8)
-After=network.target
-Before=network-online.target nss-lookup.target
-Wants=nss-lookup.target
-
-[Service]
-Type=dbus
-BusName=uk.org.thekelleys.dnsmasq
-ExecStartPre=/usr/bin/dnsmasq --test
-ExecStart=/usr/bin/dnsmasq -k --enable-dbus --user=dnsmasq --pid-file
-ExecReload=/bin/kill -HUP $MAINPID
-Restart=on-failure
-PrivateDevices=true
-ProtectSystem=full
-
-[Install]
-WantedBy=multi-user.target

Copied: dnsmasq/repos/extra-x86_64/dnsmasq.service (from rev 406411, dnsmasq/trunk/dnsmasq.service)
===================================================================
--- dnsmasq.service	                        (rev 0)
+++ dnsmasq.service	2021-01-19 13:43:09 UTC (rev 406412)
@@ -0,0 +1,19 @@
+[Unit]
+Description=dnsmasq - A lightweight DHCP and caching DNS server
+Documentation=man:dnsmasq(8)
+After=network.target
+Before=network-online.target nss-lookup.target
+Wants=nss-lookup.target
+
+[Service]
+Type=dbus
+BusName=uk.org.thekelleys.dnsmasq
+ExecStartPre=/usr/bin/dnsmasq --test
+ExecStart=/usr/bin/dnsmasq -k --enable-dbus --user=dnsmasq --pid-file
+ExecReload=/bin/kill -HUP $MAINPID
+Restart=on-failure
+PrivateDevices=true
+ProtectSystem=full
+
+[Install]
+WantedBy=multi-user.target



More information about the arch-commits mailing list