SPECS: dovecot.spec - updated to 1.0.beta9 - fixed /var/run/doveco...
charles
charles at pld-linux.org
Sun Jun 18 08:55:00 CEST 2006
Author: charles Date: Sun Jun 18 06:55:00 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- updated to 1.0.beta9
- fixed /var/run/dovecot{/login} perms; before:
dovecot: Warning: Fixing permissions of /var/run/dovecot to be world-readable
dovecot: Warning: Corrected permissions for login directory /var/run/dovecot/login
---- Files affected:
SPECS:
dovecot.spec (1.24 -> 1.25)
---- Diffs:
================================================================
Index: SPECS/dovecot.spec
diff -u SPECS/dovecot.spec:1.24 SPECS/dovecot.spec:1.25
--- SPECS/dovecot.spec:1.24 Wed May 24 20:52:55 2006
+++ SPECS/dovecot.spec Sun Jun 18 08:54:55 2006
@@ -10,12 +10,12 @@
Summary: IMAP and POP3 server written with security primarily in mind
Summary(pl): Serwer IMAP i POP3 pisany głównie z myślą o bezpieczeństwie
Name: dovecot
-Version: 1.0.beta8
+Version: 1.0.beta9
Release: 1
License: LGPL v2.1
Group: Networking/Daemons
Source0: http://dovecot.org/releases/%{name}-%{version}.tar.gz
-# Source0-md5: 6a87718a86ee1ae2334c75843dd9a7df
+# Source0-md5: 5c19a21afb8a02c95f3f62fa37d8e1ed
Source1: %{name}.pamd
Source2: %{name}.init
Source3: %{name}.sysconfig
@@ -176,8 +176,8 @@
%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/%{name}
%attr(754,root,root) /etc/rc.d/init.d/%{name}
%attr(755,root,root) %{_libdir}/%{name}
-%attr(700,root,root) %dir /var/run/dovecot
-%attr(755,root,root) %dir /var/run/dovecot/login
+%attr(755,root,root) %dir /var/run/dovecot
+%attr(750,root,root) %dir /var/run/dovecot/login
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
%changelog
@@ -185,6 +185,12 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.25 2006/06/18 06:54:55 charles
+- updated to 1.0.beta9
+- fixed /var/run/dovecot{/login} perms; before:
+ dovecot: Warning: Fixing permissions of /var/run/dovecot to be world-readable
+ dovecot: Warning: Corrected permissions for login directory /var/run/dovecot/login
+
Revision 1.24 2006/05/24 18:52:55 charles
- updated to beta8
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/dovecot.spec?r1=1.24&r2=1.25&f=u
More information about the pld-cvs-commit
mailing list