public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
From: Adolf Belka <adolf.belka@ipfire.org>
To: development@lists.ipfire.org
Subject: [PATCH] psmisc: Update to version 23.6
Date: Sat, 17 Dec 2022 13:14:25 +0100	[thread overview]
Message-ID: <20221217121427.3532488-6-adolf.belka@ipfire.org> (raw)
In-Reply-To: <20221217121427.3532488-1-adolf.belka@ipfire.org>

[-- Attachment #1: Type: text/plain, Size: 4149 bytes --]

- Update from version 23.4 to 23.6
- Update of rootfile
- Changelog
    Changes in 23.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
    Changes in 23.5
	* killall: Check truncated names !28
	* killall: Use openat and pidfd_send_signal #37
	* killall: Don't check paths of sockets #35
        * pstree: Check for process with show_parents #38
	* pstree: Don't disable compaction with show pgids #34
	* pstree: Fix storage leak !29

Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org>
---
 config/rootfiles/common/psmisc | 44 ++++++++++++++++++++++++++++++++--
 lfs/psmisc                     |  4 ++--
 2 files changed, 44 insertions(+), 4 deletions(-)

diff --git a/config/rootfiles/common/psmisc b/config/rootfiles/common/psmisc
index 759e7f0ab..8a658fd1c 100644
--- a/config/rootfiles/common/psmisc
+++ b/config/rootfiles/common/psmisc
@@ -5,20 +5,38 @@ bin/killall
 #bin/pslog
 usr/bin/pstree
 #usr/bin/pstree.x11
+#usr/share/man/da
+#usr/share/man/da/man1
+#usr/share/man/da/man1/prtstat.1
+#usr/share/man/da/man1/pslog.1
 #usr/share/man/de/man1/fuser.1
 #usr/share/man/de/man1/killall.1
 #usr/share/man/de/man1/peekfd.1
 #usr/share/man/de/man1/prtstat.1
 #usr/share/man/de/man1/pslog.1
 #usr/share/man/de/man1/pstree.1
-#usr/share/man/fr
-#usr/share/man/fr/man1
 #usr/share/man/fr/man1/fuser.1
 #usr/share/man/fr/man1/killall.1
 #usr/share/man/fr/man1/peekfd.1
 #usr/share/man/fr/man1/prtstat.1
 #usr/share/man/fr/man1/pslog.1
 #usr/share/man/fr/man1/pstree.1
+#usr/share/man/hr
+#usr/share/man/hr/man1
+#usr/share/man/hr/man1/fuser.1
+#usr/share/man/hr/man1/killall.1
+#usr/share/man/hr/man1/peekfd.1
+#usr/share/man/hr/man1/prtstat.1
+#usr/share/man/hr/man1/pslog.1
+#usr/share/man/hr/man1/pstree.1
+#usr/share/man/ko
+#usr/share/man/ko/man1
+#usr/share/man/ko/man1/fuser.1
+#usr/share/man/ko/man1/killall.1
+#usr/share/man/ko/man1/peekfd.1
+#usr/share/man/ko/man1/prtstat.1
+#usr/share/man/ko/man1/pslog.1
+#usr/share/man/ko/man1/pstree.1
 #usr/share/man/man1/fuser.1
 #usr/share/man/man1/killall.1
 #usr/share/man/man1/peekfd.1
@@ -33,6 +51,12 @@ usr/bin/pstree
 #usr/share/man/pt_BR/man1/prtstat.1
 #usr/share/man/pt_BR/man1/pslog.1
 #usr/share/man/pt_BR/man1/pstree.1
+#usr/share/man/ro/man1/fuser.1
+#usr/share/man/ro/man1/killall.1
+#usr/share/man/ro/man1/peekfd.1
+#usr/share/man/ro/man1/prtstat.1
+#usr/share/man/ro/man1/pslog.1
+#usr/share/man/ro/man1/pstree.1
 #usr/share/man/ru
 #usr/share/man/ru/man1
 #usr/share/man/ru/man1/fuser.1
@@ -41,6 +65,22 @@ usr/bin/pstree
 #usr/share/man/ru/man1/prtstat.1
 #usr/share/man/ru/man1/pslog.1
 #usr/share/man/ru/man1/pstree.1
+#usr/share/man/sr
+#usr/share/man/sr/man1
+#usr/share/man/sr/man1/fuser.1
+#usr/share/man/sr/man1/killall.1
+#usr/share/man/sr/man1/peekfd.1
+#usr/share/man/sr/man1/prtstat.1
+#usr/share/man/sr/man1/pslog.1
+#usr/share/man/sr/man1/pstree.1
+#usr/share/man/sv
+#usr/share/man/sv/man1
+#usr/share/man/sv/man1/fuser.1
+#usr/share/man/sv/man1/killall.1
+#usr/share/man/sv/man1/peekfd.1
+#usr/share/man/sv/man1/prtstat.1
+#usr/share/man/sv/man1/pslog.1
+#usr/share/man/sv/man1/pstree.1
 #usr/share/man/uk
 #usr/share/man/uk/man1
 #usr/share/man/uk/man1/fuser.1
diff --git a/lfs/psmisc b/lfs/psmisc
index 4ca6b6810..3340879c3 100644
--- a/lfs/psmisc
+++ b/lfs/psmisc
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 23.4
+VER        = 23.6
 
 THISAPP    = psmisc-$(VER)
 DL_FILE    = $(THISAPP).tar.xz
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_BLAKE2 = e762171c4d3252421a49b352fadb3e892f66862f003a313a0cc692f973364b06d2652a51d331314462784d94ad55189e74c4d7a023d5d7c917c5e5c05009f46b
+$(DL_FILE)_BLAKE2 = 468bf4e84695efcedb832f890b6201b7bc4aca7c5aabaf30e67f4471671421897ee7cd67f01d4b3d60c3e1c63752eb7384e627e75fa7db290cd749da08e2f788
 
 install : $(TARGET)
 
-- 
2.39.0


  parent reply	other threads:[~2022-12-17 12:14 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-12-17 12:14 [PATCH] iproute2: Update to version 6.1.0 Adolf Belka
2022-12-17 12:14 ` [PATCH] krb5: Update to version 1.20.1 Adolf Belka
2022-12-26  8:49   ` Peter Müller
2022-12-17 12:14 ` [PATCH] libarchive: Update to version 3.6.2 Adolf Belka
2022-12-26  8:52   ` Peter Müller
2022-12-17 12:14 ` [PATCH] libmpc: Update to version 1.3.1 Adolf Belka
2022-12-27 16:32   ` Peter Müller
2022-12-17 12:14 ` [PATCH] nano: Update to version 7.1 Adolf Belka
2022-12-27 16:35   ` Peter Müller
2022-12-17 12:14 ` Adolf Belka [this message]
2022-12-26  8:55   ` [PATCH] psmisc: Update to version 23.6 Peter Müller
2022-12-17 12:14 ` [PATCH] samba: Update to version 4.17.4 Adolf Belka
2022-12-17 12:14 ` [PATCH] xz: Update to version 5.4.0 Adolf Belka
2022-12-27 16:36   ` Peter Müller
2022-12-26  8:53 ` [PATCH] iproute2: Update to version 6.1.0 Peter Müller

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20221217121427.3532488-6-adolf.belka@ipfire.org \
    --to=adolf.belka@ipfire.org \
    --cc=development@lists.ipfire.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox