[blfs] 03/03: Update to shadow-4.20.0.
git Owner ([email protected] via blfs-book Mailing List) <[email protected]> Fri, 31 Jul 2026 20:33:34 +0000
| Newsgroups | gmane.linux.lfs.beyond.book |
|---|---|
| Message-ID | <[email protected]> |
This is a multi-part message in MIME format... ------------=_1785530022-3422622-7032 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit This is an automated email from the git hooks/post-receive script. git pushed a commit to branch trunk in repository blfs. commit 6c4cbcdaa51972a1cdbe90a75c0afe4f45718dbe Author: Bruce Dubbs <[email protected]> AuthorDate: Fri Jul 31 15:29:39 2026 -0500 Update to shadow-4.20.0. --- introduction/welcome/changelog.xml | 6 +++++- packages.ent | 2 +- postlfs/security/shadow.xml | 6 ++++-- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/introduction/welcome/changelog.xml b/introduction/welcome/changelog.xml index 232e1a8078..ced2dd75db 100644 --- a/introduction/welcome/changelog.xml +++ b/introduction/welcome/changelog.xml @@ -42,9 +42,13 @@ <listitem> <para>July 31st, 2026</para> <itemizedlist> + <listitem> + <para>[bdubbs] - Update to shadow-4.20.0. Fixes + <ulink url="&blfs-ticket-root;23657">#23657</ulink>.</para> + </listitem> <listitem> <para>[bdubbs] - Update to systemd-261.2. Fixes - <ulink url="&blfs-ticket-root;23643">#23542</ulink>.</para> + <ulink url="&blfs-ticket-root;23642">#23642</ulink>.</para> </listitem> <listitem> <para>[bdubbs] - Update to vim-9.2.0858. Addresses diff --git a/packages.ent b/packages.ent index eeb7228c86..c1dbecc2fe 100644 --- a/packages.ent +++ b/packages.ent @@ -37,7 +37,7 @@ <!ENTITY p11-kit-version "0.26.4"> <!ENTITY polkit-version "127"> <!ENTITY polkit-gnome-version "0.105"> -<!ENTITY shadow-version "4.19.4"> +<!ENTITY shadow-version "4.20.0"> <!ENTITY ssh-askpass-version "&openssh-version;"> <!ENTITY stunnel-version "5.79"> <!ENTITY sudo-version "1.9.17p2"> diff --git a/postlfs/security/shadow.xml b/postlfs/security/shadow.xml index 57939e4c92..1b50a222b2 100644 --- a/postlfs/security/shadow.xml +++ b/postlfs/security/shadow.xml @@ -6,9 +6,9 @@ <!ENTITY shadow-download-http "https://github.com/shadow-maint/shadow/releases/download/&shadow-version;/shadow-&shadow-version;.tar.xz"> <!ENTITY shadow-download-ftp " "> - <!ENTITY shadow-md5sum "ed0f3ff4940822ba75a3b0687a9ce93b"> + <!ENTITY shadow-md5sum "cb96509af070aeef1b2814d1c9e34120"> <!ENTITY shadow-size "2.2 MB"> - <!ENTITY shadow-buildsize "104 MB"> + <!ENTITY shadow-buildsize "100 MB"> <!ENTITY shadow-time "0.2 SBU"> ]> @@ -130,6 +130,8 @@ sed -e 's@#ENCRYPT_METHOD DES@ENCRYPT_METHOD YESCRYPT@' \ -e '/PATH=/{s@/sbin:@@;s@/bin:@@}' \ -i etc/login.defs && +sed -i '/stdio.h/i #include <stdint.h>' lib/find_new_sub_*ids.c && + ./configure --sysconfdir=/etc \ --disable-static \ --without-libbsd \ -- To stop receiving notification emails like this one, please contact the administrator of this repository. ------------=_1785530022-3422622-7032 Content-Type: text/plain; charset="UTF-8" Content-Disposition: inline Content-Transfer-Encoding: 8bit MIME-Version: 1.0 -- http://lists.linuxfromscratch.org/sympa/info/blfs-book Unsubscribe: See the above information page ------------=_1785530022-3422622-7032--