diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2007-04-07 19:28:51 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2007-04-07 19:28:51 +0000 |
commit | 2ba41e75230009144572f9f42a3b8059bf27e08f (patch) | |
tree | 5441b5262e990978330aa039df3adc593891f13e | |
parent | 4101f52946876a6f9c97d239cda7a996e8157800 (diff) | |
download | pfsense-packages-2ba41e75230009144572f9f42a3b8059bf27e08f.tar.gz pfsense-packages-2ba41e75230009144572f9f42a3b8059bf27e08f.tar.bz2 pfsense-packages-2ba41e75230009144572f9f42a3b8059bf27e08f.zip |
Correct doorman URL to package and allow installation on 1.2 for testing
-rw-r--r-- | pkg_config.xml | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/pkg_config.xml b/pkg_config.xml index 437e5100..06358d93 100644 --- a/pkg_config.xml +++ b/pkg_config.xml @@ -3,6 +3,19 @@ <!-- $Id$ --> <pfsensepkgs> <packages> + <package> + <name>doorman</name> + <website>http://doorman.sourceforge.net</website> + <descr>Doorman is a port knocking implementation which allows a server to run silently, invisibly, with all TCP ports closed except to those who know the secret knock.</descr> + <category>Security</category> + <config_file>http://www.pfsense.com/packages/config/doorman.xml</config_file> + <depends_on_package_base_url>ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-6-stable/All/</depends_on_package_base_url> + <depends_on_package>doorman-0.81_1.tbz</depends_on_package> + <version>0.8_1</version> + <status>ALPHA</status> + <required_version>1.2</required_version> + <configurationfile>doorman.xml</configurationfile> + </package> <package> <name>phpSysInfo</name> <website>http://phpsysinfo.sourceforge.net/</website> @@ -598,19 +611,6 @@ <configurationfile>postfix.xml</configurationfile> </package> <package> - <name>doorman</name> - <website>http://doorman.sourceforge.net</website> - <descr>Doorman is a port knocking implementation which allows a server to run silently, invisibly, with all TCP ports closed except to those who know the secret knock.</descr> - <category>Security</category> - <config_file>http://www.pfsense.com/packages/config/doorman.xml</config_file> - <depends_on_package_base_url>http://ftp-mirror.internap.com/pub/FreeBSD/ports/i386/packages-6-stable/All/</depends_on_package_base_url> - <depends_on_package>doorman-0.8_1.tbz</depends_on_package> - <version>0.8_1</version> - <status>ALPHA</status> - <required_version>1.0</required_version> - <configurationfile>doorman.xml</configurationfile> - </package> - <package> <name>squidGuard</name> <descr>High performance Web proxy Guard</descr> <website>http://www.squidguard.org/</website> |