mirror of
https://github.com/dslm4515/BMLFS.git
synced 2025-08-20 14:31:47 +00:00
Updated packages as of July/August 2019. Fixed build-scripts to include source URL's. Test to build and run on i686.
This commit is contained in:
10
patches/openssl-8.0p1/auth2-pubkey_c-command.patch
Normal file
10
patches/openssl-8.0p1/auth2-pubkey_c-command.patch
Normal file
@ -0,0 +1,10 @@
|
||||
--- auth2-pubkey.c 2019-05-14 12:41:42.185855228 +0200
|
||||
+++ auth2-pubkey.c 2019-05-14 12:44:49.649864899 +0200
|
||||
@@ -446,6 +446,7 @@
|
||||
username, strerror(errno));
|
||||
goto out;
|
||||
}
|
||||
+ command = strdup(options.authorized_principals_command);
|
||||
|
||||
/* Turn the command into an argument vector */
|
||||
if (argv_split(options.authorized_principals_command, &ac, &av) != 0) {
|
Reference in New Issue
Block a user