summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Andrii Senkovych [Sun, 26 Aug 2018 12:30:36 +0000 (13:30 +0100)]
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
Oleksandr Senkovych [Sun, 26 Aug 2018 12:30:36 +0000 (13:30 +0100)]
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
Andrii Senkovych [Sun, 26 Aug 2018 12:30:36 +0000 (13:30 +0100)]
webdis (0.1.4+dfsg-1) unstable; urgency=medium
* New upstream version 0.1.4+dfsg
* d/control, d/copyright: update maintainers email and proper name spelling.
* Raise compat level to 11.
* d/control: remove explicit *-dbg package definition.
* d/control: bump Standards-Version to 4.2.0.
* d/control: update Vcs-* fields to point to salsa.d.o.
* d/control: add Rules-Requires-Root header set to no.
* d/control: add direct build dependency on pkg-config.
* d/webdis.install: no need to explicitly install webdis binary.
* d/rules: remove DESTDIR and CONFDIR vars setup by hand.
* d/rules: avoid installing webdis.prod.json from upstream.
* d/control, d/rules: remove trailing whitespace.
* d/control: remote unnecessary Testsuite header.
* d/copyright: use https protocol.
* Add systemd service configuration.
* d/patches/fix-test-new-libevent.patch: fix pubsub test when compiled w/
libevent 2.1.x. (Closes: #869951, #901555)
* d/rules: use /usr/share/dpkg/buildflags.mk to populate build flags.
* Fix lintian typo check
[dgit import unpatched webdis 0.1.4+dfsg-1]
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]
Andrii Senkovych [Sun, 26 Aug 2018 12:30:36 +0000 (13:30 +0100)]
Import webdis_0.1.4+dfsg-1.debian.tar.xz
[dgit import tarball webdis 0.1.4+dfsg-1 webdis_0.1.4+dfsg-1.debian.tar.xz]