htop: 3.1.2 -> 3.2.0

This commit is contained in:
Tim Biermann 2022-05-06 16:06:36 +02:00
parent 6a012b4403
commit cdff048702
3 changed files with 4 additions and 32 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/ePiorPJChC/lF0tv6dhQ2G5WUnqaHxhEEaAC2TpNmlameLOWxlFHUlnLeio6hZC8CRXdk9XOTTdEGlOcE2cXAg=
SHA256 (Pkgfile) = b9d9ab9f5e7366e26a06f908f4b701bd1721dc4e70d870946fd642c734baf015
RWSE3ohX2g5d/ZepMnvC1NETFMx3p4yzJa6VmAwp9AYtauBqJ8eGJ8SC0lEp6DmtFERn9fY+CY0rxvD01A8D6eK0yyOD/3/C3A8=
SHA256 (Pkgfile) = 989c31a8ef548b688f22750608bd1d0fcab8fda25bdad0d4eafc8b088eecd9b3
SHA256 (.footprint) = b377a802671ebe4fd8ea2812caa2a98f5f017a5069a04a48f12e97f6703d80b4
SHA256 (htop-3.1.2.tar.gz) = fe9559637c8f21f5fd531a4c072048a404173806acbdad1359c6b82fd87aa001
SHA256 (htop-3.2.0.tar.gz) = 1a1dd174cc828521fe5fd0e052cff8c30aa50809cf80d3ce3a481c37d476ac54

View File

@ -5,7 +5,7 @@
# Optional: lm_sensors lsof strace
name=htop
version=3.1.2
version=3.2.0
release=1
source=(https://github.com/htop-dev/htop/archive/$version/htop-$version.tar.gz)

View File

@ -1,28 +0,0 @@
diff -urN htop-2.2.0.orig/CRT.h htop-2.2.0/CRT.h
--- htop-2.2.0.orig/CRT.h 2018-04-10 13:23:24.000000000 +0000
+++ htop-2.2.0/CRT.h 2020-07-14 19:46:33.328273400 +0000
@@ -140,7 +140,7 @@
extern int CRT_delay;
-int* CRT_colors;
+extern int* CRT_colors;
extern int CRT_colorSchemes[LAST_COLORSCHEME][LAST_COLORELEMENT];
@@ -150,13 +150,13 @@
extern int CRT_scrollWheelVAmount;
-char* CRT_termType;
+extern char* CRT_termType;
// TODO move color scheme to Settings, perhaps?
extern int CRT_colorScheme;
-void *backtraceArray[128];
+extern void *backtraceArray[128];
#if HAVE_SETUID_ENABLED