From 055967c8e1f2e3dd2ceabcca644de3ec1e54ecfb Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sat, 1 Oct 2005 18:20:13 +0000 Subject: 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 --- bin/updatelist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/updatelist') 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; -- cgit v1.2.3