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 18 01:51:01 UTC 2024

Modified Files:
        pkgsrc/sysutils/htop: Makefile distinfo

Log Message:
sysutils/htop: Update to 3.3.0

Changes since 3.2.2:

What's new in version 3.3.0

* Multiple refactorings and code improvements
* Shorten docker container IDs to 12 characters
* Settings: preserve empty header
* Fix execlp() argument without pointer cast
* OpenFilesScreen: Make column sizing dynamic for file size, offset and inode
* Add support for "truss" (FreeBSD equivalent of "strace")
* Darwin: add NetworkIOMeter support
* HeaderLayout: add "3 columns - 40/30/30", "... 30/40/30" & "... 30/30/40"
* Meter: use correct unicode characters for digit '9'
* Note in manual re default memory units of KiB
* Add column for process container name
* Add logic to filter the container name (+type) from the CGroup name
* Change NetworkIOMeter value unit from KiB/s to bytes/second
* Cap DiskIOMeter "utilisation" percentage at 100%
* PCP platform implementation of frontswap and zswap accounting
* Shorten podman/libpod container IDs to 12 characters
* Write configuration to temporary file first
* Incorporate shared memory in bar text
* Move shared memory next to used memory
* Correct order of memory meter in help
* Add recalculate to Ctrl-L refresh
* Update process list on thread visibility toggling
* Support dynamic screens with 'top-most' entities beyond processes
* Introduce Row and Table classes for screens beyond top-processes
* Rework ZramMeter and remove MeterClass.comprisedValues
* More robust logic for CPU process percentages (Linux & PCP)
* Show year as start time for processes older than a year
* Short-term fix for docker container detection
* default color preset: use bold blue for better visibility
* Document 'O' keyboard shortcut
* Implement logic for '--max-iterations'
* Update F5 key label on tab switch (Tree <-> List)
* Force re-sorting of the process list view after switching between list/treeview mode
* Linux: (hack) work around the fact that Zswapped pages may be SwapCached
* Linux: implement zswap support
* {Memory,Swap}Meter: add "compressed memory" metrics
* Darwin: add DiskIOMeter support
* Fix scroll relative to followed process
* ZramMeter: update bar mode
* Use shared real memory on FreeBSD
* Increase Search and Filter max string length to 128
* Improve CPU computation code
* Remove LXC special handling for the CPU count
* Create new File Descriptor meter
* PCP: add IRQ PSI meter
* Linux: add IRQ PSI meter
* Linux: highlight username if process has elevated privileges
* Add support for scheduling policies
* Add a systemd user meter to monitor user units.
* FreeBSD: remove duplicate zfs ARC size subtraction


To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 pkgsrc/sysutils/htop/Makefile
cvs rdiff -u -r1.23 -r1.24 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.32 pkgsrc/sysutils/htop/Makefile:1.33
--- pkgsrc/sysutils/htop/Makefile:1.32  Sun Feb  5 13:10:40 2023
+++ pkgsrc/sysutils/htop/Makefile       Sun Feb 18 01:51:01 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.32 2023/02/05 13:10:40 fox Exp $
+# $NetBSD: Makefile,v 1.33 2024/02/18 01:51:01 fox Exp $
 
-DISTNAME=      htop-3.2.2
+DISTNAME=      htop-3.3.0
 CATEGORIES=    sysutils
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=htop-dev/}
 

Index: pkgsrc/sysutils/htop/distinfo
diff -u pkgsrc/sysutils/htop/distinfo:1.23 pkgsrc/sysutils/htop/distinfo:1.24
--- pkgsrc/sysutils/htop/distinfo:1.23  Sun Feb  5 13:10:40 2023
+++ pkgsrc/sysutils/htop/distinfo       Sun Feb 18 01:51:01 2024
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.23 2023/02/05 13:10:40 fox Exp $
+$NetBSD: distinfo,v 1.24 2024/02/18 01:51:01 fox Exp $
 
-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
+BLAKE2s (htop-3.3.0.tar.gz) = 49b573cab35804cb6e0c437af78e9311e00d719e66724222252980cf4b869f99
+SHA512 (htop-3.3.0.tar.gz) = 4c03bd183d97ec84010472ea52ff6e210e6d211c813d0ab52bacef16d7e4eef9483e65279fb0a846dcdb532ad19eb1c1c39bad9dd8b103d36aeb51cb5d28e23a
+Size (htop-3.3.0.tar.gz) = 406012 bytes
 SHA1 (patch-solaris_Platform.h) = c23c6cf20607dd69e626be716337471fffd70d86



Home | Main Index | Thread Index | Old Index