Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
BIND
Commits
ed2659c9
Commit
ed2659c9
authored
Jun 11, 2017
by
Mark Andrews
Browse files
4634. [contrib] check5011.pl needs to handle optional space before
semi-colon in +multi-line output. [RT #45352]
parent
3e7ed60f
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGES
View file @
ed2659c9
4634. [contrib] check5011.pl needs to handle optional space before
semi-colon in +multi-line output. [RT #45352]
4633. [maint] Updated AAAA (2001:500:200::b) for B.ROOT-SERVERS.NET.
4632. [security] The BIND installer on Windows used an unquoted
...
...
contrib/scripts/check5011.pl
View file @
ed2659c9
...
...
@@ -27,7 +27,7 @@ sub getkey ($$) {
last
if
m{^[)]}
;
$data
.=
$_
;
}
m{ alg = (\S+); key id = (\d+)}
;
m{ alg = (\S+)
\s*
; key id = (\d+)}
;
$k
->
{
alg
}
=
$
1
;
$k
->
{
id
}
=
$
2
;
$k
->
{
data
}
=
$data
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment