forked from openwrt/openwrt
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update the dropbear package to version 2016.73, refresh patches. The measured .ipk sizes on an x86_64 build are: 94588 dropbear_2015.71-3_x86_64.ipk 95316 dropbear_2016.73-1_x86_64.ipk This is an increase of roughly 700 bytes after compression. Tested-by: Kevin Darbyshire-Bryant <[email protected]> Signed-off-by: Jo-Philipp Wich <[email protected]>
- Loading branch information
Showing
6 changed files
with
18 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
21 changes: 0 additions & 21 deletions
21
package/network/services/dropbear/patches/130-ssh_ignore_o_and_x_args.patch
This file was deleted.
Oops, something went wrong.
11 changes: 11 additions & 0 deletions
11
package/network/services/dropbear/patches/130-ssh_ignore_x_args.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
--- a/cli-runopts.c | ||
+++ b/cli-runopts.c | ||
@@ -296,6 +296,8 @@ void cli_getopts(int argc, char ** argv) | ||
debug_trace = 1; | ||
break; | ||
#endif | ||
+ case 'x': | ||
+ break; | ||
case 'F': | ||
case 'e': | ||
#ifndef ENABLE_USER_ALGO_LIST |
2 changes: 1 addition & 1 deletion
2
package/network/services/dropbear/patches/140-disable_assert.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
package/network/services/dropbear/patches/500-set-default-path.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters