Fix manifest parsing by handling boolean parsing properly
modified libpkg/pkg_manifest.c
@@ -67,6 +67,7 @@ static int pkg_string(struct pkg *, const ucl_object_t *, uint32_t);
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -202,7 +203,7 @@ static struct pkg_manifest_key {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -390,6 +391,17 @@ pkg_int(struct pkg *pkg, const ucl_object_t *obj, uint32_t offset)
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|