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:   fox
Date:           Sun Feb  5 13:10:40 UTC 2023

Modified Files:
        pkgsrc/sysutils/htop: Makefile distinfo

Log Message:
sysutils/htop: Update to 3.2.2

Changes since 3.2.1:

What's new in version 3.2.2

* CPUMeter now can show frequency in text mode
* Add option to render distribution path prefixes shadowed
* DiskIOMeter converts to bytes per second (not per interval)
* DiskIOMeter uses complete units, including missing "iB/s"
* DiskIOMeter indicates read and write in meter mode
* NetworkIOMeter converts to packets per second, shows packet rate
* Allow continued process following when changing display settings
* Update the panel header when changing to another tab
* Drop margin around the header if there are no meters
* Use Unicode replacement character for non-printable characters
* Default color preset uses bold blue for better visibility
* Update the Panel header on sort order inversions ('I')
* Toggle the header meters with pound key
* Fix ScreenPanel to handle quitting the panel while renaming
* Add fallback for HOME environment variable using passwd database
* Replace meaningless ID column with FD column in lock screen
* Use device format in the lock screen matching the files screen
* On Linux, improvements to file-descriptor lock detection
* On Linux, further distinguish systemd states in the SystemdMeter
* On Linux, improvements to cgroup and container identification
* On Linux, support openat(2) without readlinkat(2) platforms
* On Darwin, fix current process buffer handling for busy systems
* On DragonFly BSD, fix incorrect processor time of processes
* On FreeBSD, fix an issue with the memory graph not showing correctly
* On FreeBSD, add support for displaying shared memory usage
* On PCP, use pmLookupDescs(3) if available for efficiency
* On PCP, normalize generic columns values for consistent display
* On PCP, changes preparing for configurable, dynamic screens
* Handle invalid process columns from the configuration file
* Avoid undefined behaviour with deeply nested processes
* Fix crash when removing the currently active screen
* Prevent possible crash on a very early error path
* Include automake for Debian/Ubuntu
* Restore non-mouse support
* Reject unsupported command line arguments
* Document idle process state
* Clarify M_TRS/M_DRS columns


To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 pkgsrc/sysutils/htop/Makefile
cvs rdiff -u -r1.22 -r1.23 pkgsrc/sysutils/htop/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/htop/Makefile
diff -u pkgsrc/sysutils/htop/Makefile:1.31 pkgsrc/sysutils/htop/Makefile:1.32
--- pkgsrc/sysutils/htop/Makefile:1.31  Tue Oct  4 07:14:57 2022
+++ pkgsrc/sysutils/htop/Makefile       Sun Feb  5 13:10:40 2023
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.31 2022/10/04 07:14:57 kim Exp $
+# $NetBSD: Makefile,v 1.32 2023/02/05 13:10:40 fox Exp $
 
-DISTNAME=      htop-3.2.1
-PKGREVISION=   2
+DISTNAME=      htop-3.2.2
 CATEGORIES=    sysutils
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=htop-dev/}
 

Index: pkgsrc/sysutils/htop/distinfo
diff -u pkgsrc/sysutils/htop/distinfo:1.22 pkgsrc/sysutils/htop/distinfo:1.23
--- pkgsrc/sysutils/htop/distinfo:1.22  Wed Jun  8 07:01:16 2022
+++ pkgsrc/sysutils/htop/distinfo       Sun Feb  5 13:10:40 2023
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.22 2022/06/08 07:01:16 nia Exp $
+$NetBSD: distinfo,v 1.23 2023/02/05 13:10:40 fox Exp $
 
-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
+BLAKE2s (htop-3.2.2.tar.gz) = 871bfddc48a14016f166da3aa962df0ad1fe0bf51a5eb792f907f1ffc6b1d08d
+SHA512 (htop-3.2.2.tar.gz) = dd82d5b2f70694e76b3740ef0f6f6d3446fe83b748c2cfe61c783985d62cb6e1d00fcb4b1fe7dc8f1d8c6bc7b29474e1e88eaa01f154198d702b100bcbc135bb
+Size (htop-3.2.2.tar.gz) = 369873 bytes
 SHA1 (patch-solaris_Platform.h) = c23c6cf20607dd69e626be716337471fffd70d86



Home | Main Index | Thread Index | Old Index