pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/sysutils/htop sysutils/htop: Update to 3.2.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/23d3af19a534
branches:  trunk
changeset: 378847:23d3af19a534
user:      fox <fox%pkgsrc.org@localhost>
date:      Sat May 07 16:37:49 2022 +0000

description:
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:

 sysutils/htop/Makefile |  5 ++---
 sysutils/htop/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 7 deletions(-)

diffs (29 lines):

diff -r e02c5e0b80b4 -r 23d3af19a534 sysutils/htop/Makefile
--- a/sysutils/htop/Makefile    Sat May 07 15:45:09 2022 +0000
+++ b/sysutils/htop/Makefile    Sat May 07 16:37:49 2022 +0000
@@ -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 -r e02c5e0b80b4 -r 23d3af19a534 sysutils/htop/distinfo
--- a/sysutils/htop/distinfo    Sat May 07 15:45:09 2022 +0000
+++ b/sysutils/htop/distinfo    Sat May 07 16:37:49 2022 +0000
@@ -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



Home | Main Index | Thread Index | Old Index