rpms/dovecot/devel .cvsignore, 1.43, 1.44 dovecot.spec, 1.112, 1.113 sources, 1.46, 1.47 dovecot-1.1-default-settings-passwd.patch, 1.2, NONE

Michal Hlavinka mhlavink at fedoraproject.org
Mon Nov 3 10:12:32 UTC 2008


Author: mhlavink

Update of /cvs/extras/rpms/dovecot/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv25337

Modified Files:
	.cvsignore dovecot.spec sources 
Removed Files:
	dovecot-1.1-default-settings-passwd.patch 
Log Message:
update to upstream version 1.1.6
change permissions of deliver and dovecot.conf to prevent possible password exposure



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/dovecot/devel/.cvsignore,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- .cvsignore	29 Oct 2008 08:18:06 -0000	1.43
+++ .cvsignore	3 Nov 2008 10:12:01 -0000	1.44
@@ -1,4 +1,4 @@
-dovecot-1.1.5.tar.gz
+dovecot-1.1.6.tar.gz
+dovecot-1.1.6.tar.gz.sig
 dovecot-sieve-1.1.5.tar.gz
-dovecot-1.1.5.tar.gz.sig
 dovecot-sieve-1.1.5.tar.gz.sig


Index: dovecot.spec
===================================================================
RCS file: /cvs/extras/rpms/dovecot/devel/dovecot.spec,v
retrieving revision 1.112
retrieving revision 1.113
diff -u -r1.112 -r1.113
--- dovecot.spec	29 Oct 2008 08:08:51 -0000	1.112
+++ dovecot.spec	3 Nov 2008 10:12:01 -0000	1.113
@@ -1,7 +1,7 @@
 Summary: Dovecot Secure imap server
 Name: dovecot
 Epoch: 1
-Version: 1.1.5
+Version: 1.1.6
 Release: 1%{?dist}
 License: MIT and LGPLv2 and BSD with advertising
 Group: System Environment/Daemons
@@ -31,7 +31,6 @@
 Patch2: dovecot-1.0.beta2-mkcert-permissions.patch
 # local filesystem rules
 Patch3: dovecot-1.0.rc7-mkcert-paths.patch
-Patch4: dovecot-1.1-default-settings-passwd.patch
 
 Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires: openssl-devel, pam-devel, zlib-devel
@@ -150,7 +149,6 @@
 %patch1 -p1 -b .default-settings
 %patch2 -p1 -b .mkcert-permissions
 %patch3 -p1 -b .mkcert-paths
-%patch4 -p1 -b .passwd
 
 %if %{build_sieve}
 %setup -q -D -T -a 8
@@ -228,7 +226,7 @@
 	
 # Install dovecot.conf and dovecot-openssl.cnf
 mkdir -p $RPM_BUILD_ROOT%{ssldir}
-install -p -m644 dovecot-example.conf $RPM_BUILD_ROOT%{_sysconfdir}/dovecot.conf
+install -p -m640 dovecot-example.conf $RPM_BUILD_ROOT%{_sysconfdir}/dovecot.conf
 rm -f $RPM_BUILD_ROOT%{_sysconfdir}/dovecot-*example.conf # dovecot seems to install this by itself
 install -p -m644 doc/dovecot-openssl.cnf $RPM_BUILD_ROOT%{ssldir}/dovecot-openssl.cnf
 
@@ -309,7 +307,7 @@
 %files -f libs.filelist
 %defattr(-,root,root,-)
 %doc %{docdir}-%{version}
-%config(noreplace) %{_sysconfdir}/dovecot.conf
+%attr(0640,root,mail) %config(noreplace) %{_sysconfdir}/dovecot.conf
 %attr(0600,root,root) %config(noreplace) %{_sysconfdir}/sysconfig/dovecot
 %{_initrddir}/dovecot
 %config(noreplace) %{_sysconfdir}/pam.d/dovecot
@@ -320,6 +318,19 @@
 %attr(0600,root,root) %ghost %config(missingok,noreplace) %verify(not md5 size mtime) %{ssldir}/certs/dovecot.pem
 %attr(0600,root,root) %ghost %config(missingok,noreplace) %verify(not md5 size mtime) %{ssldir}/private/dovecot.pem
 %{_libexecdir}/%{name}
+%{_libexecdir}/%{name}/checkpassword-reply
+%attr(2755,root,mail) %{_libexecdir}/%{name}/deliver
+%{_libexecdir}/%{name}/dict
+%{_libexecdir}/%{name}/dovecot-auth
+%{_libexecdir}/%{name}/gdbhelper
+%{_libexecdir}/%{name}/idxview
+%{_libexecdir}/%{name}/imap
+%{_libexecdir}/%{name}/imap-login
+%{_libexecdir}/%{name}/logview
+%{_libexecdir}/%{name}/pop3
+%{_libexecdir}/%{name}/pop3-login
+%{_libexecdir}/%{name}/rawlog
+%{_libexecdir}/%{name}/ssl-build-param
 %{_sbindir}/dovecot
 %{_sbindir}/dovecotpw
 %attr(0755,root,dovecot) %dir /var/run/dovecot
@@ -376,6 +387,10 @@
 
 
 %changelog
+* Mon Nov 3 2008 Michal Hlavinka <mhlavink at redhat.com> - 1:1.1.6-1
+- update to upstream version 1.1.6
+- change permissions of deliver and dovecot.conf to prevent possible password exposure
+
 * Wed Oct 29 2008 Michal Hlavinka <mhlavink at redhat.com> - 1:1.1.5-1
 - update to upstream version 1.1.5 (Resolves: CVE-2008-4577, CVE-2008-4578)
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/dovecot/devel/sources,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- sources	29 Oct 2008 08:18:06 -0000	1.46
+++ sources	3 Nov 2008 10:12:01 -0000	1.47
@@ -1,4 +1,4 @@
-64e7809aeee750e7c86d81777078e434  dovecot-1.1.5.tar.gz
+ccbfcfcb5e6d19a3228885a2f7eae2dd  dovecot-1.1.6.tar.gz
+de8dc8f5b07e6f3aeef5059738ff5bbe  dovecot-1.1.6.tar.gz.sig
 b4362defe3fc18865db8cf8e1c940b13  dovecot-sieve-1.1.5.tar.gz
-e04825c658194f44acd39722d3ef9982  dovecot-1.1.5.tar.gz.sig
 0fdb01f9fd960fbd5a8271584ac62cb8  dovecot-sieve-1.1.5.tar.gz.sig


--- dovecot-1.1-default-settings-passwd.patch DELETED ---




More information about the fedora-extras-commits mailing list