forked from pool/squid
5dbc38c7fd
- Update Squid to 4.0.22 (fate#324583, bnc#1073089) * re-enable building with default openssl-devel * Helper changes since 3.5.27: + basic_msnt_multi_domain_auth removed - basic_smb_lm_auth helper performs the same functionality + cert_valid.pl testing helper renamed to security_fake_certverify + ssl_crtd renamed to security_file_certgen For complete set of release notes and changes since squid 3.5 see http://www.squid-cache.org/Versions/v4/squid-4.0.22-RELEASENOTES.html - Updated squid.keyring using current keyring file from upstream - missing_installs.patch: install manpages for installed helpers OBS-URL: https://build.opensuse.org/request/show/562903 OBS-URL: https://build.opensuse.org/package/show/server:proxy/squid?expand=0&rev=141
17 lines
532 B
Diff
17 lines
532 B
Diff
Index: squid-4.0.22/src/acl/external/kerberos_ldap_group/Makefile.am
|
|
===================================================================
|
|
--- squid-4.0.22.orig/src/acl/external/kerberos_ldap_group/Makefile.am
|
|
+++ squid-4.0.22/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 \
|