From 186667364756a16766bc50d280feff02bf907ff5 Mon Sep 17 00:00:00 2001 From: Martin Stransky Date: Fri, 14 Oct 2005 11:36:33 +0000 Subject: [PATCH] enabled support for large files (#167503) --- squid.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/squid.spec b/squid.spec index 65b3209..9e8b47b 100644 --- a/squid.spec +++ b/squid.spec @@ -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 @@ lookup program (dnsserver), a program for retrieving FTP data --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 @@ fi chgrp squid /var/cache/samba/winbindd_privileged > /dev/null 2>& 1 || true %changelog +* Fri Oct 14 2005 Martin Stransky 7:2.5.STABLE11-4 +- enabled support for large files (#167503) + * Thu Oct 13 2005 Tomas Mraz 7:2.5.STABLE11-3 - use include instead of pam_stack in pam config