From: Wouter Wijngaards Date: Wed, 12 Jan 2011 08:55:27 +0000 (+0000) Subject: iana portlist updated X-Git-Tag: release-1.4.8rc1~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=583eabb13e136e5a19a8fb8fd31936c62b9c422e;p=thirdparty%2Funbound.git iana portlist updated git-svn-id: file:///svn/unbound/trunk@2370 be551aaa-1e26-0410-a405-d3ace91eadb9 --- diff --git a/doc/Changelog b/doc/Changelog index 6b78c59ce..b69b30c49 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -1,3 +1,6 @@ +12 January 2011: Wouter + - iana portlist updated. + 11 January 2011: Wouter - Fix insecure CNAME sequence marked as secure, reported by Bert Hubert. diff --git a/util/configlexer.c b/util/configlexer.c index 9877393a8..4b057d12c 100644 --- a/util/configlexer.c +++ b/util/configlexer.c @@ -1610,7 +1610,7 @@ static int input (void ); /* This used to be an fputs(), but since the string might contain NUL's, * we now use fwrite(). */ -#define ECHO do { if (fwrite( yytext, yyleng, 1, yyout )) {} } while (0) +#define ECHO fwrite( yytext, yyleng, 1, yyout ) #endif /* Gets input and stuffs it into "buf". number of characters read, or YY_NULL, @@ -1621,7 +1621,7 @@ static int input (void ); if ( YY_CURRENT_BUFFER_LVALUE->yy_is_interactive ) \ { \ int c = '*'; \ - unsigned n; \ + int n; \ for ( n = 0; n < max_size && \ (c = getc( yyin )) != EOF && c != '\n'; ++n ) \ buf[n] = (char) c; \ diff --git a/util/iana_ports.inc b/util/iana_ports.inc index b9b90062f..766e96f4c 100644 --- a/util/iana_ports.inc +++ b/util/iana_ports.inc @@ -4855,6 +4855,7 @@ 9283, 9284, 9285, +9286, 9287, 9292, 9293, @@ -5286,6 +5287,7 @@ 43441, 44321, 44322, +44323, 44553, 44818, 45054,