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

python314-doc-devhelp-3.14.2-2.1 RPM for x86_64

From OpenSuSE Tumbleweed for x86_64

Name: python314-doc-devhelp Distribution: openSUSE Tumbleweed
Version: 3.14.2 Vendor: openSUSE
Release: 2.1 Build date: Thu Jan 29 13:58:15 2026
Group: Unspecified Build host: reproducible
Size: 56535564 Source RPM: python314-documentation-3.14.2-2.1.src.rpm
Packager: https://bugs.opensuse.org
Url: https://www.python.org/
Summary: Additional Package Documentation for Python 3 in devhelp format
Tutorial, Global Module Index, Language Reference, Library Reference,
Extending and Embedding Reference, Python/C API Reference, Documenting
Python, and Macintosh Module Reference in format for devhelp.

Provides

Requires

License

Python-2.0

Changelog

* Thu Jan 29 2026 Matej Cepl <mcepl@cepl.eu>
  - Add CVE-2024-6923-follow-up-EOL-email-headers.patch which is
    a follow-up to the previous fix of CVE-2024-6923 further
    encoding EOL possibly hidden in email headers (bsc#1257181).
  - Add CVE-2025-11468-email-hdr-fold-comment.patch preserving
    parens when folding comments in email headers (bsc#1257029,
    CVE-2025-11468).
* Thu Dec 11 2025 Matej Cepl <mcepl@cepl.eu>
  * Update to 3.14.2:
  - Security
    - gh-142145: Remove quadratic behavior in xml.minidom node ID
      cache clearing (CVE-2025-12084, bsc#1254997).
    - gh-119452: Fix a potential memory denial of service in the
      http.server module. When a malicious user is connected to the
      CGI server on Windows, it could cause an arbitrary amount of
      memory to be allocated. This could have led to symptoms
      including a MemoryError, swapping, out of memory (OOM) killed