mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 21:23:51 -09:00
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:
committed by
Marcus Hoffmann
parent
a9942e8793
commit
bf8c4f7972
@@ -1,6 +1,6 @@
|
|||||||
# From https://sourceforge.net/projects/psmisc/files/psmisc/
|
# From https://sourceforge.net/projects/psmisc/files/psmisc/
|
||||||
md5 014f0b5d5ab32478a2c57812ad01e1fb psmisc-23.5.tar.xz
|
md5 53eae841735189a896d614cba440eb10 psmisc-23.7.tar.xz
|
||||||
sha1 a16073f459a19288c1ea2b413a84e1b996cab595 psmisc-23.5.tar.xz
|
sha1 89046d35a8919def79200115c9cc78e91b98ad53 psmisc-23.7.tar.xz
|
||||||
# Locally computed:
|
# Locally computed:
|
||||||
sha256 dc37ecc2f7e4a90a94956accc6e1c77adb71316b7c9cbd39b26738db0c3ae58b psmisc-23.5.tar.xz
|
sha256 58c55d9c1402474065adae669511c191de374b0871eec781239ab400b907c327 psmisc-23.7.tar.xz
|
||||||
sha256 dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa COPYING
|
sha256 dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa COPYING
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
#
|
#
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
PSMISC_VERSION = 23.5
|
PSMISC_VERSION = 23.7
|
||||||
PSMISC_SITE = http://downloads.sourceforge.net/project/psmisc/psmisc
|
PSMISC_SITE = http://downloads.sourceforge.net/project/psmisc/psmisc
|
||||||
PSMISC_SOURCE = psmisc-$(PSMISC_VERSION).tar.xz
|
PSMISC_SOURCE = psmisc-$(PSMISC_VERSION).tar.xz
|
||||||
PSMISC_LICENSE = GPL-2.0+
|
PSMISC_LICENSE = GPL-2.0+
|
||||||
|
|||||||
Reference in New Issue
Block a user