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 filePatch | File delta | Description |
---|---|---|
skip rfc subdir.patch | (download) |
pigeonhole/configure.ac |
1 0 + 1 - 0 ! |
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 ! |
[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 ! |
[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 ! |
use _fortify_source level 3 |
fit 32 bit test integers.patch | (download) |
src/lib/test-event-filter.c |
48 24 + 24 - 0 ! |
--- |
bug1104549 gssapi regression.patch | (download) |
src/auth/mech-gssapi.c |
2 1 + 1 - 0 ! |
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 ! |
fix groff errors in upstream manpages |
bug1106784_Fix LDAP SASL auth support.patch | (download) |
src/auth/db-ldap-settings.c |
12 12 + 0 - 0 ! |
[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. |