From 44dca2d48049a63769ed2f678319195ee22b60d38c470057bf46968082f8a9b3 Mon Sep 17 00:00:00 2001 From: Daniel Garcia Date: Mon, 10 Jun 2024 11:08:18 +0000 Subject: [PATCH] - Update to 1.3.1 (CVE-2024-37568, bsc#1226138): * Prevent OctKey to import ssh and PEM strings. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Authlib?expand=0&rev=27 --- authlib-1.3.0.tar.gz | 3 --- authlib-1.3.1.tar.gz | 3 +++ python-Authlib.changes | 6 ++++++ python-Authlib.spec | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) delete mode 100644 authlib-1.3.0.tar.gz create mode 100644 authlib-1.3.1.tar.gz diff --git a/authlib-1.3.0.tar.gz b/authlib-1.3.0.tar.gz deleted file mode 100644 index 000d6a8..0000000 --- a/authlib-1.3.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6ec01011526b5a3ca0bba6e595ce4fe4c4d0d2f79f36731778c21741a7c0d46a -size 319753 diff --git a/authlib-1.3.1.tar.gz b/authlib-1.3.1.tar.gz new file mode 100644 index 0000000..010c49b --- /dev/null +++ b/authlib-1.3.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8a74e0f1179318bbf898082ad0565f30b1d63bbed7b370529a395d5912380e3 +size 319831 diff --git a/python-Authlib.changes b/python-Authlib.changes index ab99e0b..770541d 100644 --- a/python-Authlib.changes +++ b/python-Authlib.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Jun 10 11:05:10 UTC 2024 - Daniel Garcia + +- Update to 1.3.1 (CVE-2024-37568, bsc#1226138): + * Prevent OctKey to import ssh and PEM strings. + ------------------------------------------------------------------- Tue Jan 23 17:10:58 UTC 2024 - Antonio Larrosa diff --git a/python-Authlib.spec b/python-Authlib.spec index 8f7b9c3..c6a4cfa 100644 --- a/python-Authlib.spec +++ b/python-Authlib.spec @@ -19,7 +19,7 @@ %define modname authlib %{?sle15_python_module_pythons} Name: python-Authlib -Version: 1.3.0 +Version: 1.3.1 Release: 0 Summary: Python library for building OAuth and OpenID Connect servers License: BSD-3-Clause