Package: librest / 0.7.92-3

Metadata

Package Version Patches format
librest 0.7.92-3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
01_disable network tests.patch | (download)

tests/Makefile.am | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 disable network tests.
 disable the tests in the testsuite that require access outside our
 buildd network
Bug-Debian: http://bugs.debian.org/674374
02_thread tests sleep for server to start.patch | (download)

tests/custom-serialize.c | 2 2 + 0 - 0 !
tests/threaded.c | 2 2 + 0 - 0 !
2 files changed, 4 insertions(+)

 add sleep for waiting server to start
 Due to some reason, we need to wait the server start and then test.
03_fix_invalid_pointer_reference.patch | (download)

rest/oauth-proxy-call.c | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 oauth: add missing include
 This fixes a compilation warning about a missing prototype.