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