aboutsummaryrefslogtreecommitdiffstats
path: root/pkg_config.xml
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-12-07 17:48:59 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-12-07 17:48:59 +0000
commitec6461ff27742fec0deb9a8edde135f226d57899 (patch)
tree8e22ff5ae964cfa6e705ee4de84197df89ba395f /pkg_config.xml
parent17d2c8d44d39b250a1e57637c9c1051a903aec7d (diff)
downloadpfsense-packages-ec6461ff27742fec0deb9a8edde135f226d57899.tar.gz
pfsense-packages-ec6461ff27742fec0deb9a8edde135f226d57899.tar.bz2
pfsense-packages-ec6461ff27742fec0deb9a8edde135f226d57899.zip
* Add tinydns for 2.0 so that we can start bending the code into shape
* Add more fields. This package will use a custom page to filter domains and then pass the filtered item on to the tinydns_domains.xml CoreGUI program
Diffstat (limited to 'pkg_config.xml')
-rw-r--r--pkg_config.xml15
1 files changed, 15 insertions, 0 deletions
diff --git a/pkg_config.xml b/pkg_config.xml
index 71118a79..885a0095 100644
--- a/pkg_config.xml
+++ b/pkg_config.xml
@@ -3,6 +3,21 @@
<!-- $Id$ -->
<pfsensepkgs>
<packages>
+ <package>
+ <name>tinydns</name>
+ <descr>pfSense version of TinyDNS which features failover host support</descr>
+ <website>http://cr.yp.to/djbdns.html</website>
+ <category>Services</category>
+ <version>1.0</version>
+ <status>ALPHA</status>
+ <required_version>2.0</required_version>
+ <config_file>http://www.pfsense.com/packages/config/tinydns/tinydns.xml</config_file>
+ <configurationfile>tinydns.xml</configurationfile>
+ <depends_on_package_base_url>http://www.pfsense.com/packages/All/djbdns/</depends_on_package_base_url>
+ <depends_on_package>daemontools-0.76_9.tbz</depends_on_package>
+ <depends_on_package>ucspi-tcp-0.88_1.tbz</depends_on_package>
+ <depends_on_package>djbdns-1.05_9.tbz</depends_on_package>
+ </package>
<package>
<name>arping</name>
<descr>Broadcasts a who-has ARP packet on the network and prints answers. VERY useful when you are trying to pick an unused IP for a net that you don't yet have routing to. Then again, if you have no idea what I'm talking about then you prolly don't need it.</descr>