------------------------------------------------------------ revno: 13989 tags: SQUID_3_5_14 revision-id: squid3@treenet.co.nz-20160215135848-ms0dmjsfouxcb8g2 parent: squid3@treenet.co.nz-20160215135457-8fj9r6udtb33jqo9 committer: Amos Jeffries branch nick: 3.5 timestamp: Tue 2016-02-16 02:58:48 +1300 message: Docs: fix incorrect ssl_bump example ------------------------------------------------------------ # Bazaar merge directive format 2 (Bazaar 0.90) # revision_id: squid3@treenet.co.nz-20160215135848-ms0dmjsfouxcb8g2 # target_branch: http://bzr.squid-cache.org/bzr/squid3/3.5 # testament_sha1: 5aafc7eaaacee2930f36c257c63759d5f696ca21 # timestamp: 2016-02-15 14:03:36 +0000 # source_branch: http://bzr.squid-cache.org/bzr/squid3/3.5 # base_revision_id: squid3@treenet.co.nz-20160215135457-\ # 8fj9r6udtb33jqo9 # # Begin patch === modified file 'ChangeLog' --- ChangeLog 2016-02-15 12:42:56 +0000 +++ ChangeLog 2016-02-15 13:58:48 +0000 @@ -11,6 +11,7 @@ - Fix compile error in CPU affinity - Fix %un logging external ACL username - Avoid more certificate validation memory leaks + - ... and some documentation updates Changes to squid-3.5.13 (06 Jan 2016): === modified file 'src/cf.data.pre' --- src/cf.data.pre 2016-01-05 05:36:22 +0000 +++ src/cf.data.pre 2016-02-15 13:58:48 +0000 @@ -2718,10 +2718,10 @@ See also: http_port ssl-bump, https_port ssl-bump, and acl at_step. - # Example: Bump all requests except those originating from + # Example: Bump all TLS connections except those originating from # localhost or those going to example.com. - acl broken_sites dstdomain .example.com + acl broken_sites ssl::server_name .example.com ssl_bump splice localhost ssl_bump splice broken_sites ssl_bump bump all