Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
fix-test-new-libevent.patch | Fix pubsub test when compiled w/ libevent 2.1.x The pubsub test hangs in the infinite loop due to changes in the libevent2.x compared to the previous version. This patch makes test pass again. diff --git a/tests/pubsub.c b/tests/pubsub.c index f4a3451..2426ba9 100644 |
Oleksandr Senkovych <bjsenya@gmail.com> | yes | upstream | 2018-08-25 | |
print-listen-port-number.patch | Print HTTP port number in the logs during startup Current test suite allows dynamic HTTP port allocation for test purpose. Once webdis is started it is possible to discover webdis' HTTP port using netstat. However resent builds have shown that netstat has different options for hurd and kfreebsd and thus tests are failed and the overall package build is marked as failed as well. In order to overcome this I have tried to use sockstat instead of netstat but bug #679876 renders sockstat unusable. . This patch removes the need to use netstat or sockstat to discover the port number webdis is listening to and instead allows one to simply grep the necessary info out of webdis logs. =================================================================== |
Andrii Senkovych <andrii@senkovych.com> | no | 2016-11-17 | ||
tests.patch | Pass tests with python-msgpack >= 0.3 Current test suite pass with python-msgpack v0.2 but fails with python-msgpack v0.3 and later due to changes in the library. Currently Debian ships v0.3 for jessie and wheezy-backports. diff --git a/tests/basic.py b/tests/basic.py index 89d664e..c70babe 100755 |
Andrii Senkovych <andrii@senkovych.com> | yes | upstream | 2014-08-03 | |
msgpack-pkgconfig.patch | [PATCH] Use pkg-config to find msgpack library when available Since 0.5.8, msgpack-c has provided a pkg-config file. If it's installed, use pkg-config to get the relevant CFLAGS/LDFLAGS. |
James McCoy <jamessan@jamessan.com> | no | 2016-06-15 | ||
msgpack-compat.patch | [PATCH] Use msgpack_pack_v4raw(_body) with new msgpack-c versions In msgpack-c's 1.0.0 release, the code was changed to be compatible with the v5 msgpack spec, specifically separating out the STR and BIN types as replacements for the old RAW type. While the STR type is likely the right replacement type to use, it does introduce a str 8 variant that wasn't present for the old RAW type. For better compatibility, the msgpack_pack_v4raw functions were added to directly map to the old functionality. |
James McCoy <jamessan@jamessan.com> | no | 2016-06-15 | ||
python3.patch | =================================================================== | no |