updater: Add support for Ubuntu Vivid Core and ignore Vivid PhoneOverlay
Reacts to https://bazaar.launchpad.net/~ubuntu-security/ubuntu-cve-tracker/master/revision/10488
This commit is contained in:
parent
7b608ceda5
commit
712aa11b8b
@ -34,11 +34,12 @@ var DebianReleasesMapping = map[string]string{
|
|||||||
// UbuntuReleasesMapping translates Ubuntu code names to version numbers
|
// UbuntuReleasesMapping translates Ubuntu code names to version numbers
|
||||||
// TODO That should probably be stored in the database or in a file
|
// TODO That should probably be stored in the database or in a file
|
||||||
var UbuntuReleasesMapping = map[string]string{
|
var UbuntuReleasesMapping = map[string]string{
|
||||||
"precise": "12.04",
|
"precise": "12.04",
|
||||||
"quantal": "12.10",
|
"quantal": "12.10",
|
||||||
"raring": "13.04",
|
"raring": "13.04",
|
||||||
"trusty": "14.04",
|
"trusty": "14.04",
|
||||||
"utopic": "14.10",
|
"utopic": "14.10",
|
||||||
"vivid": "15.04",
|
"vivid": "15.04",
|
||||||
"wily": "15.10",
|
"vivid/ubuntu-core": "15.04-core",
|
||||||
|
"wily": "15.10",
|
||||||
}
|
}
|
||||||
|
@ -59,6 +59,8 @@ var (
|
|||||||
"oneiric": struct{}{},
|
"oneiric": struct{}{},
|
||||||
"saucy": struct{}{},
|
"saucy": struct{}{},
|
||||||
|
|
||||||
|
"vivid/stable-phone-overlay": struct{}{},
|
||||||
|
|
||||||
// Syntax error
|
// Syntax error
|
||||||
"Patches": struct{}{},
|
"Patches": struct{}{},
|
||||||
// Product
|
// Product
|
||||||
|
Loading…
Reference in New Issue
Block a user