bump(main/psmisc): 23.7 (#19888)

This commit is contained in:
Biswapriyo Nath 2024-04-22 17:20:47 +05:30 committed by GitHub
parent aaf6ee05dc
commit 54f3c0107f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 5 deletions

View File

@ -2,10 +2,9 @@ TERMUX_PKG_HOMEPAGE=https://gitlab.com/psmisc/psmisc
TERMUX_PKG_DESCRIPTION="Some small useful utilities that use the proc filesystem"
TERMUX_PKG_LICENSE="GPL-2.0"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION=23.6
TERMUX_PKG_REVISION=2
TERMUX_PKG_VERSION=23.7
TERMUX_PKG_SRCURL=https://fossies.org/linux/misc/psmisc-$TERMUX_PKG_VERSION.tar.xz
TERMUX_PKG_SHA256=257dde06159a4c49223d06f1cccbeb68933a4514fc8f1d77c64b54f0d108822a
TERMUX_PKG_SHA256=58c55d9c1402474065adae669511c191de374b0871eec781239ab400b907c327
TERMUX_PKG_DEPENDS="ncurses"
TERMUX_PKG_ESSENTIAL=true
TERMUX_PKG_BUILD_IN_SRC=true

View File

@ -144,10 +144,10 @@ diff -u -r ../orig-source/src/pstree.c ./src/pstree.c
}
}
}
@@ -1250,8 +1264,7 @@
@@ -1248,8 +1248,7 @@
}
(void) closedir(dir);
fix_orphans();
fix_orphans(root_pid);
- if (print_args)
- free(buffer);
+ free(buffer);