Re: [exim-dev] [exim] Exim 4.89 RC6 uploaded: one remaining known issue

2017-02-23 Thread Phil Pennock
On 2017-02-23 at 18:44 +0100, Andreas Metzler wrote:
> BTW, there is a new rather ugly warning in RC6:
> | receive.c: In function 'read_message_bdat_smtp':
> | receive.c:947:9: warning: implicit declaration of function 'bdat_ungetc' 
> [-Wimplicit-function-declaration]
> |  bdat_ungetc('\n');
> |  ^~~

Already fixed; since it's taking an int type, I decided that the
implicit would do and didn't re-cut, but left it and fixed immediately
after finishing the publication.

(A function got used in a second file, so I just moved the declaration
to a header).

(As part of release, I'm signing, building, deploying to two boxes, and
then pushing the signed git tags and publishing the tarballs; the two
boxes are one with clang on FreeBSD 10.3 and one with gcc on Ubuntu
14.04.5; between them, these have done a decent job of letting me trim
down the warnings a fair chunk during RC.  So I can stop and recut
trivially if I see anything which warrants it)

-Phil

-- 
## List details at https://lists.exim.org/mailman/listinfo/exim-dev Exim 
details at http://www.exim.org/ ##


Re: [exim-dev] Exim 4.89 RC6 uploaded: one remaining known issue

2017-02-23 Thread Andreas Metzler
On 2017-02-23 Phil Pennock  wrote:
> Folks, we really need your help tracking down one last issue with a
> crashing Exim; _please_ try this Exim some place, to see if you can help
> expose it.

> I have uploaded Exim 4.89 RC6 to:
[...]

Hello,

Just uploaded to debian/unstable, should be available after the next
mirror push.

BTW, there is a new rather ugly warning in RC6:
| receive.c: In function 'read_message_bdat_smtp':
| receive.c:947:9: warning: implicit declaration of function 'bdat_ungetc' 
[-Wimplicit-function-declaration]
|  bdat_ungetc('\n');
|  ^~~

cu Andreas
-- 
`What a good friend you are to him, Dr. Maturin. His other friends are
so grateful to you.'
`I sew his ears on from time to time, sure'

-- 
## List details at https://lists.exim.org/mailman/listinfo/exim-dev Exim 
details at http://www.exim.org/ ##