[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

rpms/squid/devel squid.spec,1.42,1.43



Author: stransky

Update of /cvs/dist/rpms/squid/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv15146

Modified Files:
	squid.spec 
Log Message:
enabled support for large files (#167503)


Index: squid.spec
===================================================================
RCS file: /cvs/dist/rpms/squid/devel/squid.spec,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- squid.spec	13 Oct 2005 13:02:22 -0000	1.42
+++ squid.spec	14 Oct 2005 11:36:33 -0000	1.43
@@ -5,7 +5,7 @@
 Summary: The Squid proxy caching server.
 Name: squid
 Version: 2.5.STABLE11
-Release: 3
+Release: 4
 Epoch: 7
 License: GPL
 Group: System Environment/Daemons
@@ -104,6 +104,7 @@
    --enable-basic-auth-helpers="LDAP,MSNT,NCSA,PAM,SMB,YP,getpwnam,multi-domain-NTLM,SASL,winbind" \
    --enable-cache-digests \
    --enable-ident-lookups \
+   --with-large-files \
 
 export CFLAGS="-fPIE -Os -g -pipe -fsigned-char" ; export LDFLAGS=-pie ;
 make %{?_smp_mflags}
@@ -319,6 +320,9 @@
 chgrp squid /var/cache/samba/winbindd_privileged > /dev/null 2>& 1 || true
 
 %changelog
+* Fri Oct 14 2005 Martin Stransky <stransky redhat com> 7:2.5.STABLE11-4
+- enabled support for large files (#167503)
+
 * Thu Oct 13 2005 Tomas Mraz <tmraz redhat com> 7:2.5.STABLE11-3
 - use include instead of pam_stack in pam config
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]