automatic version update by autodist [release 3.4.8-1mamba;Sun Oct 26 2014]
This commit is contained in:
parent
41b2ad6844
commit
044bd276b3
19
squid.spec
19
squid.spec
@ -4,7 +4,7 @@
|
||||
%define userid 65010
|
||||
|
||||
Name: squid
|
||||
Version: 3.3.11
|
||||
Version: 3.4.8
|
||||
Release: 1mamba
|
||||
Summary: The Squid proxy caching server
|
||||
Group: System/Servers
|
||||
@ -69,22 +69,18 @@ sed -i "s|-Werror||" configure
|
||||
--enable-ssl \
|
||||
--enable-linux-netfilter \
|
||||
--with-pthreads \
|
||||
--enable-auth \
|
||||
--enable-cache-digests \
|
||||
--enable-cachemgr-hostname=hostname \
|
||||
--enable-digest-auth-helpers="password" \
|
||||
--enable-ntlm-auth-helpers="smb_lm,fakeauth" \
|
||||
--enable-basic-auth-helpers="LDAP,MSNT,NCSA,PAM,SMB,YP,getpwnam,multi-domain-NTLM,SASL,squid_radius_auth,POP3" \
|
||||
--enable-external-acl-helpers="ip_user,ldap_group,unix_group,wbinfo_group" \
|
||||
--enable-external-acl-helpers="file_userip,LDAP_group,unix_group,wbinfo_group" \
|
||||
--enable-follow-x-forwarded-for \
|
||||
--enable-ident-lookups \
|
||||
--enable-removal-policies="heap,lru" \
|
||||
--enable-storeio="aufs,diskd,ufs" \
|
||||
--enable-storeio="aufs,diskd,ufs,rock" \
|
||||
--enable-wccpv2 \
|
||||
--with-winbind-auth-challenge \
|
||||
--enable-referer-log \
|
||||
--enable-useragent-log \
|
||||
--enable-arp-acl \
|
||||
--enable-icap-client \
|
||||
%ifnarch ia64 x86_64
|
||||
--with-large-files \
|
||||
@ -188,7 +184,11 @@ exit 0
|
||||
%{_datadir}/snmp/mibs/SQUID-MIB.txt
|
||||
%dir %{_libdir}/squid
|
||||
%{_libdir}/squid/*.cgi
|
||||
%{_libdir}/squid/digest_edirectory_auth
|
||||
%{_libdir}/squid/cert_valid.pl
|
||||
%{_libdir}/squid/ext_file_userip_acl
|
||||
%{_libdir}/squid/ext_ldap_group_acl
|
||||
%{_libdir}/squid/storeid_file_rewrite
|
||||
#%{_libdir}/squid/digest_edirectory_auth
|
||||
%{_libdir}/squid/digest_file_auth
|
||||
%{_libdir}/squid/digest_ldap_auth
|
||||
%{_libdir}/squid/diskd
|
||||
@ -231,6 +231,9 @@ exit 0
|
||||
%doc contrib/url-normalizer.pl contrib/rredir.* contrib/user-agents.pl
|
||||
|
||||
%changelog
|
||||
* Sun Oct 26 2014 Automatic Build System <autodist@mambasoft.it> 3.4.8-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Dec 03 2013 Automatic Build System <autodist@mambasoft.it> 3.3.11-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user