summaryrefslogtreecommitdiffstats
path: root/bin/updatelist
diff options
context:
space:
mode:
authorJoey Hess <joeyh@debian.org>2005-10-01 18:20:13 +0000
committerJoey Hess <joeyh@debian.org>2005-10-01 18:20:13 +0000
commit0d3e9bc6f2166b932b299f4cccdc7ef1ade83a8f (patch)
tree8b7a8fb0ae4d1e052c24a377c58059bf555a58d2 /bin/updatelist
parent38b4228ed2ce90b17ad3dbeed03a7897edd70ecc (diff)
support whitespace after { in cross-references to be robust
git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@2264 e39458fd-73e7-0310-bf30-c45bca0a0e42
Diffstat (limited to 'bin/updatelist')
-rwxr-xr-xbin/updatelist2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/updatelist b/bin/updatelist
index 8aa0e01ad5..3186cd69dc 100755
--- a/bin/updatelist
+++ b/bin/updatelist
@@ -15,7 +15,7 @@ sub read_dsa {
if (/^\[/) {
($dsa)=m/(DT?SA-.*?) /;
}
- if (/\{(CAN|CVE)/) {
+ if (/\{\s*(CAN|CVE)/) {
my ($canlist)=m/\{(.*)\}/;
foreach my $can (split ' ', $canlist) {
$can=~s/CVE-/CAN-/g;

© 2014-2024 Faster IT GmbH | imprint | privacy policy