diff --git a/pyspnego-0.4.0.tar.gz b/pyspnego-0.4.0.tar.gz deleted file mode 100644 index a5ce292..0000000 --- a/pyspnego-0.4.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c99c080550bd03b9a33a32d24474c69f5d3f761de9be86019beea9f6897b4e04 -size 234857 diff --git a/pyspnego-0.5.0.tar.gz b/pyspnego-0.5.0.tar.gz new file mode 100644 index 0000000..db0ff1f --- /dev/null +++ b/pyspnego-0.5.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:beb16941d093be0cf4b4833d646f92e5ce79e588ab37be2975d109cccd87527f +size 235946 diff --git a/python-pyspnego.changes b/python-pyspnego.changes index 9c93617..7546a04 100644 --- a/python-pyspnego.changes +++ b/python-pyspnego.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Sat Oct 1 12:14:25 UTC 2022 - Dirk Müller + +- update to 0.5.0: + * Added the `auth_stage` extra_info for a CredSSP context to give a human + friendly indication of what sub auth stage it is up to. + * Added the `protocol_version` extra_info for a CredSSP context to return the + negotiated CredSSP protocol version. + * Added the `credssp_min_protocol` keyword argument for a CredSSP context to + set a minimum version the caller will accept of the peer. + * This can be set to `5+` to ensure the peer supports and applies the mitigations for CVE-2018-0886. + * Added safeguards when trying to retrieve the completed context attributes + of `NegotiateProxy` before any contexts have been set up + ------------------------------------------------------------------- Tue Feb 22 09:26:20 UTC 2022 - Dirk Müller diff --git a/python-pyspnego.spec b/python-pyspnego.spec index f5dfc1a..eccab82 100644 --- a/python-pyspnego.spec +++ b/python-pyspnego.spec @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-pyspnego -Version: 0.4.0 +Version: 0.5.0 Release: 0 Summary: Python SPNEGO authentication library License: MIT