Use short checksum for files in cache.
modified libpkg/pkg.h.in
@@ -1638,4 +1638,22 @@ struct sbuf *pkg_sbuf_vprintf(struct sbuf * restrict sbuf,
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
modified libpkg/pkg_jobs.c
@@ -1856,7 +1856,8 @@ pkg_jobs_handle_install(struct pkg_solved *ps, struct pkg_jobs *j, bool handle_r
|
|
|
|
|
|
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -2089,7 +2090,8 @@ pkg_jobs_apply(struct pkg_jobs *j)
|
|
|
|
|
|
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -2186,7 +2188,8 @@ pkg_jobs_check_conflicts(struct pkg_jobs *j)
|
|
|
|
|
|
| - | |
| + | |
| + | |
|
|
|
|
|
modified libpkg/pkg_printf.c
@@ -155,7 +155,8 @@
|
|
|
|
|
|
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -758,6 +759,15 @@ static const struct pkg_printf_fmt fmt[] = {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -1818,6 +1828,26 @@ format_checksum(struct sbuf *sbuf, const void *data, struct percent_esc *p)
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified libpkg/pkg_repo.c
@@ -73,7 +73,8 @@ pkg_repo_fetch(struct pkg *pkg)
|
|
|
|
|
|
| - | |
| + | |
| + | |
|
|
|
|
|
modified libpkg/private/pkg_printf.h
@@ -141,10 +141,11 @@ typedef enum _fmt_code_t {
|
|
|
|
|
|
| - | |
| + | |
| + | |
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -221,6 +222,7 @@ _static struct sbuf *format_requirements(struct sbuf *, const void *, struct per
|
|
|
|
|
|
| + | |
|
|
|
|
|
modified src/clean.c
@@ -1,6 +1,7 @@
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -27,6 +28,8 @@
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
@@ -47,7 +50,7 @@ struct deletion_list {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -118,6 +121,31 @@ delete_dellist(struct dl_head *dl)
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -136,14 +164,14 @@ exec_clean(int argc, char **argv)
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -222,16 +250,20 @@ exec_clean(int argc, char **argv)
|
|
|
|
|
|
| + | |
|
|
| - | |
| - | |
| + | |
| + | |
| + | |
|
|
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -240,7 +272,6 @@ exec_clean(int argc, char **argv)
|
|
|
|
|
|
| - | |
|
|
|
|
|