From 213ccdce13dc4c33d2d63383360aa2da3ae72645 Mon Sep 17 00:00:00 2001 From: Kees Cook Date: Mon, 17 Nov 2008 19:51:38 +0000 Subject: ubuntu updates git-svn-id: svn+ssh://svn.debian.org/svn/kernel-sec@1264 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 a4d83ccc..5dd3ca98 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.20-feisty-security', '2.6.22-gutsy-security', '2.6.24-hardy-security'] +releases = ['2.6.15-dapper-security', '2.6.22-gutsy-security', '2.6.24-hardy-security', '2.6.27-intrepid-security'] table = dict() cves = [elem for elem in os.listdir('.') if re.match('^CVE-\d+-\d+$',elem)] -- cgit v1.2.3