package/psmisc: bump to version 23.7

Changelog:
- v23.6:
  - buildsys: Fix DEJAGNU work-around (Debian #1015089)
  - killall: Use kill if pidfd_send_signal fails (Debian #1015228)
  - fuser: Do not mention nonexistent -reset option (#42)
  - fuser: Use modern statn where possible
  - pstree: Better AppArmor support (!30)
- v23.7:
  - Fix --disable-statx build option
  - fuser: Add stat() fallback, ignore EACCES errors
  - pstree: Fix assumption about root PID
  - killall: Output formatting fixes
  - Update gettext to 0.21

https://gitlab.com/psmisc/psmisc/-/tags/v23.6
https://gitlab.com/psmisc/psmisc/-/tags/v23.7

Signed-off-by: Shubham Chakraborty <chakrabortyshubham66@gmail.com>
Signed-off-by: Marcus Hoffmann <buildroot@bubu1.eu>
This commit is contained in:
Shubham Chakraborty
2026-04-29 18:36:14 +05:30
committed by Marcus Hoffmann
parent a9942e8793
commit bf8c4f7972
2 changed files with 4 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
# From https://sourceforge.net/projects/psmisc/files/psmisc/
md5 014f0b5d5ab32478a2c57812ad01e1fb psmisc-23.5.tar.xz
sha1 a16073f459a19288c1ea2b413a84e1b996cab595 psmisc-23.5.tar.xz
md5 53eae841735189a896d614cba440eb10 psmisc-23.7.tar.xz
sha1 89046d35a8919def79200115c9cc78e91b98ad53 psmisc-23.7.tar.xz
# Locally computed:
sha256 dc37ecc2f7e4a90a94956accc6e1c77adb71316b7c9cbd39b26738db0c3ae58b psmisc-23.5.tar.xz
sha256 58c55d9c1402474065adae669511c191de374b0871eec781239ab400b907c327 psmisc-23.7.tar.xz
sha256 dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa COPYING

View File

@@ -4,7 +4,7 @@
#
################################################################################
PSMISC_VERSION = 23.5
PSMISC_VERSION = 23.7
PSMISC_SITE = http://downloads.sourceforge.net/project/psmisc/psmisc
PSMISC_SOURCE = psmisc-$(PSMISC_VERSION).tar.xz
PSMISC_LICENSE = GPL-2.0+