waitress 1.4.1-1 source package in Ubuntu

Changelog

waitress (1.4.1-1) unstable; urgency=medium

  * New upstream release.
    - Closes: #947306:
      CVE-2019-16785: potential HTTP request smuggling/splitting
      due to differences in endline parsing.
      CVE-2019-16786: incorrect treatment of single requests as
      multiple requests in the case of HTTP pipelining due to
      the incorrect parsing of Transfer-Encoding ignoring all but
      the first comma-separated header value.
    - Closes: #947433:
      CVE-2019-16789: potential HTTP request splitting leading
      to potential cache poisoning or unexpected information
      disclosure due to incorrect parsing of special whitespace
      characters in the Transfer-Encoding header.
  * Refresh the documentation configuration patch.
  * Set Rules-Requires-Root: no
  * Bump Standards-Version to 4.4.1, no changes.
  * Replace dh_auto_install override with --shebang.
  * Update debian/copyright.
  * Use ${sphinxdoc:Built-Using}.

 -- Andrej Shadura <email address hidden>  Wed, 01 Jan 2020 14:04:40 +0100

Upload details

Uploaded by:
Debian Python Modules Team
Uploaded to:
Sid
Original maintainer:
Debian Python Modules Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Focal release main misc

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
waitress_1.4.1-1.dsc 1.8 KiB f9dafca7efcb6c05801faaa54512391027478819cd3da098d12d3b490f6a44a1
waitress_1.4.1.orig.tar.gz 162.4 KiB 54dd6eadfdde8074a82598af4d8692c704cb82a0be609faa47fb76db8dd3ddca
waitress_1.4.1-1.debian.tar.xz 5.1 KiB 95bbd7f35cbac264e7b1e2bdcb2a687425306c1c256c0c754885ca8aed4bacf4

Available diffs

No changes file available.

Binary packages built by this source

python-waitress-doc: No summary available for python-waitress-doc in ubuntu hirsute.

No description available for python-waitress-doc in ubuntu hirsute.

python3-waitress: production-quality pure-Python WSGI server (Python 3)

 Waitress is meant to be a production-quality pure-Python WSGI server with
 very acceptable performance. It has no dependencies except ones which live
 in the Python standard library. It runs on CPython on Unix and Windows under
 Python 2.7+ and Python 3.3+. It is also known to run on PyPy 1.6.0 on UNIX.
 It supports HTTP/1.0 and HTTP/1.1.
 .
 This is the Python 3 version of the package.