Author: stef-guest
Date: 2007-05-22 18:56:15 +0000 (Tue, 22 May 2007)
New Revision: 5899

Modified:
   data/DTSA/dtsa
   data/DTSA/list
Log:
add [lenny] to DTSAs

Modified: data/DTSA/dtsa
===================================================================
--- data/DTSA/dtsa      2007-05-22 18:25:57 UTC (rev 5898)
+++ data/DTSA/dtsa      2007-05-22 18:56:15 UTC (rev 5899)
@@ -1,5 +1,4 @@
-#!/usr/bin/python
-
+#!/usr/bin/python 
 import sys, getopt, os, glob
 
 # TODO:
@@ -14,6 +13,7 @@
 # mailx package installed
 
 announce_mail_address = "[EMAIL PROTECTED]"
+testing_name = "lenny"
 
 def print_usage():
        print "dtsa [-p | -u] dtsa-id major number"
@@ -103,7 +103,7 @@
                        cves += i
                        cves += " "
        l_f.write("\t{" + cves + "}\n")
-       l_f.write("\t- " + src + " " + testing_fix + "\n")
+       l_f.write("\t[" + testing_name + "] - " + src + " " + testing_fix + 
"\n")
        l_f.write("\tTODO: unreleased\n")
        l_f.close()
 

Modified: data/DTSA/list
===================================================================
--- data/DTSA/list      2007-05-22 18:25:57 UTC (rev 5898)
+++ data/DTSA/list      2007-05-22 18:56:15 UTC (rev 5899)
@@ -97,7 +97,7 @@
        [lenny] - aircrack-ng 1:0.8-0.1lenny1
 [May 22th, 2007] DTSA-36-1 mydns - multiple buffer overflows
        {CVE-2007-2362 }
-       - mydns 1:1.1.0-7.1lenny1
+       [lenny] - mydns 1:1.1.0-7.1lenny1
 [May 22th, 2007] DTSA-37-1 clamav - several vulnerabilities
        {CVE-2007-1745 CVE-2007-1997 CVE-2007-2029 }
-       - clamav 0.90.1-3lenny2
+       [lenny] - clamav 0.90.1-3lenny2


_______________________________________________
Secure-testing-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/secure-testing-commits

Reply via email to