diff options
author | jim-p <jim@pingle.org> | 2010-05-01 00:00:44 -0400 |
---|---|---|
committer | jim-p <jim@pingle.org> | 2010-05-01 00:00:44 -0400 |
commit | a9e757fce0e6e8e15dad63a02472959af52f8ff4 (patch) | |
tree | a2a5031680f2020aac77d6efa26f557ca7cfad22 /pkg_config.7.xml | |
parent | ef1073fe24628948d40c381d9c9ec56714edba91 (diff) | |
download | pfsense-packages-a9e757fce0e6e8e15dad63a02472959af52f8ff4.tar.gz pfsense-packages-a9e757fce0e6e8e15dad63a02472959af52f8ff4.tar.bz2 pfsense-packages-a9e757fce0e6e8e15dad63a02472959af52f8ff4.zip |
Add URL Table patch package for 1.2.3.
Diffstat (limited to 'pkg_config.7.xml')
-rwxr-xr-x | pkg_config.7.xml | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/pkg_config.7.xml b/pkg_config.7.xml index bec34377..644070aa 100755 --- a/pkg_config.7.xml +++ b/pkg_config.7.xml @@ -968,7 +968,7 @@ </package> <package> <name>IP Range Aliases</name> - <descr>Patch to add IP Range support to Network Aliases. WARNING! Cannot be uninstalled.</descr> + <descr>Patch to add IP Range support to Network Aliases. WARNING! Cannot be uninstalled. Probably does not play nice with URL Table patch.</descr> <category>System</category> <config_file>http://www.pfsense.com/packages/config/iprangealiases/iprangealiases.xml</config_file> <version>0.2</version> @@ -976,5 +976,15 @@ <required_version>1.2.3</required_version> <maximum_version>1.2.3</maximum_version> </package> + <package> + <name>URL Table Aliases</name> + <descr>Patch to add URL Table alias support to pull a list of CIDRs/IPs from a file by URL into a persist table. WARNING! Cannot be uninstalled. Probably does not play nice with IP Range Aliases patch. This is NOT a way to add an alias for host URLs.</descr> + <category>System</category> + <config_file>http://www.pfsense.com/packages/config/urltables/urltables.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> |