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] sysvinit: Update to version 3.11
Date: Sun, 24 Nov 2024 13:27:15 +0100	[thread overview]
Message-ID: <20241124122715.7506-10-adolf.belka@ipfire.org> (raw)
In-Reply-To: <20241124122715.7506-1-adolf.belka@ipfire.org>

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

- Update from version 3.10 to 3.11
- Update of rootfile not required
- Changelog
    3.11
	    * Some escape characters were included in the inittab manual page, but not
	      displayed by the "man" command because they were not (ironically)
	      properly escaped. This has been fixed.
	    * Enabled chaining commands together in the inittab file. This allows the
	      admin to run commands like "task1 && task2" or "task2 || task2" from the
	      inittab file.
	    * Fix typoes in halt manual page. Fixes provided by Bjarni Ingi Gislason.
	    * Fix typos/markdown in fstab-decode manual page.
	      Patch provided by Bjarni Ingi Gislason.

Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org>
---
 lfs/sysvinit                                                | 6 +++---
 ...ountpoint.patch => sysvinit-3.11_build_mountpoint.patch} | 0
 2 files changed, 3 insertions(+), 3 deletions(-)
 rename src/patches/{sysvinit-3.10_build_mountpoint.patch => sysvinit-3.11_build_mountpoint.patch} (100%)

diff --git a/lfs/sysvinit b/lfs/sysvinit
index ff5577e5e..d97c62554 100644
--- a/lfs/sysvinit
+++ b/lfs/sysvinit
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 3.10
+VER        = 3.11
 
 THISAPP    = sysvinit-$(VER)
 DL_FILE    = $(THISAPP).tar.xz
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_BLAKE2 = 894f1ad140f1e92f4d4a2220a9abff6ba106d9f84ee0e001ee8d5a0f41a2877e08110d442a2bcd52efc5662838fae36835b067091d37b9f4d295b47c01c26153
+$(DL_FILE)_BLAKE2 = a7233509ec31ef6834e145d5912b2c1d3832bf63ffab6eb75c864cd2a9c4fe053b0e3a5abc20891c7d29596f95dd3aa518e69ad111d5586011fee37b4e23d7cb
 
 install : $(TARGET)
 
@@ -70,7 +70,7 @@ $(subst %,%_BLAKE2,$(objects)) :
 $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
 	@$(PREBUILD)
 	@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE)
-	cd $(DIR_APP) && patch -Np1 -i $(DIR_SRC)/src/patches/sysvinit-3.10_build_mountpoint.patch
+	cd $(DIR_APP) && patch -Np1 -i $(DIR_SRC)/src/patches/sysvinit-3.11_build_mountpoint.patch
 	cd $(DIR_APP) && make $(MAKETUNING)
 	cd $(DIR_APP) && make install
 	@rm -rf $(DIR_APP)
diff --git a/src/patches/sysvinit-3.10_build_mountpoint.patch b/src/patches/sysvinit-3.11_build_mountpoint.patch
similarity index 100%
rename from src/patches/sysvinit-3.10_build_mountpoint.patch
rename to src/patches/sysvinit-3.11_build_mountpoint.patch
-- 
2.47.0


      parent reply	other threads:[~2024-11-24 12:27 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-11-24 12:27 [PATCH] pam: Update to version 1.7.0 Adolf Belka
2024-11-24 12:27 ` [PATCH] pango: Update to version 1.54.0 Adolf Belka
2024-11-24 12:27 ` [PATCH] pciutils: Update to version 3.13.0 Adolf Belka
2024-11-24 12:27 ` [PATCH] qpdf: Updarte to version 11.9.1 Adolf Belka
2024-11-24 12:27 ` [PATCH] ruby: Update to version 3.3.6 Adolf Belka
2024-11-24 12:27 ` [PATCH] screen: Update to version 5.0.0 Adolf Belka
2024-11-24 12:27 ` [PATCH] sshfs: Update to version 3.7.3 Adolf Belka
2024-11-24 12:27 ` [PATCH] swig: Update to version 4.3.0 Adolf Belka
2024-11-24 12:27 ` [PATCH] sysstat: Update to version 12.7.6 Adolf Belka
2024-11-24 12:27 ` Adolf Belka [this message]

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=20241124122715.7506-10-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