Add new option for force all the repositories to be signed (default off for now)
modified libpkg/pkg.h
@@ -238,7 +238,8 @@ typedef enum _pkg_config_key {
|
|
|
|
|
|
| - | |
| + | |
| + | |
|
|
|
|
|
modified libpkg/pkg_config.c
@@ -137,6 +137,12 @@ static struct config_entry c[] = {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified pkg/pkg.conf.5
@@ -99,6 +99,8 @@ Analyse elf and track all shared libraries needed by the packages. default: off
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
modified pkg/update.c
@@ -60,7 +60,9 @@ update_from_remote_repo(const char *name, const char *url)
|
|
|
|
|
|
| + | |
|
|
| + | |
|
|
|
|
|
@@ -108,6 +110,14 @@ update_from_remote_repo(const char *name, const char *url)
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|