https://bugs.exim.org/show_bug.cgi?id=1775
Git Commit <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #5 from Git Commit <[email protected]> --- Git commit: http://git.exim.org/exim.git/commitdiff/df613eb4a1b386c3b57baf09a25511894460b9b1 commit df613eb4a1b386c3b57baf09a25511894460b9b1 Author: Heiko Schlittermann (HS12-RIPE) <[email protected]> AuthorDate: Wed Oct 19 16:56:37 2016 +0200 Commit: Heiko Schlittermann (HS12-RIPE) <[email protected]> CommitDate: Thu Oct 20 00:48:28 2016 +0200 testsuite: add port_dynamic (bug 1775) this avoids problems on openbsd with so_reuseaddr. on openbsd so_reuseaddr only works if the ip address and the euid of the bind(2) calls match. in 0562 exim binds to 1225 as euid=0, in 0564 runtest tries to bind to 01225 as the user running the tests. thanks to kirill miazine for working this out. ---- test/runtest | 40 ++++++++++++++++++++++++++-------------- test/scripts/0000-Basic/0564 | 4 ++-- test/stdout/0564 | 2 +- 3 files changed, 29 insertions(+), 17 deletions(-) -- You are receiving this mail because: You are on the CC list for the bug. -- ## List details at https://lists.exim.org/mailman/listinfo/exim-dev Exim details at http://www.exim.org/ ##
