Debian Patches
Status for nng/1.11-3
| Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
|---|---|---|---|---|---|---|
| no_rpath.patch | Don't set rpath during build. This would overrides the normal library search path. | Laszlo Boszormenyi (GCS) <gcs@debian.org> | no | 2020-01-07 | ||
| disable_network_tests.patch | Disable networked tests. buildds don't have network access thus these would fail. | Laszlo Boszormenyi (GCS) <gcs@debian.org> | no | 2024-03-06 | ||
| disable_TLS_tests.patch | disable two failing TLS tests No network access on buildds. | Laszlo Boszormenyi (GCS) <gcs@debian.org> | no | 2021-08-21 | ||
| disable_TLS_tests2.patch | disable more networked TLS tests These still fails on buildds with no network access, but with a different error code. |
Laszlo Boszormenyi (GCS) <gcs@debian.org> | no | 2024-10-11 | ||
| disable_flaky_tests.patch | disable flaky self-tests Multiple build attempts show that these tests are not reliable and randomly fail at times. |
Laszlo Boszormenyi (GCS) <gcs@debian.org> | no | debian | 2024-12-27 | |
| nng-ignore-timeout.patch | [PATCH] Ignore timeout when building debian package Performance of various debian buildd servers are varying a lot. Make the clock checks generally relaxed to avoid build failures. diff -up ./src/platform/platform_test.c.org ./src/platform/platform_test.c |
no | ||||
| extend_possible_errors.patch | extend possible errors from nng_pipe_get with ENOENT nng_pipe_get might return `ENOENT` if the refered pipe is not found. This is missing in the documentation and should be added. |
Felix Obenhuber <felix.obenhuber@helsing.ai> | no | 2025-11-13 | ||
| fix_aio_task_abort.patch | aio: task_abort was a mistake (fixes #2208) The use of task_abort to prematurely fail an aio at scheduling time was a mistake, because it could have led to duplicate calls to nng_aio_finish(). We do need to ensure that we leave an indicator so that nni_aio_schedule can return the abort status to caller, in the case that abort is called between the nni_aio_begin and nni_aio_schedule calls. This is more or less the same changes for main in commit 3ca7bcc0edd0f26c33264d32e7b6f07276e72e3c but backported to stable. (A hand backport was needed.) |
Garrett D'Amore <garrett@damore.org> | no | 2026-01-30 | ||
| change_tests_to_httpbin.patch | tests: change from example.com to httpbin for http client test | Garrett D'Amore <garrett@damore.org> | no | 2026-01-30 |
