https://dovecot.org/releases/2.2/dovecot-2.2.29.1.tar.gz https://dovecot.org/releases/2.2/dovecot-2.2.29.1.tar.gz.sig Mainly because I had missed one cherry-pick from the release, which caused unit tests to also fail. And I didn't notice that, because make distcheck had been broken for some years now when it ran clang static analyzer, although I had assumed it would have run make check already before it failed.. On a related note, we're looking for a test engineer :) http://avoimettyopaikat.monster.fi/v2/job/View?JobID=182881783 - imapc reconnection fix was forgotten from 2.2.29 release, which also made "make check" fail in a unit test - dict-sql: Merging multiple UPDATEs to a single statement wasn't actually working. - Fixed building with vpopmail
Hi, is there a newer public key available? root at dc:/usr/local/src# gpg --verify dovecot-2.2.29.1.tar.gz.sig dovecot-2.2.29.1.tar.gz gpg: Signature made Wed 12 Apr 2017 12:40:03 PM CEST using DSA key ID 40558AC9 gpg: Can't check signature: public key not found root at dc:/usr/local/src# gpg --search-keys 40558AC9 gpg: searching for "40558AC9" from hkp server keys.gnupg.net (1) Timo Sirainen <tss at iki.fi> 1024 bit DSA key 40558AC9, created: 2002-05-25, expires: 2003-05-25 (expired) (2) Timo Sirainen <tss at iki.fi> 1024 bit RSA key 40558AC9, created: 2014-06-16 (revoked) Keys 1-2 of 2 for "40558AC9". Enter number(s), N)ext, or Q)uit > q Mit freundlichen Gr??en Ralf Zimmermann Senior Security Engineer State Certified Engineer SIEGNETZ.IT GmbH Projektbetreuung/Security Einheitsstrasse 2, D-57076 Siegen Telefon: +4927168193130 Fax: +492716819329 Mobil : +491735360015 http://www.siegnetz.de http://rz.siegnetz.de Amtsgericht Siegen HRB4838 Gesch?ftsf?hrer: Oliver Seitz Sitz der Gesellschaft ist Siegen> Am 12.04.2017 um 12:45 schrieb Timo Sirainen <tss at iki.fi>: > > https://dovecot.org/releases/2.2/dovecot-2.2.29.1.tar.gz > https://dovecot.org/releases/2.2/dovecot-2.2.29.1.tar.gz.sig > > Mainly because I had missed one cherry-pick from the release, which caused unit tests to also fail. And I didn't notice that, because make distcheck had been broken for some years now when it ran clang static analyzer, although I had assumed it would have run make check already before it failed.. > > On a related note, we're looking for a test engineer :) http://avoimettyopaikat.monster.fi/v2/job/View?JobID=182881783 > > - imapc reconnection fix was forgotten from 2.2.29 release, which also > made "make check" fail in a unit test > - dict-sql: Merging multiple UPDATEs to a single statement wasn't > actually working. > - Fixed building with vpopmail-------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 455 bytes Desc: Message signed with OpenPGP URL: <http://dovecot.org/pipermail/dovecot/attachments/20170412/48da8407/attachment.sig>
On 12 Apr 2017, at 22.25, Ralf Zimmermann <r.zimmermann at siegnetz.de> wrote:> > Hi, > > is there a newer public key available? > > root at dc:/usr/local/src# gpg --verify dovecot-2.2.29.1.tar.gz.sig dovecot-2.2.29.1.tar.gz > gpg: Signature made Wed 12 Apr 2017 12:40:03 PM CEST using DSA key ID 40558AC9 > gpg: Can't check signature: public key not found > > root at dc:/usr/local/src# gpg --search-keys 40558AC9 > gpg: searching for "40558AC9" from hkp server keys.gnupg.net > (1) Timo Sirainen <tss at iki.fi> > 1024 bit DSA key 40558AC9, created: 2002-05-25, expires: 2003-05-25 (expired)It's this one. Weird that nobody has complained about it being expired. Also in my keyring it expires "never". I tried pushing the key now, but not sure if it's slow or if it just doesn't work. Maybe I need to set some explicit expire date. Although I'm planning to replace the Dovecot signing key at some point anyway..
Am 12.04.2017 um 12:45 schrieb Timo Sirainen:> https://dovecot.org/releases/2.2/dovecot-2.2.29.1.tar.gzAm 12.04.2017 um 02:54 schrieb Stephan Bosch:> https://pigeonhole.dovecot.org/releases/2.2/dovecot-2.2-pigeonhole-0.4.18.tar.gzHello, while building the new releases for Debian, lintian complained about spelling errors in binaries and manpages. The attached patches correct them. lintian complain also "spelling-error-in-binary usr/lib/dovecot/libdovecot-sieve.so.0.0.0 addres address" So I did $ grep -r addres | grep -v address src/lib-sieve/sieve-match.h: (const struct sieve_dumptime_env *denv, sieve_size_t *addres, int *opt_code); But as this isn't obviously text I don't touch that. Andreas -------------- next part -------------- A non-text attachment was scrubbed... Name: dovecot-spelling-error-in-binary.patch Type: text/x-patch Size: 1364 bytes Desc: not available URL: <http://dovecot.org/pipermail/dovecot/attachments/20170412/100162eb/attachment.bin> -------------- next part -------------- A non-text attachment was scrubbed... Name: dovecot-spelling-error-in-manpage.patch Type: text/x-patch Size: 688 bytes Desc: not available URL: <http://dovecot.org/pipermail/dovecot/attachments/20170412/100162eb/attachment-0001.bin> -------------- next part -------------- A non-text attachment was scrubbed... Name: pigeonhole-spelling-error-in-binary.patch Type: text/x-patch Size: 1907 bytes Desc: not available URL: <http://dovecot.org/pipermail/dovecot/attachments/20170412/100162eb/attachment-0002.bin> -------------- next part -------------- A non-text attachment was scrubbed... Name: pigeonhole-spelling-error-in-manpage.patch Type: text/x-patch Size: 907 bytes Desc: not available URL: <http://dovecot.org/pipermail/dovecot/attachments/20170412/100162eb/attachment-0003.bin>