From ce54c45394d00fb6e4ae3728dad205bee1d7346c Mon Sep 17 00:00:00 2001 From: Ralph Dolmans Date: Tue, 9 May 2017 15:02:39 +0000 Subject: [PATCH] - Add 'c' to getopt() in testbound. - iana portlist update. git-svn-id: file:///svn/unbound/trunk@4152 be551aaa-1e26-0410-a405-d3ace91eadb9 --- doc/Changelog | 4 ++++ testcode/testbound.c | 2 +- util/iana_ports.inc | 1 + 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/doc/Changelog b/doc/Changelog index f22d39e3e..9dccd7f90 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -1,3 +1,7 @@ +9 May 2017: Ralph + - Add 'c' to getopt() in testbound. + - iana portlist update + 8 May 2017: Wouter - Fix tcp-mss failure printout text. - Set SO_REUSEADDR on outgoing tcp connections to fix the bind before diff --git a/testcode/testbound.c b/testcode/testbound.c index 180b2c256..052c74e82 100644 --- a/testcode/testbound.c +++ b/testcode/testbound.c @@ -281,7 +281,7 @@ main(int argc, char* argv[]) pass_argc = 1; pass_argv[0] = "unbound"; add_opts("-d", &pass_argc, pass_argv); - while( (c=getopt(argc, argv, "12egho:p:s")) != -1) { + while( (c=getopt(argc, argv, "12egcho:p:s")) != -1) { switch(c) { case 's': free(pass_argv[1]); diff --git a/util/iana_ports.inc b/util/iana_ports.inc index 1092243b6..91bebd3a7 100644 --- a/util/iana_ports.inc +++ b/util/iana_ports.inc @@ -4856,6 +4856,7 @@ 8793, 8800, 8804, +8805, 8808, 8873, 8880,