Fixed #994814: enable time_quota helper
This commit is contained in:
parent
e293dc319e
commit
445a4636f7
14
squid.spec
14
squid.spec
@ -4,7 +4,7 @@
|
||||
|
||||
Name: squid
|
||||
Version: 3.3.8
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
Summary: The Squid proxy caching server
|
||||
Epoch: 7
|
||||
# See CREDITS for breakdown of non GPLv2+ code
|
||||
@ -56,13 +56,17 @@ BuildRequires: openssl-devel
|
||||
# squid_kerb_aut requires Kerberos development libs
|
||||
BuildRequires: krb5-devel
|
||||
# squid_session_auth requires DB4
|
||||
BuildRequires: db4-devel
|
||||
BuildRequires: libdb4-devel
|
||||
# time_quota requires DB
|
||||
BuildRequires: libdb-devel
|
||||
# ESI support requires Expat & libxml2
|
||||
BuildRequires: expat-devel libxml2-devel
|
||||
# TPROXY requires libcap, and also increases security somewhat
|
||||
BuildRequires: libcap-devel
|
||||
# eCAP support
|
||||
BuildRequires: libecap-devel
|
||||
#ip_user helper requires
|
||||
BuildRequires: glibc-headers
|
||||
#
|
||||
BuildRequires: libtool libtool-ltdl-devel
|
||||
# For test suite
|
||||
@ -133,7 +137,7 @@ LDFLAGS="$RPM_LD_FLAGS -pie -Wl,-z,relro -Wl,-z,now"
|
||||
--enable-auth-ntlm="smb_lm,fake" \
|
||||
--enable-auth-digest="file,LDAP,eDirectory" \
|
||||
--enable-auth-negotiate="kerberos" \
|
||||
--enable-external-acl-helpers="ip_user,ldap_group,session,unix_group,wbinfo_group" \
|
||||
--enable-external-acl-helpers="ip_user,ldap_group,time_quota,session,unix_group,wbinfo_group" \
|
||||
--enable-cache-digests \
|
||||
--enable-cachemgr-hostname=localhost \
|
||||
--enable-delay-pools \
|
||||
@ -309,12 +313,16 @@ fi
|
||||
/sbin/chkconfig --add squid >/dev/null 2>&1 || :
|
||||
|
||||
%changelog
|
||||
* Thu Aug 08 2013 Michal Luscon <mluscon@redhat.com> - 7:3.3.8-3
|
||||
- Fixed #994814: enable time_quota helper
|
||||
|
||||
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 7:3.3.8-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
||||
|
||||
* Mon Jul 22 2013 Michal Luscon <mluscon@redhat.com> - 7:3.3.8-1
|
||||
- Update to latest upstream version 3.3.8
|
||||
- Fixed: CVE-2013-4123
|
||||
- Fixed: CVE-2013-4115
|
||||
|
||||
* Wed Jul 17 2013 Petr Pisar <ppisar@redhat.com> - 7:3.3.4-3
|
||||
- Perl 5.18 rebuild
|
||||
|
Loading…
Reference in New Issue
Block a user