From 94ead38b0b9201fdc26baa95f73f52a90884f7ca Mon Sep 17 00:00:00 2001 From: Kees Cook Date: Thu, 22 Nov 2007 02:41:43 +0000 Subject: ubuntu kernels pending git-svn-id: svn+ssh://svn.debian.org/svn/kernel-sec@1024 e094ebfe-e918-0410-adfb-c712417f3574 --- scripts/ubuntu-table | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/ubuntu-table b/scripts/ubuntu-table index 868b5c6e..f9690b64 100755 --- a/scripts/ubuntu-table +++ b/scripts/ubuntu-table @@ -1,7 +1,7 @@ #!/usr/bin/env python import os, re, sys -releases = ['2.6.15-dapper-security', '2.6.17-edgy-security', '2.6.20-feisty-security'] +releases = ['2.6.15-dapper-security', '2.6.17-edgy-security', '2.6.20-feisty-security', '2.6.22-gutsy-security'] table = dict() cves = [elem for elem in os.listdir('.') if re.match('^CVE-\d+-\d+$',elem)] -- cgit v1.2.3