summaryrefslogtreecommitdiffstats
path: root/main/gdnsd/APKBUILD
diff options
context:
space:
mode:
authorTimo Teräs <timo.teras@iki.fi>2012-05-28 10:20:10 +0300
committerTimo Teräs <timo.teras@iki.fi>2012-05-28 10:20:10 +0300
commit0425feadb3965f05b8ed48edb0af3e1c76256b5c (patch)
treecf9aa24d546ccc58f6dc5d0950f871ee8cb2fccd /main/gdnsd/APKBUILD
parent939241b58edee52d1dd308d78a23c00ae3550409 (diff)
downloadaports-0425feadb3965f05b8ed48edb0af3e1c76256b5c.tar.bz2
aports-0425feadb3965f05b8ed48edb0af3e1c76256b5c.tar.xz
main/gdnsd: cherry pick some improvements from bug tracker
* faster startup time with cities geodb * more flexible autodc support
Diffstat (limited to 'main/gdnsd/APKBUILD')
-rw-r--r--main/gdnsd/APKBUILD6
1 files changed, 5 insertions, 1 deletions
diff --git a/main/gdnsd/APKBUILD b/main/gdnsd/APKBUILD
index a2ad148b8..ef6935d70 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=0
+pkgrel=1
pkgdesc="Geographic Authoritative DNS server"
url="http://code.google.com/p/gdnsd/"
arch="all"
@@ -13,6 +13,8 @@ makedepends="libev-dev libcap-dev"
install="$pkgname.pre-install"
subpackages="$pkgname-dev $pkgname-doc"
source="http://gdnsd.googlecode.com/files/gdnsd-$pkgver.tar.xz
+ geoip-autodc.patch
+ geoip-speedup.patch
gdnsd.initd"
_builddir="$srcdir"/gdnsd-$pkgver
@@ -46,4 +48,6 @@ package() {
}
md5sums="86b95b6533d2f73174f21feb34a5cf3f gdnsd-1.6.7.tar.xz
+7955bf52d394862512ae6c000c8b6242 geoip-autodc.patch
+7fb697653b8295322e53492f9051e831 geoip-speedup.patch
00f2838e0908effaaa2f6e6a1699f25b gdnsd.initd"