diff options
author | doktornotor <notordoktor@gmail.com> | 2015-09-18 16:20:19 +0200 |
---|---|---|
committer | doktornotor <notordoktor@gmail.com> | 2015-09-18 16:20:19 +0200 |
commit | 72d9d6d1f800c8215c5415b3dfbd0d6c27b31b7f (patch) | |
tree | febe9d4c0f6fb970f754cb32c037447fd16a1d03 /config | |
parent | 3e337058b68fd10cc772d99f0280151e16372d8d (diff) | |
download | pfsense-packages-72d9d6d1f800c8215c5415b3dfbd0d6c27b31b7f.tar.gz pfsense-packages-72d9d6d1f800c8215c5415b3dfbd0d6c27b31b7f.tar.bz2 pfsense-packages-72d9d6d1f800c8215c5415b3dfbd0d6c27b31b7f.zip |
havp - fix completely broken firewall rules handling (Bug #1561)
Diffstat (limited to 'config')
-rw-r--r-- | config/havp/havp.xml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/config/havp/havp.xml b/config/havp/havp.xml index a1484a59..77a602f8 100644 --- a/config/havp/havp.xml +++ b/config/havp/havp.xml @@ -45,7 +45,7 @@ <name>havp</name> <title>Antivirus: HTTP proxy (HAVP + ClamAV)</title> <category>Status</category> - <version>1.06</version> + <version>1.10.0</version> <include_file>/usr/local/pkg/havp.inc</include_file> <menu> <name>Antivirus</name> @@ -381,4 +381,7 @@ <custom_php_deinstall_command> havp_deinstall(); </custom_php_deinstall_command> + <filter_rules_needed> + havp_filter_update(); + </filter_rules_needed> </packagegui> |