From 8198624c2524b4a6ccad5446ff33fa169edc1d08 Mon Sep 17 00:00:00 2001 From: nicolas guibourge Date: Fri, 6 Aug 2021 10:12:02 +0200 Subject: [PATCH] python-psutil - Update to 5.6.7 to fix CVE-2019-18874 (#1242) * python-psutil - Update to 5.6.7 to fix CVE-2019-18874 * fix cgmanifest issue Co-authored-by: nicolas guibourge --- SPECS/python-psutil/python-psutil.signatures.json | 2 +- SPECS/python-psutil/python-psutil.spec | 9 ++++++--- cgmanifest.json | 4 ++-- 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/SPECS/python-psutil/python-psutil.signatures.json b/SPECS/python-psutil/python-psutil.signatures.json index f636981f5d1..1f413b73c66 100644 --- a/SPECS/python-psutil/python-psutil.signatures.json +++ b/SPECS/python-psutil/python-psutil.signatures.json @@ -1,5 +1,5 @@ { "Signatures": { - "python-psutil-5.6.3.tar.gz": "55b86dc0a9fc4e258ae5d86d6edf317432a4e3dc45c7324b8a82838b07e74f4a" + "python-psutil-5.6.7.tar.gz": "ebbed18bf912fa4981d05c5c1a0cacec2aa8c594e1608f0cf5cc7a3d4f63d4d4" } } \ No newline at end of file diff --git a/SPECS/python-psutil/python-psutil.spec b/SPECS/python-psutil/python-psutil.spec index e77a634e8d4..fa858d8da7f 100644 --- a/SPECS/python-psutil/python-psutil.spec +++ b/SPECS/python-psutil/python-psutil.spec @@ -4,8 +4,8 @@ %{!?python3_version: %define python3_version %(python3 -c "import sys; sys.stdout.write(sys.version[:3])")} Summary: A library for retrieving information onrunning processes and system utilization Name: python-psutil -Version: 5.6.3 -Release: 4%{?dist} +Version: 5.6.7 +Release: 1%{?dist} Url: https://pypi.python.org/pypi/psutil License: BSD Group: Development/Languages/Python @@ -95,7 +95,10 @@ LANG=en_US.UTF-8 make test PYTHON=python%{python3_version} %{python3_sitelib}/* %changelog -* Sat May 09 2020 Nick Samson +* Thu Aug 05 2021 Nicolas Guibourge 5.6.7-1 +- Update to 5.6.7 to fix CVE-2019-18874 + +* Sat May 09 2020 Nick Samson 5.6.3-4 - Added %%license line automatically * Tue Apr 14 2020 Emre Girgin 5.6.3-3 diff --git a/cgmanifest.json b/cgmanifest.json index accc68ce51e..b50e9286a7b 100644 --- a/cgmanifest.json +++ b/cgmanifest.json @@ -6235,8 +6235,8 @@ "type": "other", "other": { "name": "python-psutil", - "version": "5.6.3", - "downloadUrl": "https://github.com/giampaolo/psutil/archive/release-5.6.3.tar.gz" + "version": "5.6.7", + "downloadUrl": "https://github.com/giampaolo/psutil/archive/release-5.6.7.tar.gz" } } },