From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] psmisc: Update to version 23.7 Date: Tue, 21 May 2024 16:56:23 +0200 Message-ID: <20240521145627.291028-5-adolf.belka@ipfire.org> In-Reply-To: <20240521145627.291028-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0929417653833879897==" List-Id: --===============0929417653833879897== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable - Update from version 23.6 to 23.7 - Update of roiotfile not required - Changelog 23.7 * build-sys: Make disable-statx work * fuser: Fallback to stat() if no statx() Debian 1030747 #48 * fuser: silently ignore EACCES when scanning proc directories * killall: small formatting fixes Debian #1037231 * pstree: Do not assume root PID #49 * pslog: include config.h #51 !36 * misc: Update gettext to 0.21 Signed-off-by: Adolf Belka --- lfs/psmisc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lfs/psmisc b/lfs/psmisc index 3340879c3..f7df307dd 100644 --- a/lfs/psmisc +++ b/lfs/psmisc @@ -1,7 +1,7 @@ ############################################################################= ### # = # # IPFire.org - A linux based firewall = # -# Copyright (C) 2007-2022 IPFire Team = # +# Copyright (C) 2007-2024 IPFire Team = # # = # # This program is free software: you can redistribute it and/or modify = # # it under the terms of the GNU General Public License as published by = # @@ -24,7 +24,7 @@ =20 include Config =20 -VER =3D 23.6 +VER =3D 23.7 =20 THISAPP =3D psmisc-$(VER) DL_FILE =3D $(THISAPP).tar.xz @@ -40,7 +40,7 @@ objects =3D $(DL_FILE) =20 $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) =20 -$(DL_FILE)_BLAKE2 =3D 468bf4e84695efcedb832f890b6201b7bc4aca7c5aabaf30e67f44= 71671421897ee7cd67f01d4b3d60c3e1c63752eb7384e627e75fa7db290cd749da08e2f788 +$(DL_FILE)_BLAKE2 =3D 5064f929bf320c3fe91d3e665479dcb0913b12f4dddd23e49e2965= 09f89e29b5d147b411c33cca9892a43d955c8e431bccf00872ae86a9c9d2545295f05b69d7 =20 install : $(TARGET) =20 --=20 2.44.0 --===============0929417653833879897==--