Package: exim4 / 4.84-8

Metadata

Package Version Patches format
exim4 4.84-8 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
31_eximmanpage.dpatch | (download)

doc/exim.8 | 76 48 + 28 - 0 !
1 file changed, 48 insertions(+), 28 deletions(-)

 we ship the binary as exim4 instead of exim, fix manpage
 accordingly.
32_exim4.dpatch | (download)

OS/Makefile-Linux | 4 2 + 2 - 0 !
src/exicyclog.src | 2 1 + 1 - 0 !
src/exim_checkaccess.src | 2 1 + 1 - 0 !
src/eximon.src | 2 1 + 1 - 0 !
src/exinext.src | 4 2 + 2 - 0 !
src/exiqgrep.src | 2 1 + 1 - 0 !
src/exiwhat.src | 2 1 + 1 - 0 !
src/globals.c | 2 1 + 1 - 0 !
8 files changed, 10 insertions(+), 10 deletions(-)

 accomodate source for installing exim as exim4.
33_eximon.binary.dpatch | (download)

OS/eximon.conf-Default | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

---
34_eximstatsmanpage.dpatch | (download)

src/eximstats.src | 4 4 + 0 - 0 !
1 file changed, 4 insertions(+)

 add note about installing perl-modules on debian to
 generated manpage
35_install.dpatch | (download)

scripts/exim_install | 15 7 + 8 - 0 !
1 file changed, 7 insertions(+), 8 deletions(-)

 exim's installation scripts install the binary as
 exim-<version> - disable this feature.
50_localscan_dlopen.dpatch | (download)

src/EDITME | 15 15 + 0 - 0 !
src/config.h.defaults | 2 2 + 0 - 0 !
src/globals.c | 4 4 + 0 - 0 !
src/globals.h | 3 3 + 0 - 0 !
src/local_scan.c | 165 118 + 47 - 0 !
src/local_scan.h | 3 3 + 0 - 0 !
src/readconf.c | 3 3 + 0 - 0 !
7 files changed, 148 insertions(+), 47 deletions(-)

 allow to use and switch between different local_scan functions
 without recompiling exim.
 http://marc.merlins.org/linux/exim/files/sa-exim-current/ Original patch from
 David Woodhouse, modified first by Derrick 'dman' Hudson and then by Marc
 MERLIN for SA-Exim and minor/major API version tracking
60_convert4r4.dpatch | (download)

src/convert4r4.src | 26 26 + 0 - 0 !
1 file changed, 26 insertions(+)

 add a warning message to convert4r4
66_enlarge dh parameters size.dpatch | (download)

src/tls-gnu.c | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 enlarge default server side size of dh parameters to 2048
 from 1024. This patch has no effect if building against gnutls >= 2.12,
 because exim is using gnutls_sec_param_to_pk_bits() to get correct number
 of dh_bits when built against newer gnutls-versions.
67_unnecessaryCopt.diff | (download)

src/exicyclog.src | 4 2 + 2 - 0 !
src/eximon.src | 4 2 + 2 - 0 !
src/exinext.src | 6 3 + 3 - 0 !
src/exiwhat.src | 4 2 + 2 - 0 !
4 files changed, 9 insertions(+), 9 deletions(-)

 stop using exim's -c option in utility scripts (exiwhat
  et al.) since this breaks with ALT_CONFIG_PREFIX.
70_remove_exim users_references.dpatch | (download)

README | 12 10 + 2 - 0 !
src/eximstats.src | 3 1 + 2 - 0 !
2 files changed, 11 insertions(+), 4 deletions(-)

---
80_mime_empty_charset.diff | (download)

src/mime.c | 18 12 + 6 - 0 !
src/mime.h | 10 5 + 5 - 0 !
2 files changed, 17 insertions(+), 11 deletions(-)

 [patch] fix crash in mime acl when a parameter is zero-length


81_buffer overrun in spam acl.diff | (download)

src/spam.c | 3 2 + 1 - 0 !
1 file changed, 2 insertions(+), 1 deletion(-)

 [patch] fix buffer overrun in spam= acl condition.  bug 1552


82_quoted or r 2047 encoded.diff | (download)

src/mime.c | 103 56 + 47 - 0 !
1 file changed, 56 insertions(+), 47 deletions(-)

 [patch] account properly for quoted or 2047-encoded mime parameters
 while walking headers. Bug 1558


83_Remove limit on remove_headers item size. Bug 1533.patch | (download)

src/transport.c | 3 1 + 2 - 0 !
1 file changed, 1 insertion(+), 2 deletions(-)

 [patch] remove limit on remove_headers item size. bug 1533


84_Fix truncation of items in headers_remove lists this.patch | (download)

src/routers/rf_get_munge_headers.c | 3 1 + 2 - 0 !
1 file changed, 1 insertion(+), 2 deletions(-)

 [patch] fix truncation of items in headers_remove lists, this time in
 routers.  Bug 1533