blob: 2bd29db299735f818d967abae70364fdca944b9b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
# Patches for dropbear on SerenityOS
## `0001-Disable-some-default-options.patch`
Disable some default options
## `0002-Disable-SSP.patch`
Disable SSP
## `0003-Include-sys-select.h.patch`
Include <sys/select.h>
## `0004-Install-in-bindir.patch`
Install in bindir
FIXME: Not sure what this is exactly doing.
## `0005-Remove-some-unsupported-socket-operations.patch`
Remove some unsupported socket operations
|