[Secure-testing-commits] r3479 - bin
Joey Hess
joeyh at costa.debian.org
Tue Feb 14 20:56:54 UTC 2006
Author: joeyh
Date: 2006-02-14 20:56:53 +0000 (Tue, 14 Feb 2006)
New Revision: 3479
Modified:
bin/checklist
Log:
ignore <no-dsa>
Modified: bin/checklist
===================================================================
--- bin/checklist 2006-02-14 11:46:38 UTC (rev 3478)
+++ bin/checklist 2006-02-14 20:56:53 UTC (rev 3479)
@@ -136,7 +136,7 @@
# by now, we also have the version that's affected by the security problem.
# This is stored in $version
- next if $version eq '<not-affected>' || $version eq '<removed>';
+ next if $version eq '<not-affected>' || $version eq '<removed>' || $version eq '<no-dsa>';
my @notes=split(/\s*;\s+/, $notes);
More information about the Secure-testing-commits
mailing list