forked from pool/squid
- update to 6.2:
* Major UI changes:
- Remove 8K limit for single access.log line
- Add tls_key_log to report TLS communication secrets
* Minor UI changes:
- Add %transport::>connection_id logformat code
- Add paranoid_hit_validation directive
- Report SMP store queues state (mgr:store_queues)
- Addcache_log_message directive
* Developer Interest changes:
- Replaced X-Cache and X-Cache-Lookup headers with Cache-Status
- Reject HTTP/1.0 requests with unusual framing
- codespell check added to source maintenance enforcement
- Streamlined ./configure handling of optional libraries
- Add –progress option to test-builds.sh
- Remove layer-00-bootstrap from test script
- Convert LRU map into a CLP map
- Remove legacy context-based debugging in favor of CodeContext
* Removed features:
- Remove unused cache_diff binary
- Remove obsolete membanger test
- Remove deprecated leakfinder (–enable-leakfinder)
OBS-URL: https://build.opensuse.org/request/show/1103093
OBS-URL: https://build.opensuse.org/package/show/server:proxy/squid?expand=0&rev=277
17 lines
523 B
Diff
17 lines
523 B
Diff
Index: squid-6.2/src/acl/external/kerberos_ldap_group/Makefile.am
|
|
===================================================================
|
|
--- squid-6.2.orig/src/acl/external/kerberos_ldap_group/Makefile.am
|
|
+++ squid-6.2/src/acl/external/kerberos_ldap_group/Makefile.am
|
|
@@ -15,9 +15,11 @@ EXTRA_DIST= \
|
|
|
|
AM_CPPFLAGS += -I$(srcdir)
|
|
|
|
+
|
|
libexec_SCRIPTS = cert_tool
|
|
|
|
libexec_PROGRAMS = ext_kerberos_ldap_group_acl
|
|
+man_MANS = ext_kerberos_ldap_group_acl.8
|
|
|
|
ext_kerberos_ldap_group_acl_SOURCES = \
|
|
kerberos_ldap_group.cc \
|