The "path" field in the manifest has been renamed to "repopath", but the manifest parser was not updated, rendering it incapable of reading manifests generated by a recent version of pkg. Add an entry for "repopath" to the manifest_key list so we can parse both old and new manifests.
modified libpkg/pkg_manifest.c
@@ -98,6 +98,7 @@ static struct manifest_key {
|
|
|
|
|
|
| + | |
|
|
|
|
|