From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: development@lists.ipfire.org Subject: Re: [PATCH] cpio: Update to version 2.15 Date: Thu, 23 May 2024 17:58:58 +0100 Message-ID: In-Reply-To: <20240520133525.3502954-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0811003219364231717==" List-Id: --===============0811003219364231717== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Reviewed-by: Michael Tremer Thank you! Welcome back! > On 20 May 2024, at 14:35, Adolf Belka wrote: >=20 > - Updatre from version 2.14 to 2.15 > - Update of rootfile > - Changelog > 2.15 > * Fix operation of --no-absolute-filenames --make-directories > * Restore access and modification times of symlinks in copy-in > and copy-pass modes. >=20 > Signed-off-by: Adolf Belka > --- > config/rootfiles/common/cpio | 1 + > lfs/cpio | 6 +++--- > 2 files changed, 4 insertions(+), 3 deletions(-) >=20 > diff --git a/config/rootfiles/common/cpio b/config/rootfiles/common/cpio > index 7b9bae045..0f3403c7b 100644 > --- a/config/rootfiles/common/cpio > +++ b/config/rootfiles/common/cpio > @@ -1,5 +1,6 @@ > bin/cpio > #usr/share/info/cpio.info > +#usr/share/locale/bg/LC_MESSAGES/cpio.mo > #usr/share/locale/da/LC_MESSAGES/cpio.mo > #usr/share/locale/de/LC_MESSAGES/cpio.mo > #usr/share/locale/es/LC_MESSAGES/cpio.mo > diff --git a/lfs/cpio b/lfs/cpio > index f44fe1d2c..b8b6e12fe 100644 > --- a/lfs/cpio > +++ b/lfs/cpio > @@ -1,7 +1,7 @@ > ###########################################################################= #### > # = # > # IPFire.org - A linux based firewall = # > -# Copyright (C) 2007-2023 IPFire Team = # > +# Copyright (C) 2007-2024 IPFire Team = # > # = # > # 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 @@ >=20 > include Config >=20 > -VER =3D 2.14 > +VER =3D 2.15 >=20 > THISAPP =3D cpio-$(VER) > DL_FILE =3D $(THISAPP).tar.gz > @@ -42,7 +42,7 @@ objects =3D $(DL_FILE) >=20 > $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) >=20 > -$(DL_FILE)_BLAKE2 =3D ddfecf7e3ff59cb15fa0856d374a8b1ff5aaf9143a940202c6c0= eb84f0347b940a40e31258035e1d217fe210ef7ffdedb41e40f3a9d47ba51f44626378090f8a > +$(DL_FILE)_BLAKE2 =3D e678111682335f4218d6d0e27d7e3a81b1e9c87ad5963402f73e= 735265480f296a8ce4fd00a4e7f591bbc7affcb3d433675c1df2d59c23e5d4ed6ba03e2964b8 >=20 > install : $(TARGET) >=20 > --=20 > 2.44.0 >=20 --===============0811003219364231717==--