Author: stef-guest
Date: 2006-06-22 21:44:30 +0000 (Thu, 22 Jun 2006)
New Revision: 4284

Modified:
   bin/checklist
Log:
- use new url for testing-security
- point to idssi.enyo.de/tracker
- note that some fixes might be in experimental, not unstable


Modified: bin/checklist
===================================================================
--- bin/checklist       2006-06-22 21:18:32 UTC (rev 4283)
+++ bin/checklist       2006-06-22 21:44:30 UTC (rev 4284)
@@ -12,7 +12,7 @@
 my $html=0;
 my $debug=0;
 my $suite="testing";
-my 
$sta="http://secure-testing.debian.net/debian-secure-testing/dists/etch/security-updates/main/source/Sources.gz";;
+my 
$sta="http://security.debian.org/debian-security/dists/testing/updates/main/source/Sources.gz";;
 my $output;
 if (! GetOptions(
                "html" => \$html,
@@ -37,6 +37,12 @@
 
 if ($html) { # It's HTML, so we need a header
        print OUT "<html><title>$suite security issues</title>\n";
+       print OUT <<"EOF";
+<p><b>Note:</b>The information in the <a 
href="http://idssi.enyo.de/tracker";>Security
+Bug Tracker</a> is more detailed and likely more accurate.
+</p>
+EOF
+
        
        # This is being run against something it's not meant to be, so print a 
warning
        if ($suite ne 'testing' && $suite ne 'unstable') { 
@@ -314,7 +320,7 @@
        }
        print OUT "<br>";
        print OUT "Total holes unfixed: $unfixed<br>\n";
-       print OUT "Total holes fixed in unstable but not $suite: $unprop_all 
($fixedsta fixed in secure-testing archive)";
+       print OUT "Total holes fixed in unstable (or experimental) but not 
$suite: $unprop_all ($fixedsta fixed in secure-testing archive)";
        if ($unprop_all != $unprop) {
                print OUT " (+".($unprop - $unprop_all)." on some arches)";
        }


_______________________________________________
Secure-testing-commits mailing list
Secure-testing-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/secure-testing-commits

Reply via email to