webdis.git
6 years ago[PATCH] Use pkg-config to find msgpack library when available
James McCoy [Wed, 15 Jun 2016 13:06:50 +0000 (09:06 -0400)]
[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.

Signed-off-by: James McCoy <jamessan@jamessan.com>
Gbp-Pq: Name msgpack-pkgconfig.patch

6 years agoPass tests with python-msgpack >= 0.3
Andrii Senkovych [Tue, 19 Nov 2019 08:28:46 +0000 (08:28 +0000)]
Pass tests with python-msgpack >= 0.3

Bug: https://github.com/nicolasff/webdis/issues/92
Last-Update: 2014-08-03

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.

Gbp-Pq: Name tests.patch

6 years agoPrint HTTP port number in the logs during startup
Andrii Senkovych [Tue, 19 Nov 2019 08:28:46 +0000 (08:28 +0000)]
Print HTTP port number in the logs during startup

Last-Update: 2016-11-17

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.
===================================================================

Gbp-Pq: Name print-listen-port-number.patch

6 years agoFix pubsub test when compiled w/ libevent 2.1.x
Oleksandr Senkovych [Tue, 19 Nov 2019 08:28:46 +0000 (08:28 +0000)]
Fix pubsub test when compiled w/ libevent 2.1.x

Bug: https://github.com/nicolasff/webdis/issues/149
Last-Update: 2018-08-25

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.

Gbp-Pq: Name fix-test-new-libevent.patch

6 years agowebdis (0.1.4+dfsg-1+rpi1) bullseye-staging; urgency=medium
Peter Michael Green [Tue, 19 Nov 2019 08:28:46 +0000 (08:28 +0000)]
webdis (0.1.4+dfsg-1+rpi1) bullseye-staging; urgency=medium

  * Disable testsuite.

[dgit import unpatched webdis 0.1.4+dfsg-1+rpi1]

6 years agoImport webdis_0.1.4+dfsg-1+rpi1.debian.tar.xz
Peter Michael Green [Tue, 19 Nov 2019 08:28:46 +0000 (08:28 +0000)]
Import webdis_0.1.4+dfsg-1+rpi1.debian.tar.xz

[dgit import tarball webdis 0.1.4+dfsg-1+rpi1 webdis_0.1.4+dfsg-1+rpi1.debian.tar.xz]

7 years agoImport webdis_0.1.4+dfsg.orig.tar.gz
Andrii Senkovych [Sun, 26 Aug 2018 12:30:36 +0000 (13:30 +0100)]
Import webdis_0.1.4+dfsg.orig.tar.gz

[dgit import orig webdis_0.1.4+dfsg.orig.tar.gz]