We are pleased to release pigeonhole 0.5.11. You can download it from locations below: https://pigeonhole.dovecot.org/releases/2.3/dovecot-2.3.11-pigeonhole-0.5.11.tar.gz https://pigeonhole.dovecot.org/releases/2.3/dovecot-2.3.11-pigeonhole-0.5.11.tar.gz.sig Binary packages in https://repo.dovecot.org/ Docker images in https://hub.docker.com/r/dovecot/dovecot Aki Tuomi Open-Xchange oy --- * managesieve: managesieve_max_line_length setting is now a "size" type ? instead of just number of bytes. This allows using e.g. "64k" as the ? value. - lib-sieve: When folding white space is used in the Message-ID header, ? it is not stripped away correctly before the message ID value is used, ? causing e.g. garbled log lines at delivery. -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 488 bytes Desc: OpenPGP digital signature URL: <https://dovecot.org/pipermail/dovecot/attachments/20200812/72ff50df/attachment.sig>
On 2020-08-12 09:02, Aki Tuomi wrote:> We are pleased to release pigeonhole 0.5.11. You can download it from > locations below: > > https://pigeonhole.dovecot.org/releases/2.3/dovecot-2.3.11-pigeonhole-0.5.11.tar.gz > https://pigeonhole.dovecot.org/releases/2.3/dovecot-2.3.11-pigeonhole-0.5.11.tar.gz.sigUnfortunately you broke all build systems (rpm, deb, ...) with that release name. .11 should have neve been included in the name. As you can see from previous releases the dovecot patch number was never in the pigeonhole tarball release name. Cheers, K. C. -- regards Helmut K. C. Tessarek KeyID 0x172380A011EF4944 Key fingerprint = 8A55 70C1 BD85 D34E ADBC 386C 1723 80A0 11EF 4944 /* Thou shalt not follow the NULL pointer for chaos and madness await thee at its end. */ -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 833 bytes Desc: OpenPGP digital signature URL: <https://dovecot.org/pipermail/dovecot/attachments/20200812/da610276/attachment.sig>
FreeBSD ports as well: I] ? make makesum ===> License LGPL21 accepted by the user ===> License LGPL21 accepted by the user ===> dovecot-pigeonhole-0.5.11 depends on file: /usr/local/sbin/pkg - found => dovecot-2.3-pigeonhole-0.5.11.tar.gz doesn't seem to exist in /home/ler/FreeBSD/ports/distfiles/. => Attempting to fetch http://pigeonhole.dovecot.org/releases/2.3/dovecot-2.3-pigeonhole-0.5.11.tar.gz fetch: http://pigeonhole.dovecot.org/releases/2.3/dovecot-2.3-pigeonhole-0.5.11.tar.gz: Not Found => Attempting to fetch http://distcache.FreeBSD.org/ports-distfiles/dovecot-2.3-pigeonhole-0.5.11.tar.gz fetch: http://distcache.FreeBSD.org/ports-distfiles/dovecot-2.3-pigeonhole-0.5.11.tar.gz: Not Found => Couldn't fetch it - please try to retrieve this => port manually into /home/ler/FreeBSD/ports/distfiles/ and try again. *** Error code 1 Stop. make[1]: stopped in /home/ler/FreeBSD/ports/mail/dovecot-pigeonhole *** Error code 1 Stop. make: stopped in /home/ler/FreeBSD/ports/mail/dovecot-pigeonhole ler in ports/mail/dovecot-pigeonhole at borg took 3s [I] ? On Wed, Aug 12, 2020 at 2:48 PM Helmut K. C. Tessarek <tessarek at evermeet.cx> wrote:> On 2020-08-12 09:02, Aki Tuomi wrote: > > We are pleased to release pigeonhole 0.5.11. You can download it from > > locations below: > > > > > https://pigeonhole.dovecot.org/releases/2.3/dovecot-2.3.11-pigeonhole-0.5.11.tar.gz > > > https://pigeonhole.dovecot.org/releases/2.3/dovecot-2.3.11-pigeonhole-0.5.11.tar.gz.sig > > Unfortunately you broke all build systems (rpm, deb, ...) with that > release name. > > .11 should have neve been included in the name. As you can see from > previous > releases the dovecot patch number was never in the pigeonhole tarball > release > name. > > Cheers, > K. C. > > -- > regards Helmut K. C. Tessarek KeyID 0x172380A011EF4944 > Key fingerprint = 8A55 70C1 BD85 D34E ADBC 386C 1723 80A0 11EF 4944 > > /* > Thou shalt not follow the NULL pointer for chaos and madness > await thee at its end. > */ > >-- Larry Rosenman http://www.lerctr.org/~ler Phone: +1 214-642-9640 (c) E-Mail: larryrtx at gmail.com US Mail: 5708 Sabbia Dr, Round Rock, TX 78665-2106 -------------- next part -------------- An HTML attachment was scrubbed... URL: <https://dovecot.org/pipermail/dovecot/attachments/20200812/0e4374b2/attachment.html>
On 13/08/20 7:48 am, Helmut K. C. Tessarek wrote:> On 2020-08-12 09:02, Aki Tuomi wrote: >> We are pleased to release pigeonhole 0.5.11. You can download it from >> locations below: >> >> https://pigeonhole.dovecot.org/releases/2.3/dovecot-2.3.11-pigeonhole-0.5.11.tar.gz >> https://pigeonhole.dovecot.org/releases/2.3/dovecot-2.3.11-pigeonhole-0.5.11.tar.gz.sig > > Unfortunately you broke all build systems (rpm, deb, ...) with that release name. > > .11 should have neve been included in the name. As you can see from previous > releases the dovecot patch number was never in the pigeonhole tarball release > name.Yes, please fix in future releases. I already have to define the 2.3 separately from the 11.3 in my spec file, with this change I either have to rename the file or have three definitions: 2.3, 11 and 3 (I renamed the file). Peter