Accepting request 513027 from home:brassh:branches:server:proxy
add compile option for acl_time_quota helper which is part of upstream squid since 2011, see: http://squid-dev.squid-cache.narkive.com/cq809wBb/patch-for-external-acl-time-quota-to-limit-squid-access-parental-control OBS-URL: https://build.opensuse.org/request/show/513027 OBS-URL: https://build.opensuse.org/package/show/server:proxy/squid?expand=0&rev=131
This commit is contained in:
parent
2822ff9e0f
commit
f5a50006fc
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 27 06:54:01 UTC 2017 - brassh@web.de
|
||||
|
||||
- Enable compiling of time_quota extension
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 5 20:00:49 UTC 2017 - jengelh@inai.de
|
||||
|
||||
|
@ -121,7 +121,7 @@ export LDFLAGS="-Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro,-z,now -pie"
|
||||
--enable-auth-ntlm \
|
||||
--enable-auth-negotiate \
|
||||
--enable-auth-digest \
|
||||
--enable-external-acl-helpers=LDAP_group,eDirectory_userip,file_userip,kerberos_ldap_group,session,unix_group,wbinfo_group \
|
||||
--enable-external-acl-helpers=LDAP_group,eDirectory_userip,file_userip,kerberos_ldap_group,session,unix_group,wbinfo_group,time_quota \
|
||||
--enable-stacktraces \
|
||||
--enable-x-accelerator-vary \
|
||||
--with-default-user=%{name} \
|
||||
@ -327,6 +327,7 @@ end
|
||||
%{_sbindir}/unlinkd
|
||||
%{_sbindir}/url_fake_rewrite
|
||||
%{_sbindir}/url_fake_rewrite.sh
|
||||
%{_sbindir}/ext_time_quota_acl
|
||||
%{_sbindir}/rc%{name}
|
||||
%{_localstatedir}/adm/fillup-templates/sysconfig.%{name}
|
||||
%dir %{_libdir}/%{name}
|
||||
|
Loading…
Reference in New Issue
Block a user