Add support for zstd compression format where supported
modified docs/pkg-create.8
@@ -148,7 +148,7 @@ Set
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified libpkg/packing.c
@@ -315,6 +315,17 @@ packing_set_format(struct archive *a, pkg_formats format)
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -342,6 +353,8 @@ packing_format_from_string(const char *str)
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
@@ -360,6 +373,9 @@ packing_format_to_string(pkg_formats format)
|
|
|
|
|
|
| + | |
| + | |
| + | |
|
|
|
|
|
modified libpkg/pkg.h.in
@@ -1124,7 +1124,7 @@ void pkg_solve_problem_free(struct pkg_solve_problem *problem);
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified libpkg/pkg_jobs.c
@@ -198,7 +198,8 @@ pkg_jobs_maybe_match_file(struct job_pattern *jp, const char *pattern)
|
|
|
|
|
|
| - | |
| + | |
| + | |
|
|
|
|
|
modified libpkg/pkg_repo_meta.c
@@ -109,7 +109,7 @@ pkg_repo_meta_open_schema_v1()
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified scripts/completion/_pkg.in
@@ -287,7 +287,7 @@ _pkg_args() {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified src/create.c
@@ -104,6 +104,9 @@ pkg_create_matches(int argc, char **argv, match_t match, pkg_formats fmt,
|
|
|
|
|
|
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -180,7 +183,7 @@ cleanup:
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -299,7 +302,9 @@ exec_create(int argc, char **argv)
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
|
|
|
|
|