Author: glen                         Date: Wed Dec 21 16:10:28 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- package routed drafts and notes dirs
- prevent world writable files and dirs being created

---- Files affected:
SPECS:
   eventum.spec (1.132 -> 1.133) 

---- Diffs:

================================================================
Index: SPECS/eventum.spec
diff -u SPECS/eventum.spec:1.132 SPECS/eventum.spec:1.133
--- SPECS/eventum.spec:1.132    Wed Dec 21 01:22:47 2005
+++ SPECS/eventum.spec  Wed Dec 21 17:10:23 2005
@@ -12,12 +12,12 @@
 %bcond_with    qmail   # build the router-qmail subpackage
 
 # snapshot: DATE
-%define        _snap 20051220
+%define        _snap 20051221
 
 # release candidate
 #define _rc            RC1
 
-%define        _rel    4.40
+%define        _rel    4.42
 
 %if 0%{?_rc:1}
 %define        _source http://pessoal.org/%{name}-%{version}-%{_rc}.tar.gz
@@ -38,7 +38,7 @@
 License:       GPL
 Group:         Applications/WWW
 Source0:       %{_source}
-# Source0-md5: c5b20fbfc2fdb5da490f6acac8897818
+# Source0-md5: 96b6fa8fb2e288a6b2121ac24128da5a
 Source1:       %{name}-apache.conf
 Source2:       %{name}-mail-queue.cron
 Source3:       %{name}-mail-download.cron
@@ -62,6 +62,7 @@
 Patch5:                %{name}-lf.patch
 Patch6:                http://glen.alkohol.ee/pld/%{name}-maq-subject.patch
 Patch7:                %{name}-bot-reconnect.patch
+Patch8:                %{name}-perms.patch
 Patch9:                
http://glen.alkohol.ee/pld/%{name}-httpclient-clientside.patch
 Patch10:       %{name}-cli-wr-separated.patch
 Patch11:       %{name}-php440.patch
@@ -458,6 +459,7 @@
 %patch5 -p1
 %patch6 -p1
 %patch7 -p1
+%patch8 -p1
 %patch9 -p1
 %patch10 -p1
 %patch11 -p1
@@ -479,7 +481,7 @@
        $RPM_BUILD_ROOT{%{_sysconfdir},%{_bindir},%{_libdir}} \
        $RPM_BUILD_ROOT/etc/{rc.d/init.d,cron.d,sysconfig} \
        $RPM_BUILD_ROOT/var/{run,log,cache,lib}/%{name} \
-       $RPM_BUILD_ROOT/var/lib/%{name}/routed_emails \
+       $RPM_BUILD_ROOT/var/lib/%{name}/routed_{emails,drafts,notes} \
        $RPM_BUILD_ROOT%{_appdir}/{include,htdocs/misc,upgrade} \
 
 cp -a *.php css customer images js manage reports rpc setup 
$RPM_BUILD_ROOT%{_appdir}/htdocs
@@ -861,8 +863,10 @@
 %dir %{_appdir}
 # qmail will ignore user, if it's home directory is not owned
 %attr(750,eventum,eventum) %dir /var/lib/%{name}
-# for saved routed emails
+# saved mail copies
 %attr(770,root,eventum) %dir /var/lib/%{name}/routed_emails
+%attr(770,root,eventum) %dir /var/lib/%{name}/routed_drafts
+%attr(770,root,eventum) %dir /var/lib/%{name}/routed_notes
 
 %files setup
 %defattr(644,root,root,755)
@@ -933,6 +937,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.133  2005/12/21 16:10:23  glen
+- package routed drafts and notes dirs
+- prevent world writable files and dirs being created
+
 Revision 1.132  2005/12/21 00:22:47  glen
 - 20051220 snap
 - use system PEAR (finally possible)
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/eventum.spec?r1=1.132&r2=1.133&f=u

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

Reply via email to