diff options
author | fox <fox@pkgsrc.org> | 2022-05-07 16:37:49 +0000 |
---|---|---|
committer | fox <fox@pkgsrc.org> | 2022-05-07 16:37:49 +0000 |
commit | c1babfa9febc28d82d57e24578ec7cc0ba314e41 (patch) | |
tree | 1bb6abdd229415720804828e28ae3ebb83a4fbde /sysutils | |
parent | 515a5cb86d67e4bb5dab7828918ab8df1720096c (diff) | |
download | pkgsrc-c1babfa9febc28d82d57e24578ec7cc0ba314e41.tar.gz |
sysutils/htop: Update to 3.2.0
Changes since 3.1.2:
What's new in version 3.2.0
* Support for displaying multiple tabs in the user interface
* Allow multiple filter and search terms (logical OR, separate by "|")
* Set correct default sorting direction (defaultSortDesc)
* Improve performance for process lookup and update
* Rework the IOMeters initial display
* Removed duplicate sections on COMM and EXE
* Highlight process UNINTERRUPTIBLE_WAIT state (D)
* Show only integer value when CPU% more than 99.9%
* Handle rounding ambiguity between 99.9 and 100.0%
* No longer leaves empty the last column in header
* Fix header layout and meters reset if a header column is empty
* Fix PID and UID column widths off-by-one error
* On Linux, read generic sysfs batteries
* On Linux, do not collect LRS per thread (it is process-wide)
* On Linux, dynamically adjust the SECATTR and CGROUP column widths
* On Linux, fix a crash in LXD
* On FreeBSD, add support for showing process emulation
* On Darwin, lazily set process TTY name
* Always set SIGCHLD to default handling
* Avoid zombie processes on signal races
* Ensure last line is cleared when SIGINT is received
* Instead of SIGTERM, pre-select the last sent signal
* Internal Hashtable performance and sizing improvements
* Add heuristics for guessing LXC or Docker from /proc/1/mounts
* Force elapsed time display to zero if process started in the future
* Avoid extremely large year values when printing time
* Fix division by zero when calculating IO rates
* Fix out of boundary writes in XUtils
* Fix custom thread name display issue
* Use AC_CANONICAL_HOST, not AC_CANONICAL_TARGET in configure.ac
* Support libunwind of LLVM
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/htop/Makefile | 5 | ||||
-rw-r--r-- | sysutils/htop/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/sysutils/htop/Makefile b/sysutils/htop/Makefile index bf9fa105e85..2b288e757ae 100644 --- a/sysutils/htop/Makefile +++ b/sysutils/htop/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.26 2022/05/07 07:35:51 nia Exp $ +# $NetBSD: Makefile,v 1.27 2022/05/07 16:37:49 fox Exp $ -DISTNAME= htop-3.1.2 -PKGREVISION= 1 +DISTNAME= htop-3.2.0 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_GITHUB:=htop-dev/} diff --git a/sysutils/htop/distinfo b/sysutils/htop/distinfo index 59c97c096bb..68c970ea889 100644 --- a/sysutils/htop/distinfo +++ b/sysutils/htop/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.19 2022/05/07 07:35:06 nia Exp $ +$NetBSD: distinfo,v 1.20 2022/05/07 16:37:49 fox Exp $ -BLAKE2s (htop-3.1.2.tar.gz) = 7e6269d4f0b4e78772c6f8478df5c752ea966a227fdfc824bbd7fafd6380b5f4 -SHA512 (htop-3.1.2.tar.gz) = 7e08b820042e480ca61137ff24b468804b49b95c1bbedaf82029dd79d29c2c541c5211284ec075692203788bbb868a9d4326ffd24c68419e22eec13ae5012700 -Size (htop-3.1.2.tar.gz) = 387656 bytes +BLAKE2s (htop-3.2.0.tar.gz) = e165b7b4baf45df3e1b8c826a4b04262987b11abad79ff3992dd74e5e030a676 +SHA512 (htop-3.2.0.tar.gz) = 174eaa7333fa60e40f67148560c53125e7aaf46a48e7f3ecfa2daa68553c94b3d076d03320afd479dcee07e739c0ff286a81b67cbc994782c33e798d3ed4605c +Size (htop-3.2.0.tar.gz) = 393712 bytes SHA1 (patch-netbsd_Platform.c) = a84e3a0c4c66e0da8df9825cdee3edb756dda2eb SHA1 (patch-openbsd_Platform.c) = 0b4a7022a2b5be4f9ec7b8e11bff86835e86a951 SHA1 (patch-solaris_Platform.c) = b61123345578f36d0859db28ee9183cd23e889ce |