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

rpms/squid/devel squid.spec,1.36,1.37



Author: stransky

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

Modified Files:
	squid.spec 
Log Message:
changed some build options



Index: squid.spec
===================================================================
RCS file: /cvs/dist/rpms/squid/devel/squid.spec,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- squid.spec	15 Jul 2005 13:56:46 -0000	1.36
+++ squid.spec	30 Aug 2005 15:33:14 -0000	1.37
@@ -5,7 +5,7 @@
 Summary: The Squid proxy caching server.
 Name: squid
 Version: 2.5.STABLE10
-Release: 2
+Release: 3
 Epoch: 7
 License: GPL
 Group: System Environment/Daemons
@@ -68,6 +68,7 @@
    --bindir=%{_sbindir} \
    --libexecdir=%{_libdir}/squid \
    --localstatedir=/var \
+   --datadir=%{_datadir} \
    --sysconfdir=/etc/squid \
    --enable-poll \
    --enable-snmp \
@@ -88,10 +89,10 @@
    --disable-dependency-tracking \
    --enable-cachemgr-hostname=localhost \
    --disable-ident-lookups \
-   --enable-truncate \
    --enable-underscores \
-   --datadir=%{_datadir} \
    --enable-basic-auth-helpers="LDAP,MSNT,NCSA,PAM,SMB,YP,getpwnam,multi-domain-NTLM,SASL,winbind" \
+   --enable-cache-digests \
+   --enable-ident-lookups \
 
 export CFLAGS="-fPIE -Os -g -pipe -fsigned-char" ; export LDFLAGS=-pie ;
 make %{?_smp_mflags}
@@ -304,6 +305,12 @@
 chgrp squid /var/cache/samba/winbindd_privileged > /dev/null 2>& 1 || true
 
 %changelog
+* Tue Aug 30 2005 Martin Stransky <stransky redhat com> 7:2.5.STABLE10-3
+- removed "--enable-truncate" option (#165948)
+- added "--enable-cache-digests" option (#102134)
+- added "--enable-ident-lookups" option (#161640)
+- some clean up (#165949)
+
 * Fri Jul 15 2005 Martin Stransky <stransky redhat com> 7:2.5.STABLE10-2
 - pam_auth and ncsa_auth have setuid (#162660)
 


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