automatic version update by autodist [release 3.4.8-1mamba;Sun Oct 26 2014]

This commit is contained in:
Automatic Build System 2024-01-05 18:05:27 +01:00
parent 41b2ad6844
commit 044bd276b3

View File

@ -4,7 +4,7 @@
%define userid 65010 %define userid 65010
Name: squid Name: squid
Version: 3.3.11 Version: 3.4.8
Release: 1mamba Release: 1mamba
Summary: The Squid proxy caching server Summary: The Squid proxy caching server
Group: System/Servers Group: System/Servers
@ -69,22 +69,18 @@ sed -i "s|-Werror||" configure
--enable-ssl \ --enable-ssl \
--enable-linux-netfilter \ --enable-linux-netfilter \
--with-pthreads \ --with-pthreads \
--enable-auth \
--enable-cache-digests \ --enable-cache-digests \
--enable-cachemgr-hostname=hostname \ --enable-cachemgr-hostname=hostname \
--enable-digest-auth-helpers="password" \ --enable-digest-auth-helpers="password" \
--enable-ntlm-auth-helpers="smb_lm,fakeauth" \ --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-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-follow-x-forwarded-for \
--enable-ident-lookups \ --enable-ident-lookups \
--enable-removal-policies="heap,lru" \ --enable-removal-policies="heap,lru" \
--enable-storeio="aufs,diskd,ufs" \ --enable-storeio="aufs,diskd,ufs,rock" \
--enable-wccpv2 \ --enable-wccpv2 \
--with-winbind-auth-challenge \ --with-winbind-auth-challenge \
--enable-referer-log \
--enable-useragent-log \
--enable-arp-acl \
--enable-icap-client \ --enable-icap-client \
%ifnarch ia64 x86_64 %ifnarch ia64 x86_64
--with-large-files \ --with-large-files \
@ -188,7 +184,11 @@ exit 0
%{_datadir}/snmp/mibs/SQUID-MIB.txt %{_datadir}/snmp/mibs/SQUID-MIB.txt
%dir %{_libdir}/squid %dir %{_libdir}/squid
%{_libdir}/squid/*.cgi %{_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_file_auth
%{_libdir}/squid/digest_ldap_auth %{_libdir}/squid/digest_ldap_auth
%{_libdir}/squid/diskd %{_libdir}/squid/diskd
@ -231,6 +231,9 @@ exit 0
%doc contrib/url-normalizer.pl contrib/rredir.* contrib/user-agents.pl %doc contrib/url-normalizer.pl contrib/rredir.* contrib/user-agents.pl
%changelog %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 * Tue Dec 03 2013 Automatic Build System <autodist@mambasoft.it> 3.3.11-1mamba
- automatic version update by autodist - automatic version update by autodist