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:           Tue Oct 19 07:37:36 UTC 2021

Modified Files:
        pkgsrc/sysutils/htop: Makefile distinfo
Removed Files:
        pkgsrc/sysutils/htop/patches: patch-MainPanel.c

Log Message:
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)


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 pkgsrc/sysutils/htop/Makefile
cvs rdiff -u -r1.15 -r1.16 pkgsrc/sysutils/htop/distinfo
cvs rdiff -u -r1.1 -r0 pkgsrc/sysutils/htop/patches/patch-MainPanel.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.22 pkgsrc/sysutils/htop/Makefile:1.23
--- pkgsrc/sysutils/htop/Makefile:1.22  Tue Sep 28 17:57:38 2021
+++ pkgsrc/sysutils/htop/Makefile       Tue Oct 19 07:37:36 2021
@@ -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@localhost
 HOMEPAGE=      https://htop.dev/

Index: pkgsrc/sysutils/htop/distinfo
diff -u pkgsrc/sysutils/htop/distinfo:1.15 pkgsrc/sysutils/htop/distinfo:1.16
--- pkgsrc/sysutils/htop/distinfo:1.15  Thu Oct  7 14:57:56 2021
+++ pkgsrc/sysutils/htop/distinfo       Tue Oct 19 07:37:36 2021
@@ -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



Home | Main Index | Thread Index | Old Index