[Secure-testing-commits] r6547 - bin
stef-guest at alioth.debian.org
stef-guest at alioth.debian.org
Sat Sep 8 09:23:56 UTC 2007
Author: stef-guest
Date: 2007-09-08 09:23:56 +0000 (Sat, 08 Sep 2007)
New Revision: 6547
Modified:
bin/compare-testing-status
Log:
fix typos
Modified: bin/compare-testing-status
===================================================================
--- bin/compare-testing-status 2007-09-07 22:08:13 UTC (rev 6546)
+++ bin/compare-testing-status 2007-09-08 09:23:56 UTC (rev 6547)
@@ -1,14 +1,14 @@
#!/usr/bin/perl -w
# Compares the testing_status tables from two versions of security.db.
-# To be accurate, both versions must have be created with the same svn
-# revision of the tracker data files (but different package files).
+# To be accurate, both versions must have been created with the same svn
+# revision of the tracker data files (but with different package files).
use strict;
use DBI;
my $TESTING="lenny";
-my $MAILTO='sf at sfritsch.de';
+my $MAILTO='secure-testing-team at lists.alioth.debian.org';
my $MAILFROM='sf at sfritsch.de';
if (@ARGV != 2) {
@@ -110,7 +110,7 @@
return if ! scalar keys %{$hash};
print_both("$name:\n");
- print_both('=' x ( length($name) + 1) , "\n\n");
+ print_both('=' x ( length($name) + 1) , "\n");
print_mail("$desc") if $desc;
foreach my $p (sort keys %{$hash}) {
@@ -179,7 +179,7 @@
$desc = $result->[0]->[0];
if ( $issue =~ /^CVE-\d{4}-\d{4}/ ) {
- $url = "http:/cve.mitre.org/cgi-bin/cvename.cgi?name=" . $issue ;
+ $url = "http://cve.mitre.org/cgi-bin/cvename.cgi?name=" . $issue ;
return "$issue: $url\n";
}
elsif ( $issue =~ /^DTSA-/ ) {
@@ -216,8 +216,8 @@
$mail_text
-Updates:
---------
+How to update:
+--------------
Make sure the line
deb http://security.debian.org $TESTING/updates main contrib non-free
More information about the Secure-testing-commits
mailing list