Squidguard and Squid32++ compatibility ;)
-
I've been monitoring the Squid3 (v3.2.7 in particular) releases, I've read that some commands will be changed that are important for Squidguard support integration with newer versions of squid.
Will Squidguard do version check on configuring or will there be a specific Squid32 compatible Squidguard package?
;D Love both packages ;DI'm asking this because package maintainer Marcelloc is already testing Squid v3.2.6/v3.2.7 versions.
http://forum.pfsense.org/index.php/topic,48347.210.htmlinfo:
http://www.squid-cache.org/Versions/v3/3.2/RELEASENOTES.html
http://www.squid-cache.org/Versions/v3/3.2/changesets/SQUID_3_2_7.htmlNecessary possible changes (as far as I can tell) important for v3.2 support
inside "squidguard_configuration.inc"–----------------------------------------------------------------------------
squid config options
------------------------------------------------------------------------------
define('REDIRECTOR_OPTIONS_REM', '# squidGuard options');
define('REDIRECTOR_PROGRAM_OPT', 'url_rewrite_program');
define('REDIRECT_BYPASS_OPT', 'url_rewrite_bypass');
define('REDIRECT_CHILDREN_OPT', 'url_rewrite_children');
define('REDIRECTOR_PROCESS_COUNT', '5'); # redirector processes count will startedredirect_program (change in v3.2) to url_rewrite_program
http://www.squid-cache.org/Doc/config/url_rewrite_program/redirector_bypass (change in v3.2) to url_rewrite_bypass
http://www.squid-cache.org/Doc/config/url_rewrite_bypass/redirect_children (change in v3.2) to url_rewrite_chirldren (with more options!!!, startup=0 idle=1 concurrency=0)
http://www.squid-cache.org/Doc/config/url_rewrite_children/