Author: glen                         Date: Fri Feb 25 23:14:49 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- file security revisited: remove write permission on config directory and add 
.bak files as config

---- Files affected:
SPECS:
   chora.spec (1.28 -> 1.29) , horde.spec (1.77 -> 1.78) , imp.spec (1.70 -> 
1.71) , kronolith.spec (1.8 -> 1.9) , turba.spec (1.30 -> 1.31) 

---- Diffs:

================================================================
Index: SPECS/chora.spec
diff -u SPECS/chora.spec:1.28 SPECS/chora.spec:1.29
--- SPECS/chora.spec:1.28       Sat Feb 26 00:00:44 2005
+++ SPECS/chora.spec    Sat Feb 26 00:14:43 2005
@@ -4,7 +4,7 @@
 Summary(pl):   Program do obsługi CVS przez WWW
 Name:          chora
 Version:       2.0
-Release:       0.18
+Release:       0.19
 License:       GPL v2
 Group:         Networking/Utilities
 Source0:       ftp://ftp.horde.org/pub/chora/%{name}-h3-%{version}.tar.gz
@@ -116,13 +116,13 @@
 %files
 %defattr(644,root,root,755)
 %doc README docs/*
-%attr(770,root,http) %dir %{_sysconfdir}/%{name}
+%attr(750,root,http) %dir %{_sysconfdir}/%{name}
 %attr(640,root,root) %config(noreplace) %{_sysconfdir}/apache-%{name}.conf
 %attr(660,root,http) %config(noreplace) %{_sysconfdir}/%{name}/conf.php
+%attr(660,root,http) %config(noreplace) %{_sysconfdir}/%{name}/conf.php.bak
 %attr(640,root,http) %config(noreplace) %{_sysconfdir}/%{name}/[!c]*.php
 %attr(640,root,http) %config(noreplace) %{_sysconfdir}/%{name}/*.txt
 %attr(640,root,http) %config(noreplace) %{_sysconfdir}/%{name}/*.conf
-%ghost %{_sysconfdir}/%{name}/*.php.bak
 %attr(640,root,http) %{_sysconfdir}/%{name}/*.xml
 
 %dir %{_appdir}
@@ -140,6 +140,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.29  2005/02/25 23:14:43  glen
+- file security revisited: remove write permission on config directory and add 
.bak files as config
+
 Revision 1.28  2005/02/25 23:00:44  glen
 - package docs/CREDITS for help->about
 

================================================================
Index: SPECS/horde.spec
diff -u SPECS/horde.spec:1.77 SPECS/horde.spec:1.78
--- SPECS/horde.spec:1.77       Fri Feb 25 23:59:16 2005
+++ SPECS/horde.spec    Sat Feb 26 00:14:43 2005
@@ -13,7 +13,7 @@
 Summary(pt_BR):        Componentes comuns do Horde usados por todos os módulos
 Name:          horde
 Version:       3.0.3
-Release:       2.32
+Release:       2.33
 License:       LGPL
 Vendor:                The Horde Project
 Group:         Development/Languages/PHP
@@ -241,11 +241,11 @@
 %doc docs/{CHANGES,CODING_STANDARDS,CONTRIBUTING,CREDITS,HACKING,INSTALL}
 %doc docs/{PERFORMANCE,RELEASE{,_NOTES},SECURITY,TODO,TRANSLATIONS,UPGRADING}
 %dir %{_sysconfdir}
-%attr(770,root,http) %dir %{_sysconfdir}/%{name}
+%attr(750,root,http) %dir %{_sysconfdir}/%{name}
 %attr(640,root,root) %config(noreplace) %{_sysconfdir}/apache-%{name}.conf
 %attr(660,root,http) %config(noreplace) %{_sysconfdir}/%{name}/conf.php
+%attr(660,root,http) %config(noreplace) %{_sysconfdir}/%{name}/conf.php.bak
 %attr(640,root,http) %config(noreplace) %{_sysconfdir}/%{name}/[!c]*.php
-%ghost %{_sysconfdir}/%{name}/*.php.bak
 %attr(640,root,http) %{_sysconfdir}/%{name}/*.xml
 
 %dir %{_appdir}
@@ -270,6 +270,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.78  2005/02/25 23:14:43  glen
+- file security revisited: remove write permission on config directory and add 
.bak files as config
+
 Revision 1.77  2005/02/25 22:59:16  glen
 - unify with other horde apps
 

================================================================
Index: SPECS/imp.spec
diff -u SPECS/imp.spec:1.70 SPECS/imp.spec:1.71
--- SPECS/imp.spec:1.70 Sat Feb 26 00:00:44 2005
+++ SPECS/imp.spec      Sat Feb 26 00:14:43 2005
@@ -5,7 +5,7 @@
 Summary(pt_BR):        Programa de Mail via Web
 Name:          imp
 Version:       4.0.2
-Release:       1.12
+Release:       1.13
 License:       GPL v2
 Group:         Applications/Mail
 Source0:       ftp://ftp.horde.org/pub/imp/%{name}-h3-%{version}.tar.gz
@@ -147,12 +147,12 @@
 %files
 %defattr(644,root,root,755)
 %doc README docs/* scripts
-%attr(770,root,http) %dir %{_sysconfdir}/%{name}
+%attr(750,root,http) %dir %{_sysconfdir}/%{name}
 %attr(640,root,root) %config(noreplace) %{_sysconfdir}/apache-%{name}.conf
 %attr(660,root,http) %config(noreplace) %{_sysconfdir}/%{name}/conf.php
+%attr(660,root,http) %config(noreplace) %{_sysconfdir}/%{name}/conf.php.bak
 %attr(640,root,http) %config(noreplace) %{_sysconfdir}/%{name}/[!c]*.php
 %attr(640,root,http) %config(noreplace) %{_sysconfdir}/%{name}/*.txt
-%ghost %{_sysconfdir}/%{name}/*.php.bak
 %attr(640,root,http) %{_sysconfdir}/%{name}/*.xml
 
 %dir %{_appdir}
@@ -170,6 +170,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.71  2005/02/25 23:14:43  glen
+- file security revisited: remove write permission on config directory and add 
.bak files as config
+
 Revision 1.70  2005/02/25 23:00:44  glen
 - package docs/CREDITS for help->about
 

================================================================
Index: SPECS/kronolith.spec
diff -u SPECS/kronolith.spec:1.8 SPECS/kronolith.spec:1.9
--- SPECS/kronolith.spec:1.8    Sat Feb 26 00:00:44 2005
+++ SPECS/kronolith.spec        Sat Feb 26 00:14:43 2005
@@ -3,7 +3,7 @@
 Summary(pl):   Kronolith - kalendarz dla HORDE
 Name:          kronolith
 Version:       2.0.2
-Release:       0.10
+Release:       0.11
 License:       LGPL
 Vendor:                The Horde Project
 Group:         Applications/Mail
@@ -135,11 +135,11 @@
 %files
 %defattr(644,root,root,755)
 %doc README docs/* scripts/*
-%attr(770,root,http) %dir %{_sysconfdir}/%{name}
+%attr(750,root,http) %dir %{_sysconfdir}/%{name}
 %attr(640,root,root) %config(noreplace) %{_sysconfdir}/apache-%{name}.conf
 %attr(660,root,http) %config(noreplace) %{_sysconfdir}/%{name}/conf.php
+%attr(660,root,http) %config(noreplace) %{_sysconfdir}/%{name}/conf.php.bak
 %attr(640,root,http) %config(noreplace) %{_sysconfdir}/%{name}/[!c]*.php
-%ghost %{_sysconfdir}/%{name}/*.php.bak
 %attr(640,root,http) %{_sysconfdir}/%{name}/*.xml
 
 %dir %{_appdir}
@@ -157,6 +157,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.9  2005/02/25 23:14:43  glen
+- file security revisited: remove write permission on config directory and add 
.bak files as config
+
 Revision 1.8  2005/02/25 23:00:44  glen
 - package docs/CREDITS for help->about
 

================================================================
Index: SPECS/turba.spec
diff -u SPECS/turba.spec:1.30 SPECS/turba.spec:1.31
--- SPECS/turba.spec:1.30       Sat Feb 26 00:00:44 2005
+++ SPECS/turba.spec    Sat Feb 26 00:14:43 2005
@@ -3,7 +3,7 @@
 Summary(pl):   TURBA - Książka adresowa dla IMP-a
 Name:          turba
 Version:       2.0.2
-Release:       1.8
+Release:       1.9
 License:       LGPL
 Vendor:                The Horde Project
 Group:         Applications/Mail
@@ -156,11 +156,11 @@
 %files
 %defattr(644,root,root,755)
 %doc README docs/* scripts/*.reg scripts/ldap scripts/sql
-%attr(770,root,http) %dir %{_sysconfdir}/%{name}
+%attr(750,root,http) %dir %{_sysconfdir}/%{name}
 %attr(640,root,root) %config(noreplace) %{_sysconfdir}/apache-%{name}.conf
 %attr(660,root,http) %config(noreplace) %{_sysconfdir}/%{name}/conf.php
+%attr(660,root,http) %config(noreplace) %{_sysconfdir}/%{name}/conf.php.bak
 %attr(640,root,http) %config(noreplace) %{_sysconfdir}/%{name}/[!c]*.php
-%ghost %{_sysconfdir}/%{name}/*.php.bak
 %attr(640,root,http) %{_sysconfdir}/%{name}/*.xml
 
 %dir %{_appdir}
@@ -178,6 +178,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.31  2005/02/25 23:14:43  glen
+- file security revisited: remove write permission on config directory and add 
.bak files as config
+
 Revision 1.30  2005/02/25 23:00:44  glen
 - package docs/CREDITS for help->about
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/chora.spec?r1=1.28&r2=1.29&f=u
    http://cvs.pld-linux.org/SPECS/horde.spec?r1=1.77&r2=1.78&f=u
    http://cvs.pld-linux.org/SPECS/imp.spec?r1=1.70&r2=1.71&f=u
    http://cvs.pld-linux.org/SPECS/kronolith.spec?r1=1.8&r2=1.9&f=u
    http://cvs.pld-linux.org/SPECS/turba.spec?r1=1.30&r2=1.31&f=u


_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to