Package: weborf / 0.17-3+deb11u1

Metadata

Package Version Patches format
weborf 0.17-3+deb11u1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 sleep_in_http | (download)

testsuite/site1http | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 add sleep to quick fix flaky test
 The test seems flaky.
 .
 weborf (0.17-1.1) unstable; urgency=medium
 .
   * Added sleep to test that flaked on s390
002 disable_tests | (download)

testsuite/cachedir | 34 0 + 34 - 0 !
testsuite/cgi | 13 0 + 13 - 0 !
testsuite/etag | 29 0 + 29 - 0 !
testsuite/index_file | 15 0 + 15 - 0 !
testsuite/ip_listener | 15 0 + 15 - 0 !
testsuite/range | 26 0 + 26 - 0 !
testsuite/site1http | 18 0 + 18 - 0 !
testsuite/site1https | 13 0 + 13 - 0 !
testsuite/site1mimetype | 11 0 + 11 - 0 !
9 files changed, 174 deletions(-)

 disable testsuite
 While they work fine locally and on github, they seem to be flaky
 on the debian builders.
 .
 So for now disable it completely, and on the next release I will
 add something to make them more reliable
 .
 weborf (0.17-3) unstable; urgency=medium
 .
   * Disable most of the test suite (flaky on debian builders)
cgi_buffer_fix.patch | (download)

cgi.c | 3 1 + 2 - 0 !
1 file changed, 1 insertion(+), 2 deletions(-)

 fix incorrect memory operation
 The original code failed to take into account the space needed for the
 null terminator.
 .
 The patch just avoids the copy altogether, because it was not needed.