diff options
author | Renato Botelho <garga@FreeBSD.org> | 2015-04-22 16:28:53 -0300 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2015-04-22 16:28:53 -0300 |
commit | e8b0a9e9f8f3ea556a3c0f7b8d703fb9efcd5639 (patch) | |
tree | c4003374b5499724f7af6ad6a7bdf3ce880d0e95 | |
parent | 0f0acdb3b053fa4f49bf0f7a66b96b5c9cf8ebfc (diff) | |
download | pfsense-packages-e8b0a9e9f8f3ea556a3c0f7b8d703fb9efcd5639.tar.gz pfsense-packages-e8b0a9e9f8f3ea556a3c0f7b8d703fb9efcd5639.tar.bz2 pfsense-packages-e8b0a9e9f8f3ea556a3c0f7b8d703fb9efcd5639.zip |
Enable new STRIP_NTDOMAIN option for squidguard
-rw-r--r-- | pkg_config.10.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg_config.10.xml b/pkg_config.10.xml index 1187337a..6fced642 100644 --- a/pkg_config.10.xml +++ b/pkg_config.10.xml @@ -1002,7 +1002,7 @@ <ports_before>www/squid33 databases/db5 security/cyrus-sasl2</ports_before> <port>www/squidguard</port> </build_pbi> - <build_options>squidGuard_UNSET_FORCE=QUOTE_STRING;squidGuard_SET_FORCE=DNS_BL LDAP;c-icap_UNSET_FORCE=IPV6;squid_UNSET_FORCE=AUTH_SMB AUTH_SQL DNS_HELPER FS_COSS ESI SNMP ECAP STACKTRACES STRICT_HTTP TP_IPF TP_IPFW VIA_DB DEBUG;squid_SET_FORCE=ARP_ACL AUTH_KERB AUTH_LDAP AUTH_NIS AUTH_SASL CACHE_DIGESTS DELAY_POOLS FOLLOW_XFF TP_PF MSSL_CRTD WCCP WCCPV2 FS_AUFS HTCP ICAP ICMP IDENT IPV6 KQUEUE LARGEFILE SSL SSL_CRTD</build_options> + <build_options>squidGuard_UNSET_FORCE=QUOTE_STRING;squidGuard_SET_FORCE=DNS_BL LDAP STRIP_NTDOMAIN;c-icap_UNSET_FORCE=IPV6;squid_UNSET_FORCE=AUTH_SMB AUTH_SQL DNS_HELPER FS_COSS ESI SNMP ECAP STACKTRACES STRICT_HTTP TP_IPF TP_IPFW VIA_DB DEBUG;squid_SET_FORCE=ARP_ACL AUTH_KERB AUTH_LDAP AUTH_NIS AUTH_SASL CACHE_DIGESTS DELAY_POOLS FOLLOW_XFF TP_PF MSSL_CRTD WCCP WCCPV2 FS_AUFS HTCP ICAP ICMP IDENT IPV6 KQUEUE LARGEFILE SSL SSL_CRTD</build_options> <config_file>https://packages.pfsense.org/packages/config/squidGuard/squidguard.xml</config_file> <configurationfile>squidguard.xml</configurationfile> </package> |