pkg_fetch_file now can take a time_t argument
modified libpkg/fetch.c
@@ -36,7 +36,7 @@
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -67,6 +67,12 @@ pkg_fetch_file(const char *url, const char *dest)
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified libpkg/pkg.h
@@ -277,6 +277,10 @@ typedef enum {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -778,7 +782,7 @@ int pkg_version_cmp(const char * const , const char * const);
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified libpkg/pkg_repo.c
@@ -108,7 +108,7 @@ pkg_repo_fetch(struct pkg *pkg)
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified pkg/add.c
@@ -87,7 +87,7 @@ exec_add(int argc, char **argv)
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified pkg/audit.c
@@ -26,6 +26,7 @@
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -81,10 +82,22 @@ fetch_and_extract(const char *src, const char *dest)
|
|
|
|
|
|
| + | |
| + | |
|
|
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified pkg/update.c
@@ -74,7 +74,7 @@ update_from_remote_repo(const char *name, const char *url)
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|