Constify the buffer passed to pkg_repo_binary_add_from_manifest() and pkg_parse_manifest() functions.
modified libpkg/pkg.h.in
@@ -740,7 +740,7 @@ int pkg_addluascript_fileat(int fd, struct pkg *pkg, const char *path);
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified libpkg/pkg_manifest.c
@@ -830,7 +830,7 @@ pkg_parse_manifest_ucl (struct pkg *pkg, ucl_object_t *obj, struct pkg_manifest_
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified libpkg/repo/binary/update.c
@@ -368,7 +368,7 @@ pkg_repo_binary_register_conflicts(const char *origin, char **conflicts,
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|