Subject: CVS commit: pkgsrc/sysutils/py-psutil
From: Leonardo Taccari
Date: 2019-06-07 21:09:06
Message id: 20190607190906.B7B66FBF4@cvs.NetBSD.org

Log Message:
py-psutil: Fix psutil.Popen.as_dict() MemoryError on NetBSD

Previously for kern.argmax a size_t was used in sysctl(3) and the
uninitialized data lead to a too big malloc() call that failed.

Bump PKGREVISION

Files:
RevisionActionfile
1.30modifypkgsrc/sysutils/py-psutil/Makefile
1.30modifypkgsrc/sysutils/py-psutil/distinfo
1.3modifypkgsrc/sysutils/py-psutil/patches/patch-psutil_arch_netbsd_specific.c