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] shadow: Updated to version 4.14.3
Date: Tue, 23 Jan 2024 12:26:46 +0100	[thread overview]
Message-ID: <20240123112647.8800-8-adolf.belka@ipfire.org> (raw)
In-Reply-To: <20240123112647.8800-1-adolf.belka@ipfire.org>

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

- Updated from version 4.14.2 to 4.14.3
- Update of rootfile not required
- Patch renamed to new version number
- Changelog
    4.14.3
	libshadow:
	    Avoid null pointer dereference.

Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org>
---
 lfs/shadow                                                | 8 ++++----
 ...> shadow-4.14.3-suppress_installation_of_groups.patch} | 0
 2 files changed, 4 insertions(+), 4 deletions(-)
 rename src/patches/{shadow-4.14.2-suppress_installation_of_groups.patch => shadow-4.14.3-suppress_installation_of_groups.patch} (100%)

diff --git a/lfs/shadow b/lfs/shadow
index 1c0afc088..a3495474a 100644
--- a/lfs/shadow
+++ b/lfs/shadow
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007-2023  IPFire Team  <info(a)ipfire.org>                     #
+# Copyright (C) 2007-2024  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,7 +24,7 @@
 
 include Config
 
-VER        = 4.14.2
+VER        = 4.14.3
 
 THISAPP    = shadow-$(VER)
 DL_FILE    = $(THISAPP).tar.xz
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_BLAKE2 = 419f0a516753616ef691f71ec9002eef6fd7568c013ac71900d7481eff1bd9165c69d9587b7ca25800543a2eac58cfb7ce4224063e8af7b278f589640485c28f
+$(DL_FILE)_BLAKE2 = 6707cae41a0f8478cadd94ea5eaba95cdc6b1b23896b8dd903c62c931839a82b0538f04f8c12433f148da5b23c12a033963380be81f6fc97fa0e3f9399e51b21
 
 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/shadow-4.14.2-suppress_installation_of_groups.patch
+	cd $(DIR_APP) && patch -Np1 -i $(DIR_SRC)/src/patches/shadow-4.14.3-suppress_installation_of_groups.patch
 	$(UPDATE_AUTOMAKE)
 	cd $(DIR_APP) && ./configure \
 		--libdir=/lib \
diff --git a/src/patches/shadow-4.14.2-suppress_installation_of_groups.patch b/src/patches/shadow-4.14.3-suppress_installation_of_groups.patch
similarity index 100%
rename from src/patches/shadow-4.14.2-suppress_installation_of_groups.patch
rename to src/patches/shadow-4.14.3-suppress_installation_of_groups.patch
-- 
2.43.0


  parent reply	other threads:[~2024-01-23 11:26 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-01-23 11:26 [PATCH] attr: Update to version 2.5.2 Adolf Belka
2024-01-23 11:26 ` [PATCH] gnutls: Update to version 3.8.3 Adolf Belka
2024-01-23 11:26 ` [PATCH] iproute2: Update to version 6.7.0 Adolf Belka
2024-01-23 11:26 ` [PATCH] iputils: Update to version 20240117 Adolf Belka
2024-01-23 11:26 ` [PATCH] libidn: Update to version 1.42 Adolf Belka
2024-01-23 11:26 ` [PATCH] lvm2: Update to version 2.03.23 Adolf Belka
2024-01-23 11:26 ` [PATCH] pam: Update to version 1.6.0 Adolf Belka
2024-01-23 11:26 ` Adolf Belka [this message]
2024-01-23 11:26 ` [PATCH] sqlite: Update to version 3450000 Adolf Belka

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=20240123112647.8800-8-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