summaryrefslogtreecommitdiffstats
path: root/main/gdnsd/APKBUILD
diff options
context:
space:
mode:
authorTimo Teräs <timo.teras@iki.fi>2012-08-10 08:29:19 +0300
committerTimo Teräs <timo.teras@iki.fi>2012-08-10 08:30:25 +0300
commit6705665f65e2db33e8fb6aed2a210c37177936d0 (patch)
tree91f0714ee772d745f3cbfcec066effe9649ecfa3 /main/gdnsd/APKBUILD
parentcdfeb22dec7c74092699cd0a62da442b5335dd0d (diff)
downloadaports-6705665f65e2db33e8fb6aed2a210c37177936d0.tar.bz2
aports-6705665f65e2db33e8fb6aed2a210c37177936d0.tar.xz
main/gdnsd: add a fix for startup race
https://github.com/blblack/gdnsd/issues/4 Preliminary patch from upstream.
Diffstat (limited to 'main/gdnsd/APKBUILD')
-rw-r--r--main/gdnsd/APKBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/main/gdnsd/APKBUILD b/main/gdnsd/APKBUILD
index 707144100..2b1edbb0e 100644
--- a/main/gdnsd/APKBUILD
+++ b/main/gdnsd/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=gdnsd
pkgver=1.6.7
-pkgrel=2
+pkgrel=3
pkgdesc="Geographic Authoritative DNS server"
url="http://code.google.com/p/gdnsd/"
arch="all"
@@ -13,6 +13,7 @@ makedepends="libev-dev libcap-dev autoconf automake"
install="$pkgname.pre-install"
subpackages="$pkgname-dev $pkgname-doc"
source="http://gdnsd.googlecode.com/files/gdnsd-$pkgver.tar.xz
+ pidrace-fix.patch
geoip-autodc.patch
geoip-speedup.patch
0001-preliminary-djbdns-support.patch
@@ -50,6 +51,7 @@ package() {
}
md5sums="86b95b6533d2f73174f21feb34a5cf3f gdnsd-1.6.7.tar.xz
+d5c6ea35750b54379aa0b463c618a8eb pidrace-fix.patch
7955bf52d394862512ae6c000c8b6242 geoip-autodc.patch
7fb697653b8295322e53492f9051e831 geoip-speedup.patch
4c8ff14e377fb8f1854b68b7bf9be282 0001-preliminary-djbdns-support.patch