Package: dropbear / 2022.83-1+deb12u3
Metadata
| Package | Version | Patches format |
|---|---|---|
| dropbear | 2022.83-1+deb12u3 | 3.0 (quilt) |
Patch series
view the series file| Patch | File delta | Description |
|---|---|---|
| fix FTBFS on hurd i386.patch | (download) |
netio.c |
2 1 + 1 - 0 ! |
fix ftbfs on hurd-i386. GNU Hurd defines neither IOV_MAX nor UIO_MAXIOV. |
| support running test_aslr without venv.patch | (download) |
test/test_aslr.py |
7 5 + 2 - 0 ! |
support running test_aslr without venv.
Without this patch the test fails because the remote shell can't parse
the command:
$ ; echo nay
bash: syntax error near unexpected token `;'
|
| raise connection delay in tests.patch | (download) |
test/test_channels.py |
4 2 + 2 - 0 ! |
raise connection delay in tests. 0.1s delay is too short on slower hardware such as the armhf debci runners (or armhf porterboxes). Ideally the test would wait for the listener to actually be available instead of doing guess work, but raising the delay should be good enough for now. |
| CVE 2023 48795.patch | (download) |
cli-session.c |
11 11 + 0 - 0 ! |
implement strict kex mode As specified by OpenSSH with kex-strict-c-v00@openssh.com and kex-strict-s-v00@openssh.com. |
| fix noremotetcp behavior.patch | (download) |
svr-tcpfwd.c |
6 3 + 3 - 0 ! |
src: svr-tcpfwd: fix noremotetcp behavior If noremotetcp is set, we should still reply with send_msg_request_failed. This matches the behavior of !DROPBEAR_SVR_REMOTETCPFWD. We were seeing keepalive packets being ignored when the "-k" option was used. |
| Handle arbitrary length paths and commands in multihop_pa.patch | (download) |
cli-runopts.c |
45 25 + 20 - 0 ! |
handle arbitrary length paths and commands in multihop_passthrough_args() |
| CVE 2025 47203.patch | (download) |
cli-main.c |
61 41 + 20 - 0 ! |
execute multihop commands directly, no shell This avoids problems with shell escaping if arguments contain special characters. |
