summaryrefslogtreecommitdiffstats
path: root/bin/compare-testing-status
diff options
context:
space:
mode:
authorStefan Fritsch <sf@sfritsch.de>2007-09-08 09:23:56 +0000
committerStefan Fritsch <sf@sfritsch.de>2007-09-08 09:23:56 +0000
commited6e2b964a7b5227d72595101609bc021a6bc8a8 (patch)
tree2daf36341c75d1d2840e19c42b99d3800fcbe0e2 /bin/compare-testing-status
parent00685ea5d0d37f524042b975e436ab8bc042cb64 (diff)
fix typos
git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@6547 e39458fd-73e7-0310-bf30-c45bca0a0e42
Diffstat (limited to 'bin/compare-testing-status')
-rwxr-xr-xbin/compare-testing-status14
1 files changed, 7 insertions, 7 deletions
diff --git a/bin/compare-testing-status b/bin/compare-testing-status
index 2ce1cf591d..8841c2819e 100755
--- a/bin/compare-testing-status
+++ b/bin/compare-testing-status
@@ -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@sfritsch.de';
+my $MAILTO='secure-testing-team@lists.alioth.debian.org';
my $MAILFROM='sf@sfritsch.de';
if (@ARGV != 2) {
@@ -110,7 +110,7 @@ sub print_hash {
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 @@ sub issue2string {
$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 @@ packages are removed from Debian testing.
$mail_text
-Updates:
---------
+How to update:
+--------------
Make sure the line
deb http://security.debian.org $TESTING/updates main contrib non-free

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