python-psutil 3.4.2-1ubuntu0.1 source package in Ubuntu

Changelog

python-psutil (3.4.2-1ubuntu0.1) xenial-security; urgency=medium

  * SECURITY UPDATE: double-free via refcount mishandling
    - debian/patches/CVE-2019-18874-1.patch: use Py_CLEAR instead of
      Py_DECREF in psutil/_psutil_linux.c.
    - debian/patches/CVE-2019-18874-2.patch: use Py_CLEAR instead of
      Py_DECREF in psutil/_psutil_posix.c.
    - CVE-2019-18874

 -- Marc Deslauriers <email address hidden>  Fri, 22 Nov 2019 10:19:27 -0500

Upload details

Uploaded by:
Marc Deslauriers
Uploaded to:
Xenial
Original maintainer:
Ubuntu Developers
Architectures:
any all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Xenial updates main python
Xenial security main python

Downloads

File Size SHA-256 Checksum
python-psutil_3.4.2.orig.tar.gz 267.9 KiB b17fa01aa766daa388362d0eda5c215d77e03a8d37676b68971f37bf3913b725
python-psutil_3.4.2-1ubuntu0.1.debian.tar.xz 6.3 KiB 45268e87023c7cfb6ea4760079b3e5ac16d8cc795192b244f2f49c884722166c
python-psutil_3.4.2-1ubuntu0.1.dsc 2.5 KiB ff26db0e5fdd58a70d73496f53abc47858588f933f39d36c971c42364808f74b

View changes file

Binary packages built by this source

python-psutil: module providing convenience functions for managing processes

 psutil is a module providing an interface for retrieving information on
 running processes and system utilization (CPU, memory) in a portable way
 by using Python, implementing many functionalities offered by tools like
 ps, top and Windows task manager.
 .
 It currently supports Linux, OS X, FreeBSD and Windows.

python-psutil-dbg: module providing convenience functions for managing processes (debug)

 psutil is a module providing an interface for retrieving information on
 running processes and system utilization (CPU, memory) in a portable way
 by using Python, implementing many functionalities offered by tools like
 ps, top and Windows task manager.
 .
 It currently supports Linux, OS X, FreeBSD and Windows.
 .
 This package contains the debug extension for python-psutil.

python-psutil-doc: module providing convenience functions for managing processes (doc)

 psutil is a module providing an interface for retrieving information on
 running processes and system utilization (CPU, memory) in a portable way
 by using Python, implementing many functionalities offered by tools like
 ps, top and Windows task manager.
 .
 It currently supports Linux, OS X, FreeBSD and Windows.
 .
 This package contains the documentation for psutil.

python3-psutil: module providing convenience functions for managing processes (Python3)

 psutil is a module providing an interface for retrieving information on
 running processes and system utilization (CPU, memory) in a portable way
 by using Python, implementing many functionalities offered by tools like
 ps, top and Windows task manager.
 .
 It currently supports Linux, OS X, FreeBSD and Windows.
 .
 This package contains the Python 3 version of psutil.

python3-psutil-dbg: module providing convenience functions for managing processes (Python3 debug)

 psutil is a module providing an interface for retrieving information on
 running processes and system utilization (CPU, memory) in a portable way
 by using Python, implementing many functionalities offered by tools like
 ps, top and Windows task manager.
 .
 It currently supports Linux, OS X, FreeBSD and Windows.
 .
 This package contains the debug extension for python3-psutil-.