Package: dovecot / 1:2.4.1+dfsg1-6

Metadata

Package Version Patches format
dovecot 1:2.4.1+dfsg1-6 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
skip rfc subdir.patch | (download)

pigeonhole/configure.ac | 1 0 + 1 - 0 !
pigeonhole/doc/Makefile.am | 1 0 + 1 - 0 !
2 files changed, 2 deletions(-)

 don't try to build doc/rfc subdir components
0001 lda Fix using USER environment if d hasn t been spec.patch | (download)

src/lda/main.c | 10 7 + 3 - 0 !
1 file changed, 7 insertions(+), 3 deletions(-)

 [patch] lda: fix using user environment if -d hasn't been specified

This became broken at some point.

0002 lda Default mail_home HOME environment if not using .patch | (download)

src/lda/main.c | 5 5 + 0 - 0 !
1 file changed, 5 insertions(+)

 [patch] lda: default mail_home=$home environment if not using userdb
 lookup

The previous code to do this was removed by
e57d5b9002f910c095ee5b55821395fcf1da016a

Use _FORTIFY_SOURCE level 3.patch | (download)

m4/dovecot.m4 | 6 3 + 3 - 0 !
pigeonhole/m4/dovecot.m4 | 6 3 + 3 - 0 !
2 files changed, 6 insertions(+), 6 deletions(-)

 use _fortify_source level 3

fit 32 bit test integers.patch | (download)

src/lib/test-event-filter.c | 48 24 + 24 - 0 !
1 file changed, 24 insertions(+), 24 deletions(-)

---
bug1104549 gssapi regression.patch | (download)

src/auth/mech-gssapi.c | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix gssapi regression
 Dovecot 2.4 introduced a regression that broke GSSAPI authentication for
 some clients.  This patch contains a fix provided by the upstream maintainers.
fix man errors.patch | (download)

doc/man/doveadm-deduplicate.1 | 8 4 + 4 - 0 !
doc/man/doveadm-fetch.1 | 2 1 + 1 - 0 !
doc/man/dovecot-lda.1 | 5 3 + 2 - 0 !
3 files changed, 8 insertions(+), 7 deletions(-)

 fix groff errors in upstream manpages
bug1106784_Fix LDAP SASL auth support.patch | (download)

src/auth/db-ldap-settings.c | 12 12 + 0 - 0 !
1 file changed, 12 insertions(+)

 [patch] fix ldap sasl auth support

961275fdb54878fdfa4ee1b9f1a4f00e82bf4a83 moved code without creating a
way to have HAVE_LDAP_SASL defined there.

Copy the preprocessor block from src/auth/db-ldap.c to fix this.