summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-waitress_3.0.0.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-waitress: Upgrade 3.0.0 -> 3.0.2Leon Anavi2024-11-291-15/+0
| | | | | | | | | | | | Upgrade to version 3.0.2: - When using Waitress to process trusted proxy headers, Waitress will now update the headers to drop any untrusted values, thereby making sure that WSGI apps only get trusted and validated values that Waitress itself used to update the environ. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-waitress: upgrade 2.1.2 -> 3.0.0Wang Mingyu2024-02-091-0/+15
Changelog: ============== -Rename "master" git branch to "main" -clear_untrusted_proxy_headers is set to True by default. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>