added fix for #205568 - marked cachemgr.conf as world readable
This commit is contained in:
parent
a93e0acfe4
commit
87ee5f1032
@ -5,7 +5,7 @@
|
|||||||
Summary: The Squid proxy caching server.
|
Summary: The Squid proxy caching server.
|
||||||
Name: squid
|
Name: squid
|
||||||
Version: 2.6.STABLE4
|
Version: 2.6.STABLE4
|
||||||
Release: 3%{?dist}
|
Release: 4%{?dist}
|
||||||
Epoch: 7
|
Epoch: 7
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
@ -212,7 +212,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
%config(noreplace) %attr(644,root,root) /etc/httpd/conf.d/squid.conf
|
%config(noreplace) %attr(644,root,root) /etc/httpd/conf.d/squid.conf
|
||||||
%config(noreplace) %attr(640,root,squid) /etc/squid/squid.conf
|
%config(noreplace) %attr(640,root,squid) /etc/squid/squid.conf
|
||||||
%config(noreplace) %attr(640,root,squid) /etc/squid/cachemgr.conf
|
%config(noreplace) %attr(644,root,squid) /etc/squid/cachemgr.conf
|
||||||
%config(noreplace) /etc/squid/mime.conf
|
%config(noreplace) /etc/squid/mime.conf
|
||||||
%config(noreplace) /etc/sysconfig/squid
|
%config(noreplace) /etc/sysconfig/squid
|
||||||
%config(noreplace) /etc/squid/msntauth.conf
|
%config(noreplace) /etc/squid/msntauth.conf
|
||||||
@ -360,6 +360,9 @@ fi
|
|||||||
chgrp squid /var/cache/samba/winbindd_privileged >/dev/null 2>&1 || :
|
chgrp squid /var/cache/samba/winbindd_privileged >/dev/null 2>&1 || :
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Oct 26 2006 Martin Stransky <stransky@redhat.com> - 7:2.6.STABLE4-4
|
||||||
|
- added fix for #205568 - marked cachemgr.conf as world readable
|
||||||
|
|
||||||
* Tue Oct 25 2006 Martin Stransky <stransky@redhat.com> - 7:2.6.STABLE4-3
|
* Tue Oct 25 2006 Martin Stransky <stransky@redhat.com> - 7:2.6.STABLE4-3
|
||||||
- added fix for #183869 - squid can abort when getting status
|
- added fix for #183869 - squid can abort when getting status
|
||||||
- added upstream fixes:
|
- added upstream fixes:
|
||||||
|
Loading…
Reference in New Issue
Block a user