From mboxrd@z Thu Jan  1 00:00:00 1970
From: Peter =?utf-8?q?M=C3=BCller?= <peter.mueller@ipfire.org>
To: development@lists.ipfire.org
Subject: Re: [PATCH] libxcrypt: Update to version 4.4.28
Date: Fri, 11 Feb 2022 08:50:22 +0000
Message-ID: <0bc85362-f75e-41bd-17c7-8c8c28af4fbe@ipfire.org>
In-Reply-To: <20220209212927.2754152-1-adolf.belka@ipfire.org>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============1153199044259239102=="
List-Id: <development.lists.ipfire.org>

--===============1153199044259239102==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable

Reviewed-by: Peter M=C3=BCller <peter.mueller(a)ipfire.org>

> - Update from 4.4.26.to 4.4.28
> - Update of rootfile not required
> - Changelog - This is from the NEWS file in the source tarball. Since versi=
on 3.1.1 there
>    is no Changelog provided, only the NEWS file. For more details the instr=
uction is to
>    look at the Git commit history
>     Version 4.4.28
>      * Add glibc-on-or1k (OpenRISC 1000) entry to libcrypt.minver.
>        This was added in GNU libc 2.35.
>     Version 4.4.27
>      * Limit the maximum amount of rbytes to 64 bytes (512 bits) for
>        yescrypt, gost-yescrypt, and scrypt.  Also reflect this limit
>        in the documentation (issue #145).
>=20
> Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org>
> ---
>  lfs/libxcrypt | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>=20
> diff --git a/lfs/libxcrypt b/lfs/libxcrypt
> index 770b4249e..cca81bb36 100644
> --- a/lfs/libxcrypt
> +++ b/lfs/libxcrypt
> @@ -24,7 +24,7 @@
> =20
>  include Config
> =20
> -VER        =3D 4.4.26
> +VER        =3D 4.4.28
> =20
>  THISAPP    =3D libxcrypt-$(VER)
>  DL_FILE    =3D $(THISAPP).tar.xz
> @@ -47,7 +47,7 @@ objects =3D $(DL_FILE)
> =20
>  $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE)
> =20
> -$(DL_FILE)_MD5 =3D 34954869627f62f9992808b6cff0d0a9
> +$(DL_FILE)_MD5 =3D 0b873e641ae201e5e7470cf791c0fe16
> =20
>  install : $(TARGET)
> =20

--===============1153199044259239102==--