Fixed patches format delimited by CR/LF
This commit is contained in:
@@ -41,7 +41,7 @@ libimcv {
|
||||
firmware {
|
||||
fw-1 {
|
||||
name = Firmware ABC
|
||||
patches = "security patch 2014-05-08\nupgrade 2014-08-16\nsecurity patch 2015-3-22"
|
||||
patches = "security patch 2014-05-08\r\nupgrade 2014-08-16\r\nsecurity patch 2015-3-22\r\n"
|
||||
string_version = 1.0.7
|
||||
version = 00000001000000000000000700000000
|
||||
}
|
||||
@@ -55,7 +55,7 @@ libimcv {
|
||||
resident_application {
|
||||
resident-app-1 {
|
||||
name = Resident App XYZ
|
||||
patches = "xmas patch 2014-12-24\nservice patch 2015-05-22"
|
||||
patches = "xmas patch 2014-12-24\r\nservice patch 2015-05-22\r\n"
|
||||
string_version = 2.5
|
||||
version = 00000002000000050000000000000000
|
||||
}
|
||||
@@ -83,7 +83,7 @@ libimcv {
|
||||
resident_application {
|
||||
resident-app-if {
|
||||
name = Resident App Interface+
|
||||
patches = "service patch 2015-02-09"
|
||||
patches = "service patch 2015-02-09\r\n"
|
||||
string_version = 2.5
|
||||
version = 00000002000000050000000000000000
|
||||
}
|
||||
@@ -96,7 +96,7 @@ libimcv {
|
||||
firmware {
|
||||
fw-scanner {
|
||||
name = Scanner Firmware
|
||||
patches = "security patch 2013-08-11\nsecurity patch 2015-5-30"
|
||||
patches = "security patch 2013-08-11\r\nsecurity patch 2015-5-30\r\n"
|
||||
string_version = 2.5.3
|
||||
version = 00000002000000050000000300000000
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user