Accepting request 1079299 from home:dirkmueller:Factory

- update to 5.8:
  * Bug 5162: mgr:index URL do not produce MGR_INDEX template
  * Bug 5241: Block all non-localhost requests by default
  * Bug 5241: Block to-localhost, to-link-local requests by
    default
  * ext_kerberos_ldap_group_acl: Support -b with -D
  * Fix ACL type typo in req_header, rep_header key-changing
    ERRORs
  * ... and several compile fixes
  * ... and some code cleanup and polishing

OBS-URL: https://build.opensuse.org/request/show/1079299
OBS-URL: https://build.opensuse.org/package/show/server:proxy/squid?expand=0&rev=271
This commit is contained in:
Martin Pluskal
2023-04-14 07:58:30 +00:00
committed by Git OBS Bridge
parent 8ec6e276c4
commit 9f9d69b591
6 changed files with 43 additions and 31 deletions

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Fri Mar 31 08:43:29 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 5.8:
* Bug 5162: mgr:index URL do not produce MGR_INDEX template
* Bug 5241: Block all non-localhost requests by default
* Bug 5241: Block to-localhost, to-link-local requests by
default
* ext_kerberos_ldap_group_acl: Support -b with -D
* Fix ACL type typo in req_header, rep_header key-changing
ERRORs
* ... and several compile fixes
* ... and some code cleanup and polishing
-------------------------------------------------------------------
Thu Mar 23 14:56:44 UTC 2023 - Martin Liška <mliska@suse.cz>