Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

python311-waitress-doc-2.1.2-7.3 RPM for noarch

From OpenSuSE Tumbleweed for noarch

Name: python311-waitress-doc Distribution: openSUSE Tumbleweed
Version: 2.1.2 Vendor: openSUSE
Release: 7.3 Build date: Mon Dec 4 16:20:28 2023
Group: Development/Languages/Python Build host: reproducible
Size: 489418 Source RPM: python-waitress-doc-2.1.2-7.3.src.rpm
Packager: https://bugs.opensuse.org
Url: https://github.com/Pylons/waitress
Summary: Waitress WSGI server
This package contains documentation files for python311-waitress-doc.

Provides

Requires

License

ZPL-2.1

Changelog

* Mon Dec 04 2023 Ana Guerrero <ana.guerrero@suse.com>
  - Add BuildRequires on python-setuptools for both flavors.
* Wed Jul 26 2023 Bernhard Wiedemann <bwiedemann@suse.com>
  - Drop sphinx doctrees for reproducible builds
* Sat Jun 10 2023 ecsos <ecsos@opensuse.org>
  - Fix build error for waitress:doc
* Wed May 03 2023 Martin Liška <mliska@suse.cz>
  - Use sphinx-build and do not depend on removed build_sphinx
    in Sphinx 7.0 (boo#1211051).
* Fri Apr 21 2023 Dirk Müller <dmueller@suse.com>
  - add sle15_python_module_pythons (jsc#PED-68)
* Thu Aug 18 2022 Ben Greiner <code@bnavigator.de>
  - Remove code coverage checking for packaging tests
* Tue May 31 2022 Arun Persaud <arun@gmx.de>
  - specfile:
    * be more specific in %files section
  - update to version 2.1.2 (bsc#1200126, CVE-2022-31015):
    * Bugfix
      + When expose_tracebacks is enabled waitress would fail to
      properly encode unicode thereby causing another error during
      error handling. See https://github.com/Pylons/waitress/pull/378
      + Header length checking had a calculation that was done
      incorrectly when the data was received across multple socket
      reads. This calculation has been corrected, and no longer will
      Waitress send back a 413 Request Entity Too Large. See
      https://github.com/Pylons/waitress/pull/376
    * Security Bugfix
      + in 2.1.0 a new feature was introduced that allowed the WSGI
      thread to start sending data to the socket. However this
      introduced a race condition whereby a socket may be closed in
      the sending thread while the main thread is about to call
      select() therey causing the entire application to be taken down.
      Waitress will no longer close the socket in the WSGI thread,
      instead waking up the main thread to cleanup. See
      https://github.com/Pylons/waitress/pull/377
* Thu Mar 17 2022 Dirk Müller <dmueller@suse.com>
  - update to 2.1.1 (bsc#1197255, CVE-2022-24761):
    * Waitress now validates that chunked encoding extensions are valid, and don’t
      contain invalid characters that are not allowed. They are still skipped/not
      processed, but if they contain invalid data we no longer continue in and return
      a 400 Bad Request. This stops potential HTTP desync/HTTP request smuggling.
      Thanks to Zhang Zeyu for reporting this issue. See
      https://github.com/Pylons/waitress/security/advisories/GHSA-4f7p-27jc-3c36
    * Waitress now validates that the chunk length is only valid hex digits when
      parsing chunked encoding, and values such as 0x01 and +01 are no longer
      supported. This stops potential HTTP desync/HTTP request smuggling. Thanks
      to Zhang Zeyu for reporting this issue. See
      https://github.com/Pylons/waitress/security/advisories/GHSA-4f7p-27jc-3c36
    * Waitress now validates that the Content-Length sent by a remote contains only
      digits in accordance with RFC7230 and will return a 400 Bad Request when the
      Content-Length header contains invalid data, such as +10 which would
      previously get parsed as 10 and accepted. This stops potential HTTP
      desync/HTTP request smuggling Thanks to Zhang Zeyu for reporting this issue.
      See
      https://github.com/Pylons/waitress/security/advisories/GHSA-4f7p-27jc-3c36
* Fri Aug 27 2021 Stefan Schubert <schubi@suse.de>
  - Use libalternatives instead of update-alternatives.
* Fri Aug 27 2021 pgajdos@suse.com
  - version update to 2.0.0
    - Friendly Reminder
      This release still contains a variety of deprecation notices about defaults
      that can be set for a variety of options.
      Please note that this is your last warning, and you should update your
      configuration if you do NOT want to use the new defaults.
      See the arguments documentation page for all supported options, and pay
      attention to the warnings:
      https://docs.pylonsproject.org/projects/waitress/en/stable/arguments.html
    - Fix a crash on startup when listening to multiple interfaces.
      See https://github.com/Pylons/waitress/pull/332
    - Waitress no longer attempts to guess at what the ``server_name`` should be for
      a listen socket, instead it always use a new adjustment/argument named
      ``server_name``.
      Please see the documentation for ``server_name`` in
      https://docs.pylonsproject.org/projects/waitress/en/latest/arguments.html and
      see https://github.com/Pylons/waitress/pull/329
    - Allow tasks to notice if the client disconnected.
      This inserts a callable ``waitress.client_disconnected`` into the environment
      that allows the task to check if the client disconnected while waiting for
      the response at strategic points in the execution and to cancel the
      operation.
      It requires setting the new adjustment ``channel_request_lookahead`` to a value
      larger than 0, which continues to read requests from a channel even if a
      request is already being processed on that channel, up to the given count,
      since a client disconnect is detected by reading from a readable socket and
      receiving an empty result.
      See https://github.com/Pylons/waitress/pull/310
    - Drop Python 2.7 and 3.5 support
    - The server now issues warning output when it there are enough open
      connections (controlled by "connection_limit"), that it is no longer
      accepting new connections. This situation was previously difficult to
      diagnose.
      See https://github.com/Pylons/waitress/pull/322

Files

/usr/share/doc/packages/python311-waitress-doc
/usr/share/doc/packages/python311-waitress-doc/html
/usr/share/doc/packages/python311-waitress-doc/html/_sources
/usr/share/doc/packages/python311-waitress-doc/html/_sources/api.rst.txt
/usr/share/doc/packages/python311-waitress-doc/html/_sources/arguments.rst.txt
/usr/share/doc/packages/python311-waitress-doc/html/_sources/design.rst.txt
/usr/share/doc/packages/python311-waitress-doc/html/_sources/differences.rst.txt
/usr/share/doc/packages/python311-waitress-doc/html/_sources/filewrapper.rst.txt
/usr/share/doc/packages/python311-waitress-doc/html/_sources/glossary.rst.txt
/usr/share/doc/packages/python311-waitress-doc/html/_sources/index.rst.txt
/usr/share/doc/packages/python311-waitress-doc/html/_sources/logging.rst.txt
/usr/share/doc/packages/python311-waitress-doc/html/_sources/reverse-proxy.rst.txt
/usr/share/doc/packages/python311-waitress-doc/html/_sources/runner.rst.txt
/usr/share/doc/packages/python311-waitress-doc/html/_sources/socket-activation.rst.txt
/usr/share/doc/packages/python311-waitress-doc/html/_sources/usage.rst.txt
/usr/share/doc/packages/python311-waitress-doc/html/_static
/usr/share/doc/packages/python311-waitress-doc/html/_static/basic.css
/usr/share/doc/packages/python311-waitress-doc/html/_static/dialog-note.png
/usr/share/doc/packages/python311-waitress-doc/html/_static/dialog-seealso.png
/usr/share/doc/packages/python311-waitress-doc/html/_static/dialog-topic.png
/usr/share/doc/packages/python311-waitress-doc/html/_static/dialog-warning.png
/usr/share/doc/packages/python311-waitress-doc/html/_static/doctools.js
/usr/share/doc/packages/python311-waitress-doc/html/_static/documentation_options.js
/usr/share/doc/packages/python311-waitress-doc/html/_static/edit-me-on-github.png
/usr/share/doc/packages/python311-waitress-doc/html/_static/epub.css
/usr/share/doc/packages/python311-waitress-doc/html/_static/file.png
/usr/share/doc/packages/python311-waitress-doc/html/_static/footerbg.png
/usr/share/doc/packages/python311-waitress-doc/html/_static/headerbg.png
/usr/share/doc/packages/python311-waitress-doc/html/_static/ie6.css
/usr/share/doc/packages/python311-waitress-doc/html/_static/in_progress.png
/usr/share/doc/packages/python311-waitress-doc/html/_static/language_data.js
/usr/share/doc/packages/python311-waitress-doc/html/_static/middlebg.png
/usr/share/doc/packages/python311-waitress-doc/html/_static/minus.png
/usr/share/doc/packages/python311-waitress-doc/html/_static/outdated.png
/usr/share/doc/packages/python311-waitress-doc/html/_static/plus.png
/usr/share/doc/packages/python311-waitress-doc/html/_static/pygments.css
/usr/share/doc/packages/python311-waitress-doc/html/_static/pylons-latex.png
/usr/share/doc/packages/python311-waitress-doc/html/_static/pylons-small.png
/usr/share/doc/packages/python311-waitress-doc/html/_static/pylons.css
/usr/share/doc/packages/python311-waitress-doc/html/_static/pylons.ico
/usr/share/doc/packages/python311-waitress-doc/html/_static/pylons.png
/usr/share/doc/packages/python311-waitress-doc/html/_static/searchtools.js
/usr/share/doc/packages/python311-waitress-doc/html/_static/sphinx_highlight.js
/usr/share/doc/packages/python311-waitress-doc/html/_static/transparent.gif
/usr/share/doc/packages/python311-waitress-doc/html/api.html
/usr/share/doc/packages/python311-waitress-doc/html/arguments.html
/usr/share/doc/packages/python311-waitress-doc/html/design.html
/usr/share/doc/packages/python311-waitress-doc/html/differences.html
/usr/share/doc/packages/python311-waitress-doc/html/filewrapper.html
/usr/share/doc/packages/python311-waitress-doc/html/genindex.html
/usr/share/doc/packages/python311-waitress-doc/html/glossary.html
/usr/share/doc/packages/python311-waitress-doc/html/index.html
/usr/share/doc/packages/python311-waitress-doc/html/logging.html
/usr/share/doc/packages/python311-waitress-doc/html/objects.inv
/usr/share/doc/packages/python311-waitress-doc/html/py-modindex.html
/usr/share/doc/packages/python311-waitress-doc/html/reverse-proxy.html
/usr/share/doc/packages/python311-waitress-doc/html/runner.html
/usr/share/doc/packages/python311-waitress-doc/html/search.html
/usr/share/doc/packages/python311-waitress-doc/html/searchindex.js
/usr/share/doc/packages/python311-waitress-doc/html/socket-activation.html
/usr/share/doc/packages/python311-waitress-doc/html/usage.html
/usr/share/licenses/python311-waitress-doc
/usr/share/licenses/python311-waitress-doc/LICENSE.txt


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 30 23:23:08 2024