diff options
author | Serg <dv_serg@mail.ru> | 2010-05-31 18:13:00 +0400 |
---|---|---|
committer | Serg <dv_serg@mail.ru> | 2010-05-31 18:13:00 +0400 |
commit | 2c6c0041948c7aff0839ec04184823db657a50fe (patch) | |
tree | b8ff2cb84f7948a6afa086d219c0776c7b3446ce /pkg_config.7.xml | |
parent | 3ef5e82b00684622f5a867f8abd04d8b428e5b86 (diff) | |
parent | 757aac255a92737958dc36c4bd2ae427e85122f6 (diff) | |
download | pfsense-packages-2c6c0041948c7aff0839ec04184823db657a50fe.tar.gz pfsense-packages-2c6c0041948c7aff0839ec04184823db657a50fe.tar.bz2 pfsense-packages-2c6c0041948c7aff0839ec04184823db657a50fe.zip |
Merge branch 'master' of http://gitweb.pfsense.org/pfsense-packages/mainline
Diffstat (limited to 'pkg_config.7.xml')
-rwxr-xr-x | pkg_config.7.xml | 30 |
1 files changed, 27 insertions, 3 deletions
diff --git a/pkg_config.7.xml b/pkg_config.7.xml index 0fb9c6eb..9c9df036 100755 --- a/pkg_config.7.xml +++ b/pkg_config.7.xml @@ -2,6 +2,20 @@ <!-- pfSense packages --> <pfsensepkgs> <packages> + <package> + <name>IP-Blocklist</name> + <website/> + <descr>IP-Blocklist is like PeerGuardian2. IP lists are used to add deny/allow rules to the firewall for in & out traffic.</descr> + <category>Firewall</category> + <pkginfolink>http://forum.pfsense.org/index.php/topic,24769.0.html</pkginfolink> + <config_file>http://pfsense.org/packages/config/ipblocklist/ipblocklist.xml</config_file> + <depends_on_package_base_url>http://files.pfsense.org/packages/7/All/</depends_on_package_base_url> + <version>0.2.0</version> + <status>Beta</status> + <required_version>1.2.2</required_version> + <maintainer>tom@tomschaefer.org</maintainer> + <configurationfile>ipblocklist.xml</configurationfile> + </package> <package> <name>anyterm</name> <descr>Ajax Interactive Shell - Have you ever wanted SSH or telnet access to your system from an internet desert - from behind a strict firewall, from an internet cafe, or even from a mobile phone? Anyterm is a combination of a web page and a process that runs on your web server that provides this access. WARNING! We suggest using Stunnel in combination with this package!</descr> @@ -354,12 +368,12 @@ <descr>Used by fortune 500 companies and goverments Snort is the most widely deployed IDS/IPS technology worldwide. It features rules based logging and can perform content searching/matching in addition to being used to detect a variety of other attacks and probes, such as buffer overflows, stealth port scans, CGI attacks, SMB probes, and much more.</descr> <category>Security</category> <depends_on_package_base_url>http://www.pfsense.com/packages/config/snort/bin/7.2.x86/</depends_on_package_base_url> - <depends_on_package>pcre-8.00.tbz</depends_on_package> + <depends_on_package>pcre-8.02.tbz</depends_on_package> <depends_on_package>perl-5.10.1.tbz</depends_on_package> <depends_on_package>mysql-client-5.1.44_1.tbz</depends_on_package> - <depends_on_package>snort-2.8.5.3.tbz</depends_on_package> + <depends_on_package>snort-2.8.6_1.tbz</depends_on_package> <config_file>http://www.pfsense.com/packages/config/snort/snort.xml</config_file> - <version>2.8.5.3 pkg v. 1.25</version> + <version>2.8.6 pkg v. 1.26</version> <required_version>1.2.3</required_version> <status>Stable</status> <configurationfile>/snort.xml</configurationfile> @@ -996,5 +1010,15 @@ <required_version>1.2.3</required_version> <maximum_version>1.2.3</maximum_version> </package> + <package> + <name>Packet Capture Fix</name> + <descr>Patch to fix packet capture on 1.2.3 embedded (NanoBSD)</descr> + <category>System</category> + <config_file>http://www.pfsense.com/packages/config/packetcapturefix/packetcapturefix.xml</config_file> + <version>0.1</version> + <status>BETA</status> + <required_version>1.2.3</required_version> + <maximum_version>1.2.3</maximum_version> + </package> </packages> </pfsensepkgs> |