FreeBSD Bugzilla – Attachment 151523 Details for
Bug 196670
[patch update] mail/exim 4.84 -> 4.85
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
update
exim.diff (text/plain), 3.29 KB, created by
Kurt Jaeger
on 2015-01-13 07:23:09 UTC
(
hide
)
Description:
update
Filename:
MIME Type:
Creator:
Kurt Jaeger
Created:
2015-01-13 07:23:09 UTC
Size:
3.29 KB
patch
obsolete
>diff -r -u -N mail/exim/Makefile /usr/home/pi/myp/mail/exim/Makefile >--- mail/exim/Makefile 2014-11-23 21:25:11.000000000 +0100 >+++ /usr/home/pi/myp/mail/exim/Makefile 2015-01-13 07:11:27.000000000 +0100 >@@ -3,7 +3,7 @@ > > PORTNAME= exim > PORTVERSION?= ${EXIM_VERSION} >-PORTREVISION?= 2 >+PORTREVISION?= 0 > CATEGORIES= mail ipv6 > MASTER_SITES= ${MASTER_SITE_EXIM:S/$/:exim/} > MASTER_SITE_SUBDIR= exim4/:exim >@@ -85,7 +85,7 @@ > DISTFILES+= sa-exim-${SA_EXIM_VERSION}.tar.gz:sa_exim > .endif > >-EXIM_VERSION= 4.84 >+EXIM_VERSION= 4.85 > SA_EXIM_VERSION=4.2 > EXIM_INSTALL_ARG+= "-no_chown" "-no_symlink" > >diff -r -u -N mail/exim/distinfo /usr/home/pi/myp/mail/exim/distinfo >--- mail/exim/distinfo 2014-08-13 17:06:08.000000000 +0200 >+++ /usr/home/pi/myp/mail/exim/distinfo 2015-01-13 07:11:54.000000000 +0100 >@@ -1,4 +1,4 @@ >-SHA256 (exim/exim-4.84.tar.bz2) = 78ea22be87fb6df880e7fd482f3bec9ef6ceca0c9dedd50f8a26cae0b38b9e9c >-SIZE (exim/exim-4.84.tar.bz2) = 1761790 >+SHA256 (exim/exim-4.85.tar.bz2) = 13211f2bbc5400d095a9b4be075eb1347e0d98676fdfe4be8a3b4d56281daaa4 >+SIZE (exim/exim-4.85.tar.bz2) = 1784150 > SHA256 (exim/sa-exim-4.2.tar.gz) = 72e0a735547f18b05785e6c58a71d24623858f0f5234a5dc0e24cb453999e99a > SIZE (exim/sa-exim-4.2.tar.gz) = 66575 >diff -r -u -N mail/exim/files/patch-src__mime.c /usr/home/pi/myp/mail/exim/files/patch-src__mime.c >--- mail/exim/files/patch-src__mime.c 2014-11-13 21:25:07.000000000 +0100 >+++ /usr/home/pi/myp/mail/exim/files/patch-src__mime.c 1970-01-01 01:00:00.000000000 +0100 >@@ -1,52 +0,0 @@ >-diff -urN ../exim-4.84.orig/src/mime.c ../exim-4.84/src/mime.c >---- ../exim-4.84.orig/src/mime.c 2014-08-09 15:44:29.000000000 +0300 >-+++ ../exim-4.84/src/mime.c 2014-11-12 02:36:21.000000000 +0200 >-@@ -620,12 +620,18 @@ >- else >- param_value = string_cat(param_value, &size, &ptr, q++, 1); >- } >-- param_value[ptr++] = '\0'; >-- param_value_len = ptr; >-- >-- param_value = rfc2047_decode(param_value, check_rfc2047_length, NULL, 32, ¶m_value_len, &q); >-- debug_printf("Found %s MIME parameter in %s header, value is '%s'\n", mp->name, mime_header_list[i].name, param_value); >-- *((uschar **)(mp->value)) = param_value; >-+ if (param_value) >-+ { >-+ param_value[ptr++] = '\0'; >-+ param_value_len = ptr; >-+ >-+ param_value = rfc2047_decode(param_value, >-+ check_rfc2047_length, NULL, 32, ¶m_value_len, &q); >-+ debug_printf("Found %s MIME parameter in %s header, " >-+ "value is '%s'\n", mp->name, mime_header_list[i].name, >-+ param_value); >-+ } >-+ *mp->value = param_value; >- p += (mp->namelen + param_value_len + 1); >- goto NEXT_PARAM_SEARCH; >- } >-diff -urN ../exim-4.84.orig/src/mime.h ../exim-4.84/src/mime.h >---- ../exim-4.84.orig/src/mime.h 2014-08-09 15:44:29.000000000 +0300 >-+++ ../exim-4.84/src/mime.h 2014-11-12 02:36:13.000000000 +0200 >-@@ -40,15 +40,15 @@ >- >- >- typedef struct mime_parameter { >-- uschar *name; >-- int namelen; >-- void *value; >-+ uschar * name; >-+ int namelen; >-+ uschar ** value; >- } mime_parameter; >- >- static mime_parameter mime_parameter_list[] = { >-- { US"name=", 5, &mime_filename }, >-+ { US"name=", 5, &mime_filename }, >- { US"filename=", 9, &mime_filename }, >-- { US"charset=", 8, &mime_charset }, >-+ { US"charset=", 8, &mime_charset }, >- { US"boundary=", 9, &mime_boundary } >- }; >-
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 196670
: 151523