public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
From: "Peter Müller" <peter.mueller@ipfire.org>
To: development@lists.ipfire.org
Subject: [PATCH] psmisc: Update to 23.4
Date: Sun, 20 Mar 2022 13:46:47 +0000	[thread overview]
Message-ID: <60a7b919-e26b-6e70-dd99-e9655fba7554@ipfire.org> (raw)

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

Please refer to https://gitlab.com/psmisc/psmisc/-/tags for an overview
of the changes happened since version 22.2 .

Signed-off-by: Peter Müller <peter.mueller(a)ipfire.org>
---
 config/rootfiles/common/psmisc | 51 +++++++++++++++++++++++++++++++---
 lfs/psmisc                     | 10 +++----
 2 files changed, 52 insertions(+), 9 deletions(-)

diff --git a/config/rootfiles/common/psmisc b/config/rootfiles/common/psmisc
index f7337b7a1..759e7f0ab 100644
--- a/config/rootfiles/common/psmisc
+++ b/config/rootfiles/common/psmisc
@@ -1,8 +1,51 @@
 #bin/fuser
 bin/killall
-#bin/oldfuser
+#bin/peekfd
+#bin/prtstat
+#bin/pslog
 usr/bin/pstree
 #usr/bin/pstree.x11
-#usr/man/man1/fuser.1
-#usr/man/man1/killall.1
-#usr/man/man1/pstree.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/man1/fuser.1
+#usr/share/man/man1/killall.1
+#usr/share/man/man1/peekfd.1
+#usr/share/man/man1/prtstat.1
+#usr/share/man/man1/pslog.1
+#usr/share/man/man1/pstree.1
+#usr/share/man/pt_BR
+#usr/share/man/pt_BR/man1
+#usr/share/man/pt_BR/man1/fuser.1
+#usr/share/man/pt_BR/man1/killall.1
+#usr/share/man/pt_BR/man1/peekfd.1
+#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/ru
+#usr/share/man/ru/man1
+#usr/share/man/ru/man1/fuser.1
+#usr/share/man/ru/man1/killall.1
+#usr/share/man/ru/man1/peekfd.1
+#usr/share/man/ru/man1/prtstat.1
+#usr/share/man/ru/man1/pslog.1
+#usr/share/man/ru/man1/pstree.1
+#usr/share/man/uk
+#usr/share/man/uk/man1
+#usr/share/man/uk/man1/fuser.1
+#usr/share/man/uk/man1/killall.1
+#usr/share/man/uk/man1/peekfd.1
+#usr/share/man/uk/man1/prtstat.1
+#usr/share/man/uk/man1/pslog.1
+#usr/share/man/uk/man1/pstree.1
diff --git a/lfs/psmisc b/lfs/psmisc
index 1f0c7d893..d03ba09ff 100644
--- a/lfs/psmisc
+++ b/lfs/psmisc
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007-2018  IPFire Team  <info(a)ipfire.org>                     #
+# Copyright (C) 2007-2022  IPFire Team  <info(a)ipfire.org>                     #
 #                                                                             #
 # 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,10 +24,10 @@
 
 include Config
 
-VER        = 22.2
+VER        = 23.4
 
 THISAPP    = psmisc-$(VER)
-DL_FILE    = $(THISAPP).tar.gz
+DL_FILE    = $(THISAPP).tar.xz
 DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 77737c817a40ef2c160a7194b5b64337
+$(DL_FILE)_MD5 = 8114cd4489b95308efe2509c3a406bbf
 
 install : $(TARGET)
 
@@ -69,7 +69,7 @@ $(subst %,%_MD5,$(objects)) :
 
 $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
 	@$(PREBUILD)
-	@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
+	@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE)
 	$(UPDATE_AUTOMAKE)
 	cd $(DIR_APP) && ./configure --prefix=/usr --exec-prefix="" --disable-nls
 	cd $(DIR_APP) && make $(MAKETUNING)
-- 
2.34.1

                 reply	other threads:[~2022-03-20 13:46 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=60a7b919-e26b-6e70-dd99-e9655fba7554@ipfire.org \
    --to=peter.mueller@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