CVSROOT:        /cvs
Module name:    ports
Changes by:     [email protected]   2025/07/15 06:38:34

Modified files:
        www/squid      : Makefile distinfo 
        www/squid/patches: patch-src_comm_cc 
        www/squid/pkg  : PLIST-main squid.rc 

Log message:
update to squid-7.1

Since version 6, Squid offers:
* better support for overlapping IP ranges and wildcard domains in acl
* countless security, portability, and documentation fixes

Since version 6, some previously deprecated features have been removed:
* Edge Side Includes (ESI) - was disabled in OpenBSD packages anyway
* access to the cache manager using the cache_object:// scheme - use
http instead
* the squidclient tool - use curl
http://<squid-address>/squid-internal-mgr/menu instead, or for simple
cache stats e.g. http://127.0.0.1:3128/squid-internal-mgr/info
* the cachemgr.cgi tool
* the purge tool - use the http PURGE method instead
* Ident protocol support - it's unlikely many people were using this
support, but if you copied the old default log format to use for a custom
log, you probably want to replace "%[ui" with "-" (to avoid failure to
start, and to maintain the same log format)
* basic_smb_lm_auth and ntlm_smb_lm_auth helpers - use Samba's
ntlm_auth instead

Further details can be found in the release notes and in the changelog.

Reply via email to