pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/sysutils/R-ps
Module Name: pkgsrc
Committed By: mef
Date: Fri Jun 12 12:44:04 UTC 2026
Modified Files:
pkgsrc/sysutils/R-ps: Makefile distinfo
Log Message:
(sysutils/R-ps) Updated 1.8.1 to 1.9.3
# ps 1.9.3
* On Linux, process create times are now computed using
`CLOCK_REALTIME - CLOCK_MONOTONIC` instead of `/proc/stat btime`, giving
sub-second precision (previously, integer-second boot time caused up to 1s
error). Handle validation accepts both the precise and the legacy boot time,
so handles created by older versions of processx continue to work.
For https://github.com/r-lib/processx/issues/394 and
https://github.com/r-lib/processx/issues/402.
# ps 1.9.2
* New `ps_string()` for uniquely identifying a process (#208, @dansmith01).
# ps 1.9.1
* ps now builds correctly on Alpine Linux (3.19) on R 4.5.0.
# ps 1.9.0
* `ps_memory_full_info()` now contains `maxrss`, the maximum resident set
size for the calling process.
* New `columns` argument in `ps()`, to customize what data is returned
(#138).
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/sysutils/R-ps/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/sysutils/R-ps/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/sysutils/R-ps/Makefile
diff -u pkgsrc/sysutils/R-ps/Makefile:1.9 pkgsrc/sysutils/R-ps/Makefile:1.10
--- pkgsrc/sysutils/R-ps/Makefile:1.9 Sun Dec 8 03:29:31 2024
+++ pkgsrc/sysutils/R-ps/Makefile Fri Jun 12 12:44:04 2026
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.9 2024/12/08 03:29:31 mef Exp $
+# $NetBSD: Makefile,v 1.10 2026/06/12 12:44:04 mef Exp $
R_PKGNAME= ps
-R_PKGVER= 1.8.1
+R_PKGVER= 1.9.3
CATEGORIES= sysutils
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
Index: pkgsrc/sysutils/R-ps/distinfo
diff -u pkgsrc/sysutils/R-ps/distinfo:1.8 pkgsrc/sysutils/R-ps/distinfo:1.9
--- pkgsrc/sysutils/R-ps/distinfo:1.8 Sun Dec 8 03:29:31 2024
+++ pkgsrc/sysutils/R-ps/distinfo Fri Jun 12 12:44:04 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.8 2024/12/08 03:29:31 mef Exp $
+$NetBSD: distinfo,v 1.9 2026/06/12 12:44:04 mef Exp $
-BLAKE2s (R/ps_1.8.1.tar.gz) = 7cfe714c2534684258f80360a1a2075e24eeeba5142848c82849337672f946a7
-SHA512 (R/ps_1.8.1.tar.gz) = 907d5310b9b9b1367957d3fe30302c2cfbbcc8d15fadc1fc83034bb4149bb112ea31324a0e87f26b4a0708b382ac94927a7e729b144c6ac97299b0718fce275b
-Size (R/ps_1.8.1.tar.gz) = 164392 bytes
+BLAKE2s (R/ps_1.9.3.tar.gz) = 2c35914174f7673864b7138a322056a6754062121b5dfdb3f49b32af6bbcb134
+SHA512 (R/ps_1.9.3.tar.gz) = 19fb597622d509015603081a6e2b6b91d744903d93960a53115d432861db17a6358b3b51df8aa4e217c6c95f688052453c26efa15a5aa9217d9e62ebfa786105
+Size (R/ps_1.9.3.tar.gz) = 172432 bytes
Home |
Main Index |
Thread Index |
Old Index