mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
treewide: Run refresh on all packages
The crude loop I wrote to come up with this changeset: find -L package/feeds/packages/ -name patches | \ sed 's/patches$/refresh/' | sort | xargs make Signed-off-by: Ilya Lipnitskiy <ilya.lipnitskiy@gmail.com>
This commit is contained in:
@@ -9,8 +9,6 @@ system call, so check the return value.
|
||||
pki.c | 37 ++++++++++++++++++++++++++++++++-----
|
||||
1 file changed, 32 insertions(+), 5 deletions(-)
|
||||
|
||||
diff --git a/pki.c b/pki.c
|
||||
index 486d9bb..57ea664 100644
|
||||
--- a/pki.c
|
||||
+++ b/pki.c
|
||||
@@ -9,12 +9,13 @@
|
||||
@@ -28,7 +26,7 @@ index 486d9bb..57ea664 100644
|
||||
#include <libisns/isns.h>
|
||||
#include "security.h"
|
||||
#include <libisns/util.h>
|
||||
@@ -431,17 +432,43 @@ isns_dsa_load_params(const char *filename)
|
||||
@@ -431,17 +432,43 @@ isns_dsa_load_params(const char *filenam
|
||||
return dsa;
|
||||
}
|
||||
|
||||
@@ -75,7 +73,7 @@ index 486d9bb..57ea664 100644
|
||||
return 0;
|
||||
}
|
||||
|
||||
@@ -478,7 +505,7 @@ isns_dsa_init_params(const char *filename)
|
||||
@@ -478,7 +505,7 @@ isns_dsa_init_params(const char *filenam
|
||||
dsa = DSA_generate_parameters(dsa_key_bits, NULL, 0,
|
||||
NULL, NULL, isns_dsa_param_gen_callback, NULL);
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user