From 0b7a67748132689203aacfe610b2694f4d1450bca801ea558ec647835bc1838b Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Wed, 20 Nov 2024 17:07:15 +0000 Subject: [PATCH] - update to 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. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-waitress?expand=0&rev=72 --- python-waitress.changes | 10 ++++++++++ python-waitress.spec | 2 +- waitress-3.0.1.tar.gz | 3 --- waitress-3.0.2.tar.gz | 3 +++ 4 files changed, 14 insertions(+), 4 deletions(-) delete mode 100644 waitress-3.0.1.tar.gz create mode 100644 waitress-3.0.2.tar.gz diff --git a/python-waitress.changes b/python-waitress.changes index 3edcbfc..247cc58 100644 --- a/python-waitress.changes +++ b/python-waitress.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Wed Nov 20 17:06:45 UTC 2024 - Dirk Müller + +- update to 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. + ------------------------------------------------------------------- Wed Oct 30 06:49:46 UTC 2024 - Daniel Garcia diff --git a/python-waitress.spec b/python-waitress.spec index 9a0433c..838384c 100644 --- a/python-waitress.spec +++ b/python-waitress.spec @@ -31,7 +31,7 @@ %endif %{?sle15_python_module_pythons} Name: python-waitress%{psuffix} -Version: 3.0.1 +Version: 3.0.2 Release: 0 Summary: Waitress WSGI server License: ZPL-2.1 diff --git a/waitress-3.0.1.tar.gz b/waitress-3.0.1.tar.gz deleted file mode 100644 index 503194e..0000000 --- a/waitress-3.0.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ef0c1f020d9f12a515c4ec65c07920a702613afcad1dbfdc3bcec256b6c072b3 -size 180560 diff --git a/waitress-3.0.2.tar.gz b/waitress-3.0.2.tar.gz new file mode 100644 index 0000000..faf1cf5 --- /dev/null +++ b/waitress-3.0.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:682aaaf2af0c44ada4abfb70ded36393f0e307f4ab9456a215ce0020baefc31f +size 179901