summaryrefslogtreecommitdiffstats
path: root/data/DTSA/dtsa
diff options
context:
space:
mode:
authorStefan Fritsch <sf@sfritsch.de>2007-05-23 06:34:51 +0000
committerStefan Fritsch <sf@sfritsch.de>2007-05-23 06:34:51 +0000
commit88070b3a0ca9b285e1c2cf62906047ba8ca378b8 (patch)
tree9db1a3313b1a977b6a312672097e4b5a2e9c4dd5 /data/DTSA/dtsa
parentdea1226cdc98403ef42a838d9aa1f48ec1659539 (diff)
fix some more references to etch
git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@5903 e39458fd-73e7-0310-bf30-c45bca0a0e42
Diffstat (limited to 'data/DTSA/dtsa')
-rwxr-xr-xdata/DTSA/dtsa11
1 files changed, 7 insertions, 4 deletions
diff --git a/data/DTSA/dtsa b/data/DTSA/dtsa
index 9f21079585..1d5c41203b 100755
--- a/data/DTSA/dtsa
+++ b/data/DTSA/dtsa
@@ -1,4 +1,5 @@
-#!/usr/bin/python
+#!/usr/bin/python
+
import sys, getopt, os, glob
# TODO:
@@ -14,6 +15,8 @@ import sys, getopt, os, glob
announce_mail_address = "secure-testing-announce@lists.alioth.debian.org"
testing_name = "lenny"
+stable_name = "etch"
+oldstable_name = "sarge"
def print_usage():
print "dtsa [-p | -u] dtsa-id major number"
@@ -148,7 +151,7 @@ def export_html(src, date, vuln_type, cve, testing_fix, sid_fix, descr, vendor_a
html.write("</dd>\n")
html.write("<br>")
- html.write("<dt>For the testing distribution (etch) this is fixed in version " + testing_fix + "</dt>\n")
+ html.write("<dt>For the testing distribution (" + testing_name + ") this is fixed in version " + testing_fix + "</dt>\n")
if len(sid_fix) > 0:
html.write("<dt>For the unstable distribution (sid) this is fixed in version " + sid_fix + "</dt>\n")
@@ -211,7 +214,7 @@ def export_ascii(src, date, vuln_type, cve, testing_fix, sid_fix, descr, vendor_
ascii.write(i + "\n")
ascii.write("\n")
- ascii.write("For the testing distribution (etch) this is fixed in version\n")
+ ascii.write("For the testing distribution (" + testing_name + ") this is fixed in version\n")
ascii.write(testing_fix + "\n")
ascii.write("\n")
@@ -226,7 +229,7 @@ def export_ascii(src, date, vuln_type, cve, testing_fix, sid_fix, descr, vendor_
ascii.write("\n")
ascii.write("The Debian testing security team does not track security issues for the\n")
- ascii.write("stable (etch) and oldstable (sarge) distributions. If stable is vulnerable,\n")
+ ascii.write("stable (" + stable_name + ") and oldstable (" + oldstable_name + ") distributions. If stable is vulnerable,\n")
ascii.write("the Debian security team will make an announcement once a fix is ready.\n")
ascii.write("\n")

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