Dear Openpkg People,

We are running squid (squid-3.0.1-20080101) on Solaris 10 and ran into
32bit file size limits for log files.

Is it possible to get something like the following patch included:

--- squid.spec.orig     2008-02-20 11:15:24.704719000 +1000
+++ squid.spec  2008-02-20 11:16:01.763218000 +1000
@@ -44,6 +44,7 @@
 %option       with_ssl   no
 %option       with_snmp  no
 %option       with_ntlm  no
+%option       with_large_files  no
 
 #   list of sources
 Source0:
http://www.squid-cache.org/Versions/v%{V_maj}/%{V_maj}.%{V_min}/squid-%{
V_maj}.%{V_min}.STABLE%{V_rev}.tar.gz
@@ -122,6 +123,9 @@
 %else
         --enable-auth="basic digest" \
 %endif
+%if "%{with_large_files}" == "yes"
+       --with-large-files \
+%endif
         --enable-basic-auth-helpers="NCSA" \
         --enable-digest-auth-helpers="password" \
         --enable-default-err-language=English \

I have locally modified and built to get around our immediate problems,
but if can be included as a general thing that would be great.

Thanks in advance,
  Jason

--
Jason Wilson
Security Consultant, ICT Security Services
Telephone: +61 7 389 63129 Facsimile: +61 7 389 63740
Email: mailto:[EMAIL PROTECTED]
http://www.nrw.qld.gov.au
Department of Natural Resources and Water
Corner Main and Vulture Streets, Woolloongabba QLD 4102
Locked Bag 40, Coorparoo Delivery Centre QLD 4151

************************************************************************
The information in this email together with any attachments is
intended only for the person or entity to which it is addressed
and may contain confidential and/or privileged material.
Any form of review, disclosure, modification, distribution
and/or publication of this email message is prohibited, unless
as a necessary part of Departmental business.
If you have received this message in error, you are asked to
inform the sender as quickly as possible and delete this message
and any copies of this message from your computer and/or your
computer system network.
************************************************************************

______________________________________________________________________
OpenPKG                                             http://openpkg.org
User Communication List                      openpkg-users@openpkg.org

Reply via email to