Tue Oct 19 07:37:36 2021 UTC ()
htop: update to 3.1.1

What's new in version 3.1.1

* Update license headers to explicitly say GPLv2+
* Document minimum version for libcap (thanks to James Brown)
* Fix mouse wheel collision with autogroups nice adjustment
* Adjust Makefile.am macro definitions for older automake versions
* Ensure consistent reporting of MemoryMeter 'used' memory
* Report hugepage memory as real and used memory (as before)
* Handle procExeDeleted, usesDeletedLib without mergedCommandline mode
* Validate meter configuration before proceeding beyond htoprc parsing
* Properly release memory on partially read configuration
* Handle interrupted sampling from within libpcp PDU transfers
* On Linux, provide O_PATH value if not defined
* On Linux, always compute procExeDeleted if already set
* Workaround for Rosetta 2 on Darwin (thanks to Alexander Momchilov)
* Fix FreeBSD cmdline memory leak in Process_updateCmdline, and
* Plug a Disk I/O meter memory leak on FreeBSD (thanks to Ximalas)


(nia)
diff -r1.22 -r1.23 pkgsrc/sysutils/htop/Makefile
diff -r1.15 -r1.16 pkgsrc/sysutils/htop/distinfo
diff -r1.1 -r0 pkgsrc/sysutils/htop/patches/patch-MainPanel.c

cvs diff -r1.22 -r1.23 pkgsrc/sysutils/htop/Makefile (expand / switch to context diff)
--- pkgsrc/sysutils/htop/Makefile 2021/09/28 17:57:38 1.22
+++ pkgsrc/sysutils/htop/Makefile 2021/10/19 07:37:36 1.23
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.22 2021/09/28 17:57:38 fox Exp $
+# $NetBSD: Makefile,v 1.23 2021/10/19 07:37:36 nia Exp $
 
-DISTNAME=	htop-3.1.0
+DISTNAME=	htop-3.1.1
 CATEGORIES=	sysutils
 MASTER_SITES=	${MASTER_SITE_GITHUB:=htop-dev/}
-GITHUB_TAG=	3.1.0
 
 MAINTAINER=	pkgsrc-users@NetBSD.org
 HOMEPAGE=	https://htop.dev/

cvs diff -r1.15 -r1.16 pkgsrc/sysutils/htop/distinfo (expand / switch to context diff)
--- pkgsrc/sysutils/htop/distinfo 2021/10/07 14:57:56 1.15
+++ pkgsrc/sysutils/htop/distinfo 2021/10/19 07:37:36 1.16
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.15 2021/10/07 14:57:56 nia Exp $
+$NetBSD: distinfo,v 1.16 2021/10/19 07:37:36 nia Exp $
 
-RMD160 (htop-3.1.0.tar.gz) = eb64c52e19df747bfe5b03ebc607b950e5084bf3
-SHA512 (htop-3.1.0.tar.gz) = bb4422591a61978d1cc5b423413820c14cc571c4660087387949f1071609da38e42be2be8485863cb19b0b957d1fdeb5b2df46212d9ddd3891871b1c9d276c6e
-Size (htop-3.1.0.tar.gz) = 378838 bytes
+RMD160 (htop-3.1.1.tar.gz) = 3ba49c8793d461037c5787d1b02f21d72241751b
+SHA512 (htop-3.1.1.tar.gz) = 5e4ec9b5fdf4583c8a345dcc2fe9395737e3a6e8dd8e6547800b959be084b9d57ae30bf891f79a25f6bf99ec0b6eb7eaba8bc851072c5a550de70df4178dc07d
+Size (htop-3.1.1.tar.gz) = 381277 bytes
 SHA1 (patch-MainPanel.c) = da63da783a1df784ec31ac4cbdacb0fbbfeb9ef6

File Deleted: pkgsrc/sysutils/htop/patches/Attic/patch-MainPanel.c