Package: nng / 1.11-1

Metadata

Package Version Patches format
nng 1.11-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
no_rpath.patch | (download)

CMakeLists.txt | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 don't set rpath during build.
 This would overrides the normal library search path.
disable_network_tests.patch | (download)

src/platform/CMakeLists.txt | 1 0 + 1 - 0 !
src/sp/transport/tcp/CMakeLists.txt | 2 1 + 1 - 0 !
src/sp/transport/ws/CMakeLists.txt | 2 1 + 1 - 0 !
src/supplemental/websocket/CMakeLists.txt | 4 2 + 2 - 0 !
tests/CMakeLists.txt | 2 1 + 1 - 0 !
5 files changed, 5 insertions(+), 6 deletions(-)

 disable networked tests.
 buildds don't have network access thus these would fail.
disable_TLS_tests.patch | (download)

tests/tls.c | 12 6 + 6 - 0 !
1 file changed, 6 insertions(+), 6 deletions(-)

 disable two failing tls tests
 No network access on buildds.
disable_TLS_tests2.patch | (download)

src/sp/transport/tls/tls_tran_test.c | 4 4 + 0 - 0 !
1 file changed, 4 insertions(+)

 disable more networked tls tests
disable_flaky_tests.patch | (download)

src/sp/transport/socket/CMakeLists.txt | 2 1 + 1 - 0 !
tests/CMakeLists.txt | 8 4 + 4 - 0 !
2 files changed, 5 insertions(+), 5 deletions(-)

 disable flaky self-tests
 Multiple build attempts show that these tests are not reliable and randomly
 fail at times.
nng ignore timeout.patch | (download)

src/platform/platform_test.c | 5 1 + 4 - 0 !
1 file changed, 1 insertion(+), 4 deletions(-)

---