webdis 0.1.22+ds-1 source package in Ubuntu

Changelog

webdis (0.1.22+ds-1) unstable; urgency=medium

  * Use +ds as repacksuffix since the repacking is just to remove embedded
    copies of already packaged libraries.
  * New upstream version
    + Use correct signature for on_msgpack_write, fixing FTBFS with GCC-14.
      (Closes: #1075636)
  * Remove backported patches (backport-msgpack-support.patch, python3.patch)
    and patches applied upstream (tests.patch, print-listen-port-number.patch)
  * rules:
    + Stop adding CPPFLAGS to CFLAGS since upstream respects CPPFLAGS now
    + Use DEB_..._MAINT_APPEND to augment CFLAGS/LDFLAGS
    + Use pkgconf to determine cflags/ldflags for dependency libs
    + Enable all hardening build flags
  * Add a new patch to build against system b64 lib for tests
  * Install new upstream documentation
  * Enable new SSL support
  * Add Pre-Depends to pick up defined ${misc:Pre-Depends}
  * autopkgtests: Add libb64-dev to Depends

 -- James McCoy <email address hidden>  Mon, 29 Jul 2024 11:39:32 -0400

Upload details

Uploaded by:
Andrii Senkovych
Uploaded to:
Sid
Original maintainer:
Andrii Senkovych
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc

Downloads

File Size SHA-256 Checksum
webdis_0.1.22+ds-1.dsc 2.1 KiB fbc12b6d2d090daf0d5d886ed5489ebd05438d32d8e19c9d30943670a4b19211
webdis_0.1.22+ds.orig.tar.xz 82.2 KiB 4a44b8742f4f6d07ff49b68fcc1bd09220edc8f07cee71476e3897ee7166647c
webdis_0.1.22+ds-1.debian.tar.xz 10.5 KiB e490d1cfdabe26796ad048bc39d8cc139412411adb6cf55013952b95eabdd523

Available diffs

No changes file available.

Binary packages built by this source

webdis: simple web server providing an HTTP interface to Redis

 Webdis is a simple web server providing HTTP interface to Redis. Some features
 include:
  * Support for GET and POST requests.
  * JSON output by default, optional JSONP parameter (?jsonp=myFunction).
  * Raw Redis 2.0 protocol output with .raw suffix
  * HTTP 1.1 pipelining (50,000 http requests per second on a desktop Linux
    machine.)
  * Restricted commands by IP range (CIDR subnet + mask) or HTTP Basic Auth,
    returning 403 errors.
  * Possible Redis authentication in the config file.
  * Pub/Sub using Transfer-Encoding: chunked, works with JSONP as well. Webdis
    can be used as a Comet server.
  * Custom Content-Type using a pre-defined file extension, or with
    ?type=some/thing.
  * URL-encoded parameters for binary data or slashes.
  * Logs, with a configurable verbosity.
  * Cross-origin XHR, if compiled with libevent2 (for OPTIONS support).
  * File upload with PUT.
  * With the JSON output, the return value of INFO is parsed and transformed
    into an object.

webdis-dbgsym: debug symbols for webdis