packages: sphinx/sphinx.spec - secure sphinx.config, may contain passwords

glen glen at pld-linux.org
Mon Jun 14 15:05:05 CEST 2010


Author: glen                         Date: Mon Jun 14 13:05:05 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- secure sphinx.config, may contain passwords

---- Files affected:
packages/sphinx:
   sphinx.spec (1.30 -> 1.31) 

---- Diffs:

================================================================
Index: packages/sphinx/sphinx.spec
diff -u packages/sphinx/sphinx.spec:1.30 packages/sphinx/sphinx.spec:1.31
--- packages/sphinx/sphinx.spec:1.30	Thu May 13 22:01:49 2010
+++ packages/sphinx/sphinx.spec	Mon Jun 14 15:05:00 2010
@@ -1,6 +1,9 @@
 # $Revision$, $Date$
 # TODO:
 #  - package for ruby API
+#  - subpackage for driver backend deps if code patched to support it:
+#    sphinx-0.9.9-2.i686: required "libodbc.so.1" is provided by following packages:
+#    libmysqlclient.so.16 libmysqlclient.so.16(libmysqlclient_16) libpq.so.5
 #
 # Conditional build:
 %bcond_without	java		# without Java support
@@ -252,8 +255,8 @@
 %files
 %defattr(644,root,root,755)
 %doc doc/sphinx.txt example.sql sphinx.conf sphinx-min.conf
-%dir %{_sysconfdir}
-%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/sphinx.conf
+%dir %attr(750,root,sphinx) %{_sysconfdir}
+%config(noreplace) %verify(not md5 mtime size) %attr(640,root,sphinx) %{_sysconfdir}/sphinx.conf
 %config(noreplace) %verify(not md5 mtime size) /etc/logrotate.d/%{name}
 %attr(754,root,root) /etc/rc.d/init.d/%{name}
 %attr(755,root,root) %{_bindir}/indexer
@@ -303,6 +306,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.31  2010/06/14 13:05:00  glen
+- secure sphinx.config, may contain passwords
+
 Revision 1.30  2010/05/13 20:01:49  glen
 - release 2
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/sphinx/sphinx.spec?r1=1.30&r2=1.31&f=u



More information about the pld-cvs-commit mailing list