diff options
author | Timo Teräs <timo.teras@iki.fi> | 2012-08-21 08:28:28 +0300 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2012-08-21 08:29:04 +0300 |
commit | 59320402499a1d789f3857fb495fda3972efd0f8 (patch) | |
tree | b45c0a7b2999dc48458f7f80b363c5d239576a38 /main/gdnsd/APKBUILD | |
parent | dd871d5ea04424178fc3e88e91d23602be338350 (diff) | |
download | aports-59320402499a1d789f3857fb495fda3972efd0f8.tar.bz2 aports-59320402499a1d789f3857fb495fda3972efd0f8.tar.xz |
main/gdnsd: upgrade to 1.6.8
* remove upstreamed patch
* take over maintainership
* update url (moved to github)
Diffstat (limited to 'main/gdnsd/APKBUILD')
-rw-r--r-- | main/gdnsd/APKBUILD | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/main/gdnsd/APKBUILD b/main/gdnsd/APKBUILD index 2b1edbb0e6..8cd799f4c2 100644 --- a/main/gdnsd/APKBUILD +++ b/main/gdnsd/APKBUILD @@ -1,10 +1,10 @@ # Contributor: Natanael Copa <ncopa@alpinelinux.org> -# Maintainer: Natanael Copa <ncopa@alpinelinux.org> +# Maintainer: Timo Teräs <timo.teras@iki.fi> pkgname=gdnsd -pkgver=1.6.7 -pkgrel=3 +pkgver=1.6.8 +pkgrel=0 pkgdesc="Geographic Authoritative DNS server" -url="http://code.google.com/p/gdnsd/" +url="https://github.com/blblack/gdnsd/" arch="all" license="GPL-3" depends="" @@ -12,8 +12,7 @@ depends_dev="" 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 +source="https://github.com/downloads/blblack/gdnsd/gdnsd-$pkgver.tar.xz geoip-autodc.patch geoip-speedup.patch 0001-preliminary-djbdns-support.patch @@ -50,8 +49,7 @@ package() { "$pkgdir"/usr/lib/gdnsd/*.la } -md5sums="86b95b6533d2f73174f21feb34a5cf3f gdnsd-1.6.7.tar.xz -d5c6ea35750b54379aa0b463c618a8eb pidrace-fix.patch +md5sums="6271506577e6b4fd7bcd36a8bf434e6a gdnsd-1.6.8.tar.xz 7955bf52d394862512ae6c000c8b6242 geoip-autodc.patch 7fb697653b8295322e53492f9051e831 geoip-speedup.patch 4c8ff14e377fb8f1854b68b7bf9be282 0001-preliminary-djbdns-support.patch |