Created attachment 183967 [details] Dovecot2 NOTIFY fix In version 2.2.31, NOTIFY command was broken due to misrepresented RFC. This patch applies the fix from upstream, as well as some additional error checking for NOTIFY parameter parsing. Relevant ML thread: * https://dovecot.org/pipermail/dovecot/2017-June/108474.html NOTIFY fix: * https://github.com/dovecot/core/commit/bcb321bc62117d30bc53a872ca1154c0100aeefd Additional error checks: * https://github.com/dovecot/core/commit/8b2d740b8182c63b76ff7ef0dd5e01710228705a Also bump PORTREVISION for dovecot2-pigeonhole and dovecot2-antispam-plugin. Builds with Poudriere on 11.1-BETA3, 11.0, amd64. Running in production now.
A commit references this bug: Author: adamw Date: Fri Jun 30 22:56:04 UTC 2017 New revision: 444810 URL: https://svnweb.freebsd.org/changeset/ports/444810 Log: Add upstream patches to fix IMAP NOTIFY subscriptions, broken in 2.2.31. PR: 220397 Submitted by: Vladimir Krstulja Changes: head/mail/dovecot2/Makefile head/mail/dovecot2/files/patch-UPSTREAM-notify
Committed, thanks for this, Vladimir!