mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-14 17:59:59 +00:00
python3-werkzeug: upgrade 2.1.1 -> 2.1.2
Changelog:
==========
The development server does not set Transfer-Encoding: chunked for 1xx, 204, 304, and HEAD responses.
Response HTML for exceptions and redirects starts with <!doctype html> and <html lang=en>.
Fix ability to set some cache_control attributes to False.
Disable keep-alive connections in the development server, which are not supported sufficiently by Python’s http.server.
Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit 0704ebad0d)
Rebased patches in Kirkstone.
Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
This commit is contained in:
@@ -0,0 +1,48 @@
|
||||
SUMMARY = "The Swiss Army knife of Python web development"
|
||||
DESCRIPTION = "\
|
||||
Werkzeug started as simple collection of various utilities for WSGI \
|
||||
applications and has become one of the most advanced WSGI utility modules. \
|
||||
It includes a powerful debugger, full featured request and response objects, \
|
||||
HTTP utilities to handle entity tags, cache control headers, HTTP dates, \
|
||||
cookie handling, file uploads, a powerful URL routing system and a bunch \
|
||||
of community contributed addon modules."
|
||||
HOMEPAGE = "http://werkzeug.pocoo.org/"
|
||||
LICENSE = "BSD-3-Clause"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=5dc88300786f1c214c1e9827a5229462"
|
||||
|
||||
PYPI_PACKAGE = "Werkzeug"
|
||||
|
||||
SRC_URI += "file://CVE-2023-25577.patch \
|
||||
file://CVE-2023-23934.patch \
|
||||
file://CVE-2024-34069-0001.patch \
|
||||
file://CVE-2024-34069-0002.patch \
|
||||
file://CVE-2024-49767.patch"
|
||||
|
||||
SRC_URI[sha256sum] = "1ce08e8093ed67d638d63879fd1ba3735817f7a80de3674d293f5984f25fb6e6"
|
||||
|
||||
inherit pypi setuptools3
|
||||
|
||||
CLEANBROKEN = "1"
|
||||
|
||||
RDEPENDS:${PN} += " \
|
||||
${PYTHON_PN}-datetime \
|
||||
${PYTHON_PN}-difflib \
|
||||
${PYTHON_PN}-email \
|
||||
${PYTHON_PN}-html \
|
||||
${PYTHON_PN}-io \
|
||||
${PYTHON_PN}-json \
|
||||
${PYTHON_PN}-logging \
|
||||
${PYTHON_PN}-netclient \
|
||||
${PYTHON_PN}-netserver \
|
||||
${PYTHON_PN}-numbers \
|
||||
${PYTHON_PN}-pkgutil \
|
||||
${PYTHON_PN}-pprint \
|
||||
${PYTHON_PN}-simplejson \
|
||||
${PYTHON_PN}-threading \
|
||||
${PYTHON_PN}-unixadmin \
|
||||
${PYTHON_PN}-misc \
|
||||
${PYTHON_PN}-profile \
|
||||
"
|
||||
|
||||
# Windows-only vulnerabilities
|
||||
CVE_CHECK_IGNORE = "CVE-2024-49766 CVE-2025-66221 CVE-2026-21860"
|
||||
Reference in New Issue
Block a user