Add manifestdigest field to repository.
modified libpkg/pkg.h.in
@@ -219,6 +219,7 @@ typedef enum {
|
|
|
|
|
|
| + | |
|
|
|
|
|
modified libpkg/pkg_repo.c
@@ -54,7 +54,7 @@
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -1110,7 +1110,7 @@ apply_repo_change(struct pkgdb *db, const char *database,
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified libpkg/pkgdb.c
@@ -53,7 +53,7 @@
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -108,6 +108,7 @@ static struct column_mapping {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -479,6 +480,7 @@ pkgdb_init(sqlite3 *sdb)
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -617,6 +619,7 @@ pkgdb_init(sqlite3 *sdb)
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -636,7 +639,8 @@ pkgdb_remote_init(struct pkgdb *db, const char *repo)
|
|
|
|
|
|
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -645,7 +649,7 @@ pkgdb_remote_init(struct pkgdb *db, const char *repo)
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified libpkg/private/db_upgrades.h
@@ -302,9 +302,13 @@ static struct db_upgrades {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified libpkg/private/repodb.h
@@ -48,7 +48,8 @@ static const char initsql[] = ""
|
|
|
|
|
|
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -168,15 +169,26 @@ static struct repo_changes repo_upgrades[] = {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -210,7 +222,7 @@ static struct repo_changes repo_downgrades[] = {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|