Skip to content

Commit

Permalink
python-psutil - Update to 5.6.7 to fix CVE-2019-18874 (#1242)
Browse files Browse the repository at this point in the history
* python-psutil - Update to 5.6.7 to fix CVE-2019-18874

* fix cgmanifest issue

Co-authored-by: nicolas guibourge <[email protected]>
  • Loading branch information
2 people authored and jslobodzian committed Aug 7, 2021
1 parent 9ae7263 commit 8198624
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
2 changes: 1 addition & 1 deletion SPECS/python-psutil/python-psutil.signatures.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"Signatures": {
"python-psutil-5.6.3.tar.gz": "55b86dc0a9fc4e258ae5d86d6edf317432a4e3dc45c7324b8a82838b07e74f4a"
"python-psutil-5.6.7.tar.gz": "ebbed18bf912fa4981d05c5c1a0cacec2aa8c594e1608f0cf5cc7a3d4f63d4d4"
}
}
9 changes: 6 additions & 3 deletions SPECS/python-psutil/python-psutil.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -95,7 +95,10 @@ LANG=en_US.UTF-8 make test PYTHON=python%{python3_version}
%{python3_sitelib}/*

%changelog
* Sat May 09 2020 Nick Samson <[email protected]>
* Thu Aug 05 2021 Nicolas Guibourge <[email protected]> 5.6.7-1
- Update to 5.6.7 to fix CVE-2019-18874

* Sat May 09 2020 Nick Samson <[email protected]> 5.6.3-4
- Added %%license line automatically

* Tue Apr 14 2020 Emre Girgin <[email protected]> 5.6.3-3
Expand Down
4 changes: 2 additions & 2 deletions cgmanifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
},
Expand Down

0 comments on commit 8198624

Please sign in to comment.