Fix ssh support
modified libpkg/fetch.c
@@ -32,6 +32,7 @@
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -190,6 +191,7 @@ pkg_fetch_file_to_fd(struct pkg_repo *repo, const char *url, int dest, time_t *t
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -316,14 +318,24 @@ pkg_fetch_file_to_fd(struct pkg_repo *repo, const char *url, int dest, time_t *t
|
|
|
|
|
|
| + | |
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified pkg/progressmeter.c
@@ -263,6 +263,8 @@ update_progress_meter(__unused int ignore)
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
@@ -275,8 +277,13 @@ start_progress_meter(char *f, off_t filesize, off_t *ctr)
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|