pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/htop



Module Name:    pkgsrc
Committed By:   nia
Date:           Wed Jun  8 07:01:16 UTC 2022

Modified Files:
        pkgsrc/sysutils/htop: Makefile distinfo
Removed Files:
        pkgsrc/sysutils/htop/patches: patch-netbsd_Platform.c
            patch-openbsd_Platform.c patch-solaris_Platform.c

Log Message:
htop: update to 3.2.1

What's new in version 3.2.1

* Fix setting to show all branches collapsed by default
* Restore functionality of stripExeFromCmdline setting
* Fix some command line display settings not being honored without restart
* Display single digit precision for CPU% greater than 99.9%
* On Linux, FreeBSD and PCP consider only shrinkable ZFS ARC as cache
* On Linux, increase field width of CPUD% and SWAPD% columns
* Colorize process state characters in help screen
* Use mousemask(3X) to enable and disable mouse control
* Fix heap buffer overflow in Vector_compact
* On Solaris, fix a process time scaling error
* On Solaris, fix the build
* On NetBSD, OpenBSD and Solaris ensure env buffer size is sufficient
* On Linux, resolve processes exiting interfering with sampling
* Fix ProcessList quadratic removal when scanning processes
* Under LXC, limit CPU count to that given by /proc/cpuinfo
* Improve container detection for LXC
* Some minor documentation fixes


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 pkgsrc/sysutils/htop/Makefile
cvs rdiff -u -r1.21 -r1.22 pkgsrc/sysutils/htop/distinfo
cvs rdiff -u -r1.1 -r0 pkgsrc/sysutils/htop/patches/patch-netbsd_Platform.c \
    pkgsrc/sysutils/htop/patches/patch-openbsd_Platform.c \
    pkgsrc/sysutils/htop/patches/patch-solaris_Platform.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/sysutils/htop/Makefile
diff -u pkgsrc/sysutils/htop/Makefile:1.27 pkgsrc/sysutils/htop/Makefile:1.28
--- pkgsrc/sysutils/htop/Makefile:1.27  Sat May  7 16:37:49 2022
+++ pkgsrc/sysutils/htop/Makefile       Wed Jun  8 07:01:16 2022
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.27 2022/05/07 16:37:49 fox Exp $
+# $NetBSD: Makefile,v 1.28 2022/06/08 07:01:16 nia Exp $
 
-DISTNAME=      htop-3.2.0
+DISTNAME=      htop-3.2.1
 CATEGORIES=    sysutils
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=htop-dev/}
 

Index: pkgsrc/sysutils/htop/distinfo
diff -u pkgsrc/sysutils/htop/distinfo:1.21 pkgsrc/sysutils/htop/distinfo:1.22
--- pkgsrc/sysutils/htop/distinfo:1.21  Mon May 16 12:14:22 2022
+++ pkgsrc/sysutils/htop/distinfo       Wed Jun  8 07:01:16 2022
@@ -1,9 +1,6 @@
-$NetBSD: distinfo,v 1.21 2022/05/16 12:14:22 jperkin Exp $
+$NetBSD: distinfo,v 1.22 2022/06/08 07:01:16 nia Exp $
 
-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
+BLAKE2s (htop-3.2.1.tar.gz) = 39a22f2aace47c44cb8c2a8aba1d96656b9967bd5abd740cb0f62c6fdafb5117
+SHA512 (htop-3.2.1.tar.gz) = d7b76e28ee870ac572ba1d9606dec6f9475346a00e599ca15838017c97683f1fc1be40417b9c1e76128cacc8a60ff9ba88c6b237be1835d309f98329b25644fc
+Size (htop-3.2.1.tar.gz) = 397632 bytes
 SHA1 (patch-solaris_Platform.h) = c23c6cf20607dd69e626be716337471fffd70d86



Home | Main Index | Thread Index | Old Index