[arch-commits] Commit in gdnsd/repos/community-x86_64 (4 files)
Felix Yan
felixonmars at archlinux.org
Fri May 28 15:34:04 UTC 2021
Date: Friday, May 28, 2021 @ 15:34:04
Author: felixonmars
Revision: 949934
archrelease: copy trunk to community-x86_64
Added:
gdnsd/repos/community-x86_64/PKGBUILD
(from rev 949933, gdnsd/trunk/PKGBUILD)
gdnsd/repos/community-x86_64/gdnsd.sysusers
(from rev 949933, gdnsd/trunk/gdnsd.sysusers)
Deleted:
gdnsd/repos/community-x86_64/PKGBUILD
gdnsd/repos/community-x86_64/gdnsd.sysusers
----------------+
PKGBUILD | 96 +++++++++++++++++++++++++++----------------------------
gdnsd.sysusers | 4 +-
2 files changed, 50 insertions(+), 50 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-05-28 15:33:43 UTC (rev 949933)
+++ PKGBUILD 2021-05-28 15:34:04 UTC (rev 949934)
@@ -1,48 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Daichi Shinozaki <dsdseg at gmail.com>
-
-pkgname=gdnsd
-pkgver=3.5.0
-pkgrel=2
-pkgdesc="an Authoritative-only DNS server which does geographic balancing, redirection, weighting, and service-state-conscious failover at the DNS layer"
-arch=('x86_64')
-url="https://gdnsd.org/"
-license=('GPL3')
-depends=('libev' 'libmaxminddb' 'libsodium' 'libunwind' 'liburcu')
-makedepends=('ragel')
-checkdepends=('perl-socket6' 'perl-io-socket-inet6' 'perl-http-daemon' 'perl-libwww' 'perl-net-dns')
-source=("https://github.com/$pkgname/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver.tar.xz"
- gdnsd.sysusers)
-md5sums=('0e8711f5b526384c2d8c02829046aaca'
- '046488b1a1b36294a2a559aacbe71782')
-
-prepare() {
- cd "$pkgname-$pkgver"
- autoreconf -vif
-}
-
-build() {
- cd "$pkgname-$pkgver"
- ./configure \
- --prefix=/usr \
- --sbindir=/usr/bin \
- --localstatedir=/ \
- --libexecdir=/usr/lib \
- --sysconfdir=/etc \
- --with-systemdsystemunitdir=/usr/lib/systemd/system
-
- make
-}
-
-check() {
- cd "$pkgname-$pkgver"
- make -k check
-}
-
-package() {
- cd "$pkgname-$pkgver"
- make DESTDIR="$pkgdir/" install
- rm -rf "$pkgdir"/{lib,run}
-
- install -Dm644 ../gdnsd.sysusers "$pkgdir/usr/lib/sysusers.d/gdnsd.conf"
-}
Copied: gdnsd/repos/community-x86_64/PKGBUILD (from rev 949933, gdnsd/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-05-28 15:34:04 UTC (rev 949934)
@@ -0,0 +1,48 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Daichi Shinozaki <dsdseg at gmail.com>
+
+pkgname=gdnsd
+pkgver=3.5.1
+pkgrel=1
+pkgdesc="an Authoritative-only DNS server which does geographic balancing, redirection, weighting, and service-state-conscious failover at the DNS layer"
+arch=('x86_64')
+url="https://gdnsd.org/"
+license=('GPL3')
+depends=('libev' 'libmaxminddb' 'libsodium' 'libunwind' 'liburcu')
+makedepends=('ragel')
+checkdepends=('perl-socket6' 'perl-io-socket-inet6' 'perl-http-daemon' 'perl-libwww' 'perl-net-dns')
+source=("https://github.com/$pkgname/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver.tar.xz"
+ gdnsd.sysusers)
+sha512sums=('4982f852657554a71809c9aa0b49a6789f2278a5622ac772531f2dad8f11b52ea5a77a10258babbe5cb6fb755aa2d7c064221570094c04a6309d510d8b765c25'
+ '8f39c0bed725d298314675b97610d37fc4dee31600c7f096deb38c63dba96e1b0c12239855154ea2c34f0ac3e8f5b7f1a86d9652210859982ab2339949b66e05')
+
+prepare() {
+ cd "$pkgname-$pkgver"
+ autoreconf -vif
+}
+
+build() {
+ cd "$pkgname-$pkgver"
+ ./configure \
+ --prefix=/usr \
+ --sbindir=/usr/bin \
+ --localstatedir=/ \
+ --libexecdir=/usr/lib \
+ --sysconfdir=/etc \
+ --with-systemdsystemunitdir=/usr/lib/systemd/system
+
+ make
+}
+
+check() {
+ cd "$pkgname-$pkgver"
+ make -k check
+}
+
+package() {
+ cd "$pkgname-$pkgver"
+ make DESTDIR="$pkgdir/" install
+ rm -rf "$pkgdir"/{lib,run}
+
+ install -Dm644 ../gdnsd.sysusers "$pkgdir/usr/lib/sysusers.d/gdnsd.conf"
+}
Deleted: gdnsd.sysusers
===================================================================
--- gdnsd.sysusers 2021-05-28 15:33:43 UTC (rev 949933)
+++ gdnsd.sysusers 2021-05-28 15:34:04 UTC (rev 949934)
@@ -1,2 +0,0 @@
-u gdnsd - "gdnsd" /etc/gdnsd
-g gdnsd -
\ No newline at end of file
Copied: gdnsd/repos/community-x86_64/gdnsd.sysusers (from rev 949933, gdnsd/trunk/gdnsd.sysusers)
===================================================================
--- gdnsd.sysusers (rev 0)
+++ gdnsd.sysusers 2021-05-28 15:34:04 UTC (rev 949934)
@@ -0,0 +1,2 @@
+u gdnsd - "gdnsd" /etc/gdnsd
+g gdnsd -
\ No newline at end of file
More information about the arch-commits
mailing list