Stuart Henderson
Fri, 19 Mar 2010 02:38:45 -0700
On 2010/03/19 08:07, Pierre-Emmanuel André wrote: > This diff updates Dovecot to it's latest version (1.2.11). > Tested on amd64 with a postgresql backend. > You can find the diff here too: > http://www.raveland.org/ports/dovecot/dovecot-1.2.11-managesieve-0.11.11-sieve-0.1.15.diff > > Small howto to upgrade: > http://www.raveland.org/ports/dovecot/UPGRADE_HOWTO
I've been running 1.2.11 with basically the same diff as this
for a couple of days with no problems.
> +pre-patch:
> + cd ${WRKSRC} && \
> + gunzip -c ${DISTDIR}/${DIST_MANAGESIEVE} | patch -p1 2> /dev/null
update-patches is much more pleasant if you do this instead:
pre-patch:
gunzip -c ${DISTDIR}/${DIST_MANAGESIEVE} | \
patch -z.managesieve.orig -p1 2> /dev/null
IMO this should go in shortly after unlock.