rpms/squid/F-8 squid.spec,1.94,1.95

Martin Nagy (mnagy) fedora-extras-commits at redhat.com
Wed May 7 15:06:28 UTC 2008


Author: mnagy

Update of /cvs/extras/rpms/squid/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27752

Modified Files:
	squid.spec 
Log Message:
* Wed May 07 2008 Martin Nagy <mnagy at redhat.com> - 2.6.STABLE20-2
- add support for negotiate authentication (#445337)
- added %{optflags} to make



Index: squid.spec
===================================================================
RCS file: /cvs/extras/rpms/squid/F-8/squid.spec,v
retrieving revision 1.94
retrieving revision 1.95
diff -u -r1.94 -r1.95
--- squid.spec	2 May 2008 10:05:09 -0000	1.94
+++ squid.spec	7 May 2008 15:05:52 -0000	1.95
@@ -5,7 +5,7 @@
 Summary:  The Squid proxy caching server
 Name:     squid
 Version:  2.6.STABLE20
-Release:  1%{?dist}
+Release:  2%{?dist}
 Epoch:    7
 License:  GPL
 Group:    System Environment/Daemons
@@ -65,7 +65,7 @@
 %patch206 -p1 -b .fd
 
 %build
- export CFLAGS="-fPIE -Os -g -pipe -fsigned-char" ; export LDFLAGS=-pie ;
+ export CFLAGS="-fPIE -Os -g -pipe -fsigned-char %{optflags}" ; export LDFLAGS="-pie" ;
 %configure \
    --exec_prefix=/usr \
    --bindir=%{_sbindir} \
@@ -84,7 +84,7 @@
    --with-pthreads \
    --enable-ntlm-auth-helpers="SMB,fakeauth" \
    --enable-external-acl-helpers="ip_user,ldap_group,unix_group,wbinfo_group" \
-   --enable-auth="basic,digest,ntlm" \
+   --enable-auth="basic,digest,ntlm,negotiate" \
    --enable-digest-auth-helpers="password" \
    --with-winbind-auth-challenge \
    --enable-useragent-log \
@@ -95,6 +95,7 @@
    --enable-basic-auth-helpers="LDAP,MSNT,NCSA,PAM,SMB,YP,getpwnam,multi-domain-NTLM,SASL" \
    --enable-cache-digests \
    --enable-ident-lookups \
+   --enable-negotiate-auth-helpers="squid_kerb_auth" \
    %ifnarch ppc64 ia64 x86_64 s390x
    --with-large-files \
    %endif
@@ -328,6 +329,10 @@
     chgrp squid /var/cache/samba/winbindd_privileged >/dev/null 2>&1 || :
 
 %changelog
+* Wed May 07 2008 Martin Nagy <mnagy at redhat.com> - 2.6.STABLE20-2
+- add support for negotiate authentication (#445337)
+- added %%{optflags} to make
+
 * Fri May 02 2008 Martin Nagy <mnagy at redhat.com> - 2.6.STABLE20-1
 - upgrade to latest upstream 2.6.STABLE20
 




More information about the fedora-extras-commits mailing list