rpms/dovecot/devel .cvsignore, 1.77, 1.78 dovecot-2.0-betahotfix.patch, 1.4, 1.5 dovecot.conf.5.gz, 1.1, 1.2 dovecot.spec, 1.176, 1.177 sources, 1.81, 1.82

Michal Hlavinka mhlavink at fedoraproject.org
Mon May 17 15:59:00 UTC 2010


Author: mhlavink

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

Modified Files:
	.cvsignore dovecot-2.0-betahotfix.patch dovecot.conf.5.gz 
	dovecot.spec sources 
Log Message:
* Mon May 15 2010 Michal Hlavinka <mhlavink at redhat.com> - 1:2.0-0.9.beta5.20100515
- pigeonhole and dovecot updated to snapshot 20100515
- fix crash for THREAD command



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/dovecot/devel/.cvsignore,v
retrieving revision 1.77
retrieving revision 1.78
diff -u -p -r1.77 -r1.78
--- .cvsignore	5 May 2010 09:57:38 -0000	1.77
+++ .cvsignore	17 May 2010 15:59:00 -0000	1.78
@@ -1,2 +1,2 @@
-dovecot-20100505.tar.gz
-pigeonhole-snap861ffb523cb9.tar.bzip2
+dovecot-20100512.tar.gz
+pigeonhole-snapd84aaca546b9.tar.bz2

dovecot-2.0-betahotfix.patch:
 0 files changed

Index: dovecot-2.0-betahotfix.patch
===================================================================
RCS file: /cvs/pkgs/rpms/dovecot/devel/dovecot-2.0-betahotfix.patch,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- dovecot-2.0-betahotfix.patch	5 May 2010 09:57:38 -0000	1.4
+++ dovecot-2.0-betahotfix.patch	17 May 2010 15:59:00 -0000	1.5
@@ -1,19 +0,0 @@
-diff -up dovecot-2.0.beta4/src/lib-sql/Makefile.am.betahotfix dovecot-2.0.beta4/src/lib-sql/Makefile.am
---- dovecot-2.0.beta4/src/lib-sql/Makefile.am.betahotfix	2010-05-05 04:00:03.000000000 +0200
-+++ dovecot-2.0.beta4/src/lib-sql/Makefile.am	2010-05-05 11:34:17.286805721 +0200
-@@ -38,13 +38,13 @@ if ! SQL_PLUGINS
- driver_sources = \
- 	driver-mysql.c \
- 	driver-pgsql.c \
--	driver-sqlpool.c \
- 	driver-sqlite.c
- endif
- 
- libsql_la_SOURCES = \
- 	$(dist_sources) \
--	$(driver_sources)
-+	$(driver_sources) \
-+	driver-sqlpool.c
- nodist_libsql_la_SOURCES = sql-drivers-register.c
- 
- if SQL_PLUGINS


Index: dovecot.conf.5.gz
===================================================================
RCS file: /cvs/pkgs/rpms/dovecot/devel/dovecot.conf.5.gz,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
Binary files /tmp/cvsVNEcdG and /tmp/cvsKdmnKO differ


Index: dovecot.spec
===================================================================
RCS file: /cvs/pkgs/rpms/dovecot/devel/dovecot.spec,v
retrieving revision 1.176
retrieving revision 1.177
diff -u -p -r1.176 -r1.177
--- dovecot.spec	5 May 2010 09:57:38 -0000	1.176
+++ dovecot.spec	17 May 2010 15:59:00 -0000	1.177
@@ -1,11 +1,11 @@
-%global betasuffix .beta4
-%global snapsuffix 20100505
+%global betasuffix .beta5
+%global snapsuffix 20100515
 
 Summary: Secure imap and pop3 server
 Name: dovecot
 Epoch: 1
 Version: 2.0
-Release: 0.8%{?betasuffix}.%{?snapsuffix}%{?dist}
+Release: 0.10%{?betasuffix}.%{?snapsuffix}%{?dist}
 #dovecot itself is MIT, a few sources are PD, (manage)sieve is LGPLv2, perfect_maildir.pl is GPLv2+
 License: MIT and LGPLv2 and GPLv2+
 Group: System Environment/Daemons
@@ -24,7 +24,7 @@ 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 861ffb523cb9
+%global phsnap d84aaca546b9
 Source8: pigeonhole-snap%{phsnap}.tar.bzip2
 Source9: dovecot.sysconfig
 
@@ -147,7 +147,7 @@ automake --add-missing --copy --force-mi
 
 sed -i 's|/etc/ssl|/etc/pki/dovecot|' doc/mkcert.sh doc/example-config/conf.d/10-ssl.conf
 
-make %{?_smp_mflags}
+make %{?_smp_mflags} CFLAGS="$RPM_OPT_FLAGS"
 
 #pigeonhole
 pushd dovecot-2-0-pigeonhole-%{phsnap}
@@ -236,6 +236,8 @@ rm -rf $RPM_BUILD_ROOT
 getent group dovecot >/dev/null || groupadd -r dovecot
 getent passwd dovecot >/dev/null || \
 useradd -r -g dovecot -d /usr/libexec/dovecot -s /sbin/nologin -c "Dovecot IMAP server" dovecot
+getent passwd dovenull >/dev/null || \
+useradd -r -g dovecot -d /usr/libexec/dovecot -s /sbin/nologin -c "Dovecot login process" dovenul
 exit 0
 
 %post
@@ -326,7 +328,7 @@ make check
 %{_libexecdir}/dovecot
 
 %attr(0755,root,dovecot) %dir /var/run/dovecot
-%attr(0750,root,dovecot) %dir /var/run/dovecot/login
+%attr(0750,root,dovenull) %dir /var/run/dovecot/login
 %attr(0750,dovecot,dovecot) %dir /var/lib/dovecot
 
 %{_mandir}/man1/doveadm.1.gz
@@ -370,6 +372,10 @@ make check
 %{_libdir}/%{name}/dict/libdriver_pgsql.so
 
 %changelog
+* Mon May 15 2010 Michal Hlavinka <mhlavink at redhat.com> - 1:2.0-0.9.beta5.20100515
+- pigeonhole and dovecot updated to snapshot 20100515
+- fix crash for THREAD command
+
 * Wed May 05 2010 Michal Hlavinka <mhlavink at redhat.com> - 1:2.0-0.8.beta4.20100505
 - pigeonhole and dovecot updated to snapshot 20100505
 - mdbox: Avoid rebuilding storage if another process already did it


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/dovecot/devel/sources,v
retrieving revision 1.81
retrieving revision 1.82
diff -u -p -r1.81 -r1.82
--- sources	5 May 2010 09:57:38 -0000	1.81
+++ sources	17 May 2010 15:59:00 -0000	1.82
@@ -1,2 +1,2 @@
-86b3c6c3ea29e0d5db6c722fb4276a15  dovecot-20100505.tar.gz
-58638d02fcf44a3b2005e41dcc79719a  pigeonhole-snap861ffb523cb9.tar.bzip2
+25f47548b45fe74e6850fc67b1b5d8dc  dovecot-20100512.tar.gz
+a02d64af5e5177a41bc4f7671ffe0262  pigeonhole-snapd84aaca546b9.tar.bz2



More information about the scm-commits mailing list