From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: development@lists.ipfire.org Subject: Re: [PATCH] cpio: Update to 2.13 Date: Sun, 01 Dec 2019 20:48:59 +0000 Message-ID: In-Reply-To: <20191130160347.1868-1-matthias.fischer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0220033449176730761==" List-Id: --===============0220033449176730761== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Reviewed-by: Michael Tremer > On 30 Nov 2019, at 16:03, Matthias Fischer = wrote: >=20 > For details see: > https://www.gnu.org/software/cpio/ >=20 > Fix CVE-2015-1197 > Fix CVE-2016-2037 > Fix CVE-2019-14866 >=20 > Signed-off-by: Matthias Fischer > --- > 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 26ca6f376..45bf9f79c 100644 > --- a/config/rootfiles/common/cpio > +++ b/config/rootfiles/common/cpio > @@ -15,6 +15,7 @@ bin/cpio > #usr/share/locale/ko/LC_MESSAGES/cpio.mo > #usr/share/locale/nl/LC_MESSAGES/cpio.mo > #usr/share/locale/pl/LC_MESSAGES/cpio.mo > +#usr/share/locale/pt/LC_MESSAGES/cpio.mo > #usr/share/locale/pt_BR/LC_MESSAGES/cpio.mo > #usr/share/locale/ro/LC_MESSAGES/cpio.mo > #usr/share/locale/ru/LC_MESSAGES/cpio.mo > diff --git a/lfs/cpio b/lfs/cpio > index f2e12952d..02d72d038 100644 > --- a/lfs/cpio > +++ b/lfs/cpio > @@ -1,7 +1,7 @@ > ###########################################################################= #### > # = # > # IPFire.org - A linux based firewall = # > -# Copyright (C) 2007-2018 IPFire Team = # > +# Copyright (C) 2007-2019 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.12 > +VER =3D 2.13 >=20 > THISAPP =3D cpio-$(VER) > DL_FILE =3D $(THISAPP).tar.gz > @@ -40,7 +40,7 @@ objects =3D $(DL_FILE) >=20 > $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) >=20 > -$(DL_FILE)_MD5 =3D fc207561a86b63862eea4b8300313e86 > +$(DL_FILE)_MD5 =3D 389c5452d667c23b5eceb206f5000810 >=20 > install : $(TARGET) >=20 > --=20 > 2.18.0 >=20 --===============0220033449176730761==--