From ef76e88337142db34e0673c37ef3ea80a842b93e Mon Sep 17 00:00:00 2001 From: Michal Hlavinka Date: Wed, 25 Aug 2010 14:47:25 +0200 Subject: [PATCH] add missing sources and update file list --- .gitignore | 2 ++ dovecot.spec | 12 ++++++++++-- sources | 4 ++-- 3 files changed, 14 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index f9f27a7..8e819e3 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,5 @@ dovecot-2.0.rc5.tar.gz pigeonhole-snap0592366457df.tar.bz2 /dovecot-2.0.0.tar.gz /pigeonhole-snap1ae9569b0383.tar.bz2 +/dovecot-2.0.1.tar.gz +/pigeonhole-snapd51650c8af85.tar.bz2 diff --git a/dovecot.spec b/dovecot.spec index 37823d2..5a907a7 100644 --- a/dovecot.spec +++ b/dovecot.spec @@ -331,9 +331,9 @@ make check %files pigeonhole %defattr(-,root,root,-) +%{_bindir}/sieve-dump %{_bindir}/sieve-test %{_bindir}/sievec -%{_bindir}/sieved %config(noreplace) %{_sysconfdir}/dovecot/conf.d/90-sieve.conf %config(noreplace) %{_sysconfdir}/dovecot/conf.d/20-managesieve.conf %{_libexecdir}/%{name}/managesieve @@ -343,8 +343,10 @@ make check %{_libdir}/dovecot/settings/libmanagesieve_*.so %{_mandir}/man1/sieve-test.1.gz +%{_mandir}/man1/sieve-dump.1.gz %{_mandir}/man1/sievec.1.gz %{_mandir}/man1/sieved.1.gz +%{_mandir}/man7/pigeonhole.7.gz %files mysql %defattr(-,root,root,-) @@ -360,7 +362,13 @@ make check %changelog * Wed Aug 25 2010 Michal Hlavinka - 1:2.0.1-1 -- dovecot updated +- dovecot and pigeonhole updated +- sieve: sieved renamed to sieve-dump +- when dsync is started as root, remote dsync command is now also executed + as root instead of with dropped privileges. +- IMAP: QRESYNC parameters for SELECT weren't handled correctly. +- UTF-8 string validity checking wasn't done correctly +- dsync: Fixed a random assert-crash with remote dsyncing * Tue Aug 17 2010 Michal Hlavinka - 1:2.0-1 - dovecot and pigeonhole updated diff --git a/sources b/sources index 3d734e7..e7deb16 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -2ca3cbd523cac1cbd53a904255dcd4f8 dovecot-2.0.0.tar.gz -552a2f050b2ef50b35de14ebc147e0de pigeonhole-snap1ae9569b0383.tar.bz2 +f58749dae7826d82b96fccf2c9e3bbf7 dovecot-2.0.1.tar.gz +3c1928c86776e3396e52b2d2b634f620 pigeonhole-snapd51650c8af85.tar.bz2