diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2005-08-20 19:00:40 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2005-08-20 19:00:40 +0000 |
commit | 469c276044b13fcca1d28e789c9c3b283124a023 (patch) | |
tree | 5f9f7be40a049a6a90d09d9d7053fdc4c4252788 | |
parent | 4b2f8b3ada4445fb7962c42ac5c58d208c5a5736 (diff) | |
download | pfsense-packages-469c276044b13fcca1d28e789c9c3b283124a023.tar.gz pfsense-packages-469c276044b13fcca1d28e789c9c3b283124a023.tar.bz2 pfsense-packages-469c276044b13fcca1d28e789c9c3b283124a023.zip |
Enable squid guard
-rw-r--r-- | pkg_config.xml | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/pkg_config.xml b/pkg_config.xml index 6b31f36b..455dad2d 100644 --- a/pkg_config.xml +++ b/pkg_config.xml @@ -15,6 +15,18 @@ <configurationfile>pfstat.xml</configurationfile> </package> <package> + <name>squidGuard</name> + <descr>High performance Web proxy Guard</descr> + <website>http://www.squidguard.org/</website> + <category>Network Management</category> + <depends_on_package_base_url>http://ftp2.freebsd.org/pub/FreeBSD/releases/i386/5.3-RELEASE/packages/All</depends_on_package_base_url> + <depends_on_package>squidGuard-1.2.0_1.tbz</depends_on_package> + <version>1.2.0_1</version> + <status>ALPHA</status> + <config_file>http://www.pfsense.com/packages/config/squidGuard.xml</config_file> + <configurationfile>squidGuard.xml</configurationfile> + </package> + <package> <name>PerUserBW</name> <descr>Adds a per user bandwidth distribution option. Requires 0.76.4 or better.</descr> <category>NET</category> @@ -300,18 +312,6 @@ test server or link availability and modify translation or routing rules. This p <configurationfile>postfix.xml</configurationfile> </package> <package> - <name>squidGuard</name> - <descr>High performance Web proxy Guard</descr> - <website>http://www.squidguard.org/</website> - <category>Network Management</category> - <depends_on_package_base_url>http://ftp2.freebsd.org/pub/FreeBSD/releases/i386/5.3-RELEASE/packages/All</depends_on_package_base_url> - <depends_on_package>squidGuard-1.2.0_1.tbz</depends_on_package> - <version>1.2.0_1</version> - <status>ALPHA</status> - <config_file>http://www.pfsense.com/packages/config/squidGuard.xml</config_file> - <configurationfile>squidGuard.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> |