Ensure safe umask before writing temporary repo from remote
modified libpkg/update.c
@@ -74,6 +74,7 @@ repo_fetch_remote_tmp(struct pkg_repo *repo, const char *filename, const char *e
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -84,7 +85,9 @@ repo_fetch_remote_tmp(struct pkg_repo *repo, const char *filename, const char *e
|
|
|
|
|
|
| + | |
|
|
| + | |
|
|
|
|
|
@@ -183,6 +186,7 @@ repo_fetch_remote_extract_tmp(struct pkg_repo *repo, const char *filename,
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -197,7 +201,9 @@ repo_fetch_remote_extract_tmp(struct pkg_repo *repo, const char *filename,
|
|
|
|
|
|
| + | |
|
|
| + | |
|
|
|
|
|