Display repo priority in pkg -vv output Add new pkg_repo_priority() accessor function Some whitespace cleanup.
modified libpkg/libpkg.ver
@@ -119,6 +119,7 @@ global:
|
|
|
|
|
|
| + | |
|
|
|
|
|
modified libpkg/pkg.h.in
@@ -1462,6 +1462,7 @@ const char *pkg_repo_fingerprints(struct pkg_repo *r);
|
|
|
|
|
|
| + | |
|
|
|
|
|
modified libpkg/pkg_config.c
@@ -1207,6 +1207,11 @@ pkg_repo_mirror_type(struct pkg_repo *r)
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified libpkg/pkg_repo.c
@@ -2,7 +2,7 @@
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified src/main.c
@@ -3,7 +3,7 @@
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -340,10 +340,13 @@ show_repository_info(void)
|
|
|
|
|
|
| - | |
| + | |
| + | |
|
|
|
|
| - | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -374,7 +377,7 @@ show_version_info(int version)
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -493,7 +496,7 @@ expand_aliases(int argc, char ***argv)
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -516,7 +519,7 @@ expand_aliases(int argc, char ***argv)
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|