mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-04 00:25:29 +00:00
4634. [contrib] check5011.pl needs to handle optional space before
semi-colon in +multi-line output. [RT #45352]
This commit is contained in:
3
CHANGES
3
CHANGES
@@ -1,3 +1,6 @@
|
|||||||
|
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.
|
4633. [maint] Updated AAAA (2001:500:200::b) for B.ROOT-SERVERS.NET.
|
||||||
|
|
||||||
4632. [security] The BIND installer on Windows used an unquoted
|
4632. [security] The BIND installer on Windows used an unquoted
|
||||||
|
@@ -27,7 +27,7 @@ sub getkey ($$) {
|
|||||||
last if m{^[)]};
|
last if m{^[)]};
|
||||||
$data .= $_;
|
$data .= $_;
|
||||||
}
|
}
|
||||||
m{ alg = (\S+); key id = (\d+)};
|
m{ alg = (\S+)\s*; key id = (\d+)};
|
||||||
$k->{alg} = $1;
|
$k->{alg} = $1;
|
||||||
$k->{id} = $2;
|
$k->{id} = $2;
|
||||||
$k->{data} = $data;
|
$k->{data} = $data;
|
||||||
|
Reference in New Issue
Block a user