shadow: Update to version 4.16.0

- Update from version 4.15.1 to 4.16.0
- Update rootfile
- sobump in rootfile. Ran find-dependencies but no other linked programs identified.
- nscd is disabled in glibc so it has been disabled in shadow. nscd is enabled by default.
- id and groups (deprecated in shadow) are used from coreutils in IPFire.
- Changelog
    4.16.0
	The shadow implementations of id(1) and groups(1) are deprecated in favor of the
	 GNU coreutils and binutils versions. They will be removed in 4.17.0.
	Support for rlogind in the login(1) implementation has been removed. That is, the
	 login(1) -r flag has been removed.
	The libsubid major version has been bumped, since it now requires specification of
	 the module's free() implementation.
    4.15.2
	Bugfix release.
	This release includes a large amount of fixes, including memory leaks,
	 leaks of other resources such as file descriptors, added missing error
	 handling, and more.
    4.15.3
	Bugfix release.
	This release includes changes to the build system, packaging, and tests;
	 most of which, were reported by Debian packagers. There's also a fix
	 for check_subid_range.

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Adolf Belka
2024-07-09 20:31:21 +02:00
committed by Michael Tremer
parent 357211c24f
commit 7f2e089be4
2 changed files with 7 additions and 6 deletions

View File

@@ -10,8 +10,8 @@ etc/shadow
#etc/shadow-
#lib/libsubid.la
#lib/libsubid.so
lib/libsubid.so.4
lib/libsubid.so.4.0.0
lib/libsubid.so.5
lib/libsubid.so.5.0.0
sbin/nologin
#usr/bin/chage
#usr/bin/chfn
@@ -19,7 +19,6 @@ sbin/nologin
#usr/bin/expiry
#usr/bin/faillog
#usr/bin/gpasswd
#usr/bin/lastlog
#usr/bin/newgidmap
#usr/bin/newgrp
#usr/bin/newuidmap

View File

@@ -24,7 +24,7 @@
include Config
VER = 4.15.1
VER = 4.16.0
THISAPP = shadow-$(VER)
DL_FILE = $(THISAPP).tar.xz
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
$(DL_FILE)_BLAKE2 = a24f492cb2a7721b165c70237b1a9290acc0063bdf493f061752ca41d23a1154b26e16ee00dd96a19e825eff7f711391892eeb08a314d9277514d4d32a4adafe
$(DL_FILE)_BLAKE2 = 1088d871bffe4871e42b8dd9d41365be694e795f5aff41a8986dda7c9176ce44062ec1029375454aee9ba6060229f46a6f5f5f762b14607e3e1a75ff51015347
install : $(TARGET)
@@ -81,7 +81,9 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
--without-selinux \
--disable-nls \
--with-group-name-max-length=32 \
--without-libbsd
--without-libbsd \
--without-brcypt \
--without-nscd
cd $(DIR_APP) && make $(MAKETUNING)
cd $(DIR_APP) && make install