diff options
author | Phil Sutter <phil.sutter@viprinet.com> | 2015-02-24 12:47:09 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-02-28 10:14:34 +0100 |
commit | 0a4c30ca2728936c16a73e9a4ef7d12243ef4d55 (patch) | |
tree | ea76ae8162d0034c2ad1791ca1f68592370a9670 /package/pdnsd/Makefile | |
parent | 9bdd110cc79545f3448a96f4768d2ff16a12ffea (diff) |
package/pdnsd: update to version 1.2.9a
Originally, there was a problem compiling the old one (better: one of
it's custom patches) with IPv6 support enabled. But while at it,
updating it shouldn't hurt.
Diffstat (limited to 'package/pdnsd/Makefile')
-rw-r--r-- | package/pdnsd/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/package/pdnsd/Makefile b/package/pdnsd/Makefile index bd3ebebe8..e71dd4307 100644 --- a/package/pdnsd/Makefile +++ b/package/pdnsd/Makefile @@ -4,14 +4,14 @@ include $(ADK_TOPDIR)/rules.mk PKG_NAME:= pdnsd -PKG_VERSION:= 1.2.7 -PKG_RELEASE:= 3 -PKG_HASH:= 2777d7317509df7c75c90bcfd7f9ceaec9ea2db164bf00eb797fa54e0b476a00 +PKG_VERSION:= 1.2.9a +PKG_RELEASE:= 1 +PKG_HASH:= bb5835d0caa8c4b31679d6fd6a1a090b71bdf70950db3b1d0cea9cf9cb7e2a7b PKG_DESCR:= proxy dns server PKG_SECTION:= net/dns PKG_DEPENDS:= libpthread -PKG_URL:= http://www.phys.uu.nl/~rombouts/pdnsd.html -PKG_SITES:= http://www.phys.uu.nl/~rombouts/pdnsd/releases/ +PKG_URL:= http://members.home.nl/p.a.rombouts/pdnsd/index.html +PKG_SITES:= http://members.home.nl/p.a.rombouts/pdnsd/releases/ PKG_FLAVOURS_PDNSD:= WITH_IPV6 PKGFD_WITH_IPV6:= enable IPv6 support |