rpms/dovecot/devel dovecot.conf.5, 1.2, 1.3 .cvsignore, 1.81, 1.82 dovecot.spec, 1.190, 1.191 sources, 1.85, 1.86 doveadm.1.gz, 1.1, NONE dovecot.1.gz, 1.1, NONE dovecot.conf.5.gz, 1.2, NONE

Michal Hlavinka mhlavink at fedoraproject.org
Mon Jun 28 09:53:20 UTC 2010


Author: mhlavink

Update of /cvs/pkgs/rpms/dovecot/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv24379

Modified Files:
	.cvsignore dovecot.spec sources 
Added Files:
	dovecot.conf.5 
Removed Files:
	doveadm.1.gz dovecot.1.gz dovecot.conf.5.gz 
Log Message:
* Mon Jun 28 2010 Michal Hlavinka <mhlavink at redhat.com> - 1:2.0-0.15.beta6.20100626
- updated dovecot, pigeonhole and man pages
- moved disable_plaintext_auth to 10-auth.conf
- mdbox: Fixed assert-crash on storage rebuild if file got lost
- lib-charset: Don't assert-crash when iconv() skips lots of invalid input
- master: Fixed crash on deinit (maybe also on reload)



Index: dovecot.conf.5
===================================================================
RCS file: dovecot.conf.5
diff -N dovecot.conf.5
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ dovecot.conf.5	28 Jun 2010 09:53:19 -0000	1.3
@@ -0,0 +1,19 @@
+.TH DOVECOT.CONF 5 2010/06/27 "dovecot" "File Formats and Conventions"
+.SH NAME
+\fBdovecot.conf\fP \- The configuration file for dovecot imap and pop3 server
+
+.SH FULL PATH
+.B /etc/dovecot.conf
+
+.SH DESCRIPTION
+The dovecot.conf file is a configuration file for the
+.BR dovecot (1)
+imap and pop3 server. The dovecot.conf configuration file contains description to all available options. Some of these options are described also in offline wiki documentation placed in /usr/share/doc/dovecot*/wiki/.
+
+For backup purposes unmodified version of dovecot.conf can be found in /usr/share/doc/dovecot-<version>/example-config/dovecot.conf.default
+
+.SH "SEE ALSO"
+.BR doveadm (1),
+.BR dovecot (1),
+.I /usr/share/doc/dovecot*/wiki/
+.I /usr/share/doc/dovecot*/dovecot.conf.default


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/dovecot/devel/.cvsignore,v
retrieving revision 1.81
retrieving revision 1.82
diff -u -p -r1.81 -r1.82
--- .cvsignore	10 Jun 2010 15:01:37 -0000	1.81
+++ .cvsignore	28 Jun 2010 09:53:18 -0000	1.82
@@ -1,2 +1,3 @@
-dovecot-20100610.tar.gz
-pigeonhole-snapb877a1db00a5.tar.bz2
+dovecot-20100626.tar.gz
+pigeonhole-snap1def8519d775.tar.bz2
+dovecot-2.0-man-bda145878452.tar.bz2


Index: dovecot.spec
===================================================================
RCS file: /cvs/pkgs/rpms/dovecot/devel/dovecot.spec,v
retrieving revision 1.190
retrieving revision 1.191
diff -u -p -r1.190 -r1.191
--- dovecot.spec	10 Jun 2010 15:30:17 -0000	1.190
+++ dovecot.spec	28 Jun 2010 09:53:19 -0000	1.191
@@ -1,11 +1,11 @@
-%global betasuffix .beta5
-%global snapsuffix 20100610
+%global betasuffix .beta6
+%global snapsuffix 20100626
 
 Summary: Secure imap and pop3 server
 Name: dovecot
 Epoch: 1
 Version: 2.0
-Release: 0.14%{?betasuffix}.%{?snapsuffix}%{?dist}
+Release: 0.15%{?betasuffix}.%{?snapsuffix}%{?dist}
 #dovecot itself is MIT, a few sources are PD, pigeonhole is LGPLv2
 License: MIT and LGPLv2
 Group: System Environment/Daemons
@@ -20,18 +20,16 @@ Source1: dovecot.init
 Source2: dovecot.pam
 #Source8: http://hg.rename-it.nl/dovecot-2.0-pigeonhole/archive/tip.tar.bz2
 #we use this ^^^ repository snapshost just renamed to contain last commit in name
-%global phsnap b877a1db00a5
+%global phsnap 1def8519d775
 Source8: pigeonhole-snap%{phsnap}.tar.bz2
 Source9: dovecot.sysconfig
-
-#http://wiki2.dovecot.org/ManPages/dovecot?action=AttachFile&do=view&target=dovecot.1.gz
-Source12: dovecot.1.gz
-
-#http://wiki2.dovecot.org/ManPages/doveadm?action=AttachFile&do=view&target=doveadm.1.gz
-Source13: doveadm.1.gz
+#Source10: http://hg.localdomain.org/dovecot-2.0-man/archive/tip.tar.bz2
+#we use this ^^^ repository snapshost just renamed to contain last commit in name
+%global mansnap bda145878452
+Source10: dovecot-2.0-man-%{mansnap}.tar.bz2
 
 #our own
-Source14: dovecot.conf.5.gz
+Source14: dovecot.conf.5
 
 # 3x Fedora/RHEL specific
 Patch1: dovecot-2.0-defaultconfig.patch
@@ -108,12 +106,13 @@ This package provides the development fi
 
 %prep
 %setup -q -n %{name}-%{version}%{?betasuffix}
-%setup -q  -n %{name}-%{version}%{?betasuffix} -D -T -a 8 
+%setup -q -n %{name}-%{version}%{?betasuffix} -D -T -a 8 -a 10
 
 %patch1 -p1 -b .default-settings
 %patch2 -p1 -b .mkcert-permissions
 %patch3 -p1 -b .mkcert-paths
 %patch4 -p1 -b .betahotfix
+sed -i 's|^sysconfdir *=|sysconfdir =/etc|' dovecot-2-0-man-%{mansnap}/doc/man/Makefile
 
 %build
 #autotools hacks can be removed later, nightly does not support --docdir
@@ -161,6 +160,8 @@ autoreconf -fiv
 make %{?_smp_mflags}
 popd
 
+make -C dovecot-2-0-man-%{mansnap}/doc/man
+
 %install
 rm -rf $RPM_BUILD_ROOT
 
@@ -170,6 +171,10 @@ pushd dovecot-2-0-pigeonhole-%{phsnap}
 make install DESTDIR=$RPM_BUILD_ROOT
 popd
 
+pushd dovecot-2-0-man-%{mansnap}/doc/man
+install -D -m644 *.1 $RPM_BUILD_ROOT%{_mandir}/man1/
+popd
+
 #move doc dir back to build dir so doc macro in files section can use it
 mv $RPM_BUILD_ROOT/%{_docdir}/%{name}-%{version} %{_builddir}/%{name}-%{version}%{?betasuffix}/docinstall
 
@@ -181,8 +186,6 @@ install -p -D -m 600 %{SOURCE9} $RPM_BUI
 
 #install man pages
 mkdir -p $RPM_BUILD_ROOT%{_mandir}/{man1,man5}
-install -p -m 644 %{SOURCE12} $RPM_BUILD_ROOT%{_mandir}/man1/
-install -p -m 644 %{SOURCE13} $RPM_BUILD_ROOT%{_mandir}/man1/
 install -p -m 644 %{SOURCE14} $RPM_BUILD_ROOT%{_mandir}/man5/
 
 # generate ghost .pem files
@@ -335,8 +338,11 @@ make check
 %attr(0750,root,dovenull) %dir /var/run/dovecot/login
 %attr(0750,dovecot,dovecot) %dir /var/lib/dovecot
 
-%{_mandir}/man1/doveadm.1.gz
-%{_mandir}/man1/dovecot.1.gz
+%{_mandir}/man1/deliver.1.gz
+%{_mandir}/man1/doveadm*.1.gz
+%{_mandir}/man1/doveconf.1.gz
+%{_mandir}/man1/dovecot*.1.gz
+%{_mandir}/man1/dsync.1.gz
 %{_mandir}/man5/dovecot.conf.5.gz
 
 %files devel
@@ -376,6 +382,13 @@ make check
 %{_libdir}/%{name}/dict/libdriver_pgsql.so
 
 %changelog
+* Mon Jun 28 2010 Michal Hlavinka <mhlavink at redhat.com> - 1:2.0-0.15.beta6.20100626
+- updated dovecot, pigeonhole and man pages
+- moved disable_plaintext_auth to 10-auth.conf
+- mdbox: Fixed assert-crash on storage rebuild if file got lost
+- lib-charset: Don't assert-crash when iconv() skips lots of invalid input
+- master: Fixed crash on deinit (maybe also on reload)
+
 * Thu Jun 10 2010 Michal Hlavinka <mhlavink at redhat.com> - 1:2.0-0.14.beta5.20100610
 - dovecot updated 
 - lib-storage: Fixed accessing uncommitted saved mails with dsync


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/dovecot/devel/sources,v
retrieving revision 1.85
retrieving revision 1.86
diff -u -p -r1.85 -r1.86
--- sources	10 Jun 2010 15:01:38 -0000	1.85
+++ sources	28 Jun 2010 09:53:20 -0000	1.86
@@ -1,2 +1,3 @@
-0b50610722d2acb44e051557a1a91333  dovecot-20100610.tar.gz
-9f7ba2e8b81845cd81e87a4e98df494e  pigeonhole-snapb877a1db00a5.tar.bz2
+ff439e7dc88c4b56048be53794a1ecba  dovecot-20100626.tar.gz
+0431e36f0858323547cca0787d2e9ea4  pigeonhole-snap1def8519d775.tar.bz2
+621307ab5ebab62d8df68107258adbec  dovecot-2.0-man-bda145878452.tar.bz2


--- doveadm.1.gz DELETED ---


--- dovecot.1.gz DELETED ---


--- dovecot.conf.5.gz DELETED ---



More information about the scm-commits mailing list