Add support for storing a list of expired packages in the meta
modified libpkg/pkg.h.in
@@ -6,8 +6,8 @@
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -843,6 +843,7 @@ void pkg_repo_create_set_output_dir(struct pkg_repo_create *prc, const char *);
|
|
|
|
|
|
| + | |
|
|
|
|
|
modified libpkg/pkg_repo_create.c
@@ -437,8 +437,8 @@ pkg_repo_create_free(struct pkg_repo_create *prc)
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -447,34 +447,33 @@ group_load(struct pkg_repo_create *prc, int dfd, const char *name, ucl_object_t
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
| - | |
| + | |
|
|
|
|
| - | |
| + | |
|
|
| - | |
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -495,6 +494,17 @@ static const char group_schema_str[] = ""
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -503,7 +513,7 @@ open_schema(const char* schema_str, size_t schema_str_len)
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -513,31 +523,29 @@ open_schema(const char* schema_str, size_t schema_str_len)
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
|
|
|
|
|
| - | |
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
| - | |
| - | |
|
|
|
|
| + | |
|
|
|
|
|
@@ -545,7 +553,7 @@ pkg_repo_create_set_groups(struct pkg_repo_create *prc, const char *path)
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -554,10 +562,49 @@ pkg_repo_create_set_groups(struct pkg_repo_create *prc, const char *path)
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -830,6 +877,9 @@ pkg_repo_create(struct pkg_repo_create *prc, char *path)
|
|
|
|
|
|
| + | |
| + | |
| + | |
|
|
|
|
|
modified libpkg/private/pkg.h
@@ -311,6 +311,7 @@ struct pkg_repo_create {
|
|
|
|
|
|
| + | |
|
|
|
|
|
modified libpkg/repo/binary/update.c
@@ -640,6 +640,9 @@ pkg_repo_binary_update_proceed(const char *name, struct pkg_repo *repo,
|
|
|
|
|
|
| + | |
| + | |
| + | |
|
|
|
|
|