summaryrefslogtreecommitdiffstats
path: root/bin/updatelist
diff options
context:
space:
mode:
authorHolger Levsen <holger@debian.org>2014-08-31 20:47:02 +0000
committerHolger Levsen <holger@debian.org>2014-08-31 20:47:02 +0000
commita61b2bf398c39a4c5a1d8a7e5a695f037960bd8f (patch)
tree8368d33931c3f359e42092d5d3f70adddd0e8103 /bin/updatelist
parent59b09d07c65ce88efaaff2062381e5dc8e9512c5 (diff)
add support for squeeze-lts (Closes: #759727 once Florian has applied this to soler.d.o)
git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@28525 e39458fd-73e7-0310-bf30-c45bca0a0e42
Diffstat (limited to 'bin/updatelist')
-rwxr-xr-xbin/updatelist2
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/updatelist b/bin/updatelist
index b103d8b872..e32b370f48 100755
--- a/bin/updatelist
+++ b/bin/updatelist
@@ -2,6 +2,7 @@
my $html=shift;
my $dsa_list=shift;
my $dtsa_list=shift;
+my $dla_list=shift;
my $our_list=shift;
my %cves;
@@ -28,6 +29,7 @@ sub read_dsa {
}
read_dsa($dsa_list);
read_dsa($dtsa_list);
+read_dsa($dla_list);
my %listedcves;

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