summaryrefslogtreecommitdiffstats
path: root/main/djbdns
Commit message (Collapse)AuthorAgeFilesLines
* main/djbdns: use /sbin/nologin as shellNatanael Copa2013-09-043-3/+3
|
* main/djbdns: use /sbin/nologin as shellNatanael Copa2013-09-031-2/+32
|
* main/djbdns: replace opts in tinydns' init.d scriptNatanael Copa2012-01-192-3/+3
| | | | ref #943
* main/djbdns: fix tinydns on 64 bit - including uint32.hNatanael Copa2012-01-181-1/+4
| | | | | | | | | The jumbo patch includes the 32bit version of the generated header files. This might break 64 bit builds depending on unpacking timestamps etc. We fix it by removing the generated headers, including uint32.h ref #933
* Revert "main/djbdns: fix tinydns on 64 bit"Natanael Copa2012-01-181-4/+1
| | | | This reverts commit 8320da39831b707a01f1212dd759f4f92d03aeb4.
* main/djbdns: fix tinydns on 64 bitNatanael Copa2012-01-181-1/+4
| | | | | | | | | The jumbo patch includes the 32bit version of the generated header files. This might break 64 bit builds depending on unpacking timestamps etc. We fix it by removing the generated headers ref #933
* main/djbdns: update the ipv6 patch to test25Natanael Copa2012-01-051-3/+3
|
* main/djbdns: add ipv6 patchNatanael Copa2011-10-051-6/+17
| | | | http://www.fefe.de/dns/
* main: mass-rebuild of packages missing arch in .PKGINFONatanael Copa2011-03-311-1/+1
| | | | this is needed for apk-tools-2.1 migration
* Set all packages with arch="x86 x86_64" to arch="all".William Pitcock2011-01-131-1/+1
|
* main/*: add archNatanael Copa2010-12-131-0/+1
|
* main/djbdns: make sure there are valid ip address in @ before overwriteNatanael Copa2010-07-062-6/+4
|
* main/[various]: bump pkgrel to force rebuild against nptlNatanael Copa2010-05-041-1/+1
|
* main/djbdns: dnscache: restart service quietly from cronjobNatanael Copa2010-04-222-3/+3
|
* main/djbdns: fix dnscache update hintsNatanael Copa2010-04-222-4/+4
|
* main/djbdns: periodic script to update zone hintsTimo Teras2010-04-195-10/+76
| | | | | | | | | This also splits the djbdns to djbdns-common that contains the few utilities needed by the periodic script. Minor fix to init.d script included also. Signed-off-by: Timo Teras <timo.teras@iki.fi> Signed-off-by: Natanael Copa <ncopa@alpinelinux.org>
* main/tinydns: add jumbo patch and srv/naptr supportTimo Teras2009-09-182-1/+1861
| | | | | | | | | | | Adds a patch which combines the following patches: - Claudiu Costin's jumbo-p13.patch http://www.ro.kde.org/djbdns/mywork/jumbo/jumbo-p13.patch.gz - Guilherme Balena Versiani's djbdns SRV+NAPTR combined patch http://mywebpage.netscape.com/guibv/djbdns-1.05-srvnaptr.diff Patch taken from: http://lizzy.dyndns.org/~jos/djbdns-1.05-jumbo-josb.patch
* main/djbdns: start services after firewallNatanael Copa2009-09-153-2/+4
| | | | see #164
* main/djbdns: update L.ROOT-SERVERS.NET addressNatanael Copa2009-09-152-5/+7
| | | | fixes #162
* main/djbdns: fix dnscache init scriptTimo Teras2009-08-282-4/+8
| | | | | to not set uncoditionally FORWARDONLY. just the mere existance of the env variable changes dnscache behaviour. fixes #147.
* main/djbdns: provide random seed to dnscacheNatanael Copa2009-08-092-3/+4
| | | | | fixes #120 Thanks to Nathan for solving this.
* main/djbdns: added net dependency in initd scriptsNatanael Copa2009-08-083-3/+10
| | | | fixes #120
* main/dnscache: fix init.d scriptNatanael Copa2009-07-302-35/+13
| | | | fixes #101
* moved extra/* to main/Natanael Copa2009-07-2412-0/+385
and fixed misc build issues