diff options
author | wen <wen@pkgsrc.org> | 2013-05-09 15:41:23 +0000 |
---|---|---|
committer | wen <wen@pkgsrc.org> | 2013-05-09 15:41:23 +0000 |
commit | 05bd319b5c730e64cdcd8a817d660a1ed2521740 (patch) | |
tree | e990ae0c6680137450c7cc19f874a72db5b07396 /sysutils | |
parent | 4ac091785e7ab38c702cf1fba6440d885bd2e555 (diff) | |
download | pkgsrc-05bd319b5c730e64cdcd8a817d660a1ed2521740.tar.gz |
Update to 2.36
Upstream changes:
* Revision 2.36 2013-04-12 11:47:03+02 fred
* Some processes like apache under a recent Linux were listed with UID
* root instead of the correct UID, as they use setuid(). We now read the
* UID from the owner of /proc/PID instead of /proc/PID/stat, as this
* seems to be updated correctly. Thanks to Tom Schmidt
* <tschmidt AT micron.com> for pointing out this bug.
*
* Revision 2.35 2013-02-28 08:33:02+01 fred
* Added Stan Sieler's fix to my adaption of snprintf fix by Stan Sieler :-)
*
* Revision 2.34 2013-02-27 16:57:25+01 fred
* Added snprintf fix by Stan Sieler
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/pstree/Makefile | 5 | ||||
-rw-r--r-- | sysutils/pstree/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/sysutils/pstree/Makefile b/sysutils/pstree/Makefile index 6241d87f310..f16884bf03f 100644 --- a/sysutils/pstree/Makefile +++ b/sysutils/pstree/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.26 2012/10/23 19:51:20 asau Exp $ +# $NetBSD: Makefile,v 1.27 2013/05/09 15:41:23 wen Exp $ # -DISTNAME= pstree-2.33 -PKGREVISION= 1 +DISTNAME= pstree-2.36 CATEGORIES= sysutils MASTER_SITES= ftp://ftp.thp.uni-duisburg.de/pub/source/ # http://fresh.t-systems-sfr.com/unix/src/misc/ diff --git a/sysutils/pstree/distinfo b/sysutils/pstree/distinfo index cfe44f598a1..3d1cfb41f75 100644 --- a/sysutils/pstree/distinfo +++ b/sysutils/pstree/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.11 2010/01/16 15:28:57 sno Exp $ +$NetBSD: distinfo,v 1.12 2013/05/09 15:41:23 wen Exp $ -SHA1 (pstree-2.33.tar.gz) = 2f29ea2618cb6fd90529a543a94ed89b79db58b8 -RMD160 (pstree-2.33.tar.gz) = 4514485622955b66b162c1db2c1a454eda2df86d -Size (pstree-2.33.tar.gz) = 10204 bytes +SHA1 (pstree-2.36.tar.gz) = 1ca2e08c62d33afd37d78a215095258e77654b3f +RMD160 (pstree-2.36.tar.gz) = b98c5ce530cd4193a883a0c09e080da595595cd5 +Size (pstree-2.36.tar.gz) = 11179 bytes SHA1 (patch-aa) = dc91fb7fe7f8f0f7a4a3f8c4e6491f932925a792 |